Matthew Kennedy

Results 31 comments of Matthew Kennedy

Hey @rjurado01, First, nice work, I like what you've done here. May I ask out of personal interest; how did you find the whole process of adding a complete new...

I'll review this over the weekend. 👍🏻

Is a whole order discount still a whole order discount if it skips some items that are in the cart?

Hi @sacha75, I was looking at this by copying your code across into a version of Spree 4 I have locally, and I can't get the correct tax. Can I...

Hi @sacha75 Have you tried this extension? https://github.com/MatthewKennedy/spree_fixed_amount_discount The extension works for mixed cart of taxed and none taxed items.

I gave up on atom and moved to Sublime Text 4, the code highlighting is instant. I tried VSCode but that was slow at loading the syntax and the colours...

I'll try that out, comparing newIndex and oldIndex might cause an issue if someone moves an item to a new parent, indexes could be the same but it is actually...

> I am seeing a similar issue. For a quick fix, replace: ```gem 'spree_paypal_express', github: 'spree-contrib/better_spree_paypal_express'``` With: ```gem 'spree_paypal_express', github: 'welaika/better_spree_paypal_express', branch: 'fix_expired_ssl_certificate_error``` And run: `bundle update spree_paypal_express`