Joe Swann

Results 16 comments of Joe Swann

Update: just using `outstanding_balance` doesn't work because capture doesn't generally fire until after the order is completed. What I'm going to try instead is to calculate an order total that...

Okay so I have this working, basically when it has other valid payments on the order it calculates the new total using `current_order.total - payment_adjustment` where `payment_adjustment` is attached to...

Just ran into pretty much this issue with spree 3.0.0 and variant_price Changing line 112 to this seemed to do the trick @load_object.variants.each_with_index {|v, i| v.update_attributes(price: values[i].to_f) }

Editor of fork here - got the toolbar working on production in the end, but it still comes up with `Cannot read property 'ltr' of undefined` sporadically when deploying -...

I'm currently doing something like this: ``` ```

Can confirm this also works with: "browser-sync": "~2.4.0",