Sami Lempinen
Forum Replies Created
-
@makewebbetter We have confirmed that UGC breaks also when the built-in cash on delivery payment method is used. It is incorrectly applying the coupon to shipping costs also.
Technically speaking, the payment gateway should not impact your handling of shipping costs, but I suppose we could try with another gateway. Paytrail is part of Nets which is one of the major European providers though.
Can you confirm if the described behaviour is in fact erroneous, and UGC should not apply the coupon to the shipping costs?
Our client notified us that your support (they have the paid version of the plugin) had written:
“Yes you are right our plugin works like this only if your customer clicks on place order regardless of payment is confirmed or not coupon amount will get deducted so in that case admin have to manually update the amount”
@makewebbetter This is incorrect. WooCommerce marks a coupon code as used with the order-received event, UGC uses the gift card at the order-pay event.
The latter leads to a lot of upset customers and requires the gift card to be restored manually.
Forum: Plugins
In reply to: [Weekly Class Schedule] Filter by instructor in the shortcodeI have not updated the fork to the latest upstream yet. Anyone willing to help out?
Forum: Plugins
In reply to: [Weekly Class Schedule] Filter by instructor in the shortcodeThanks, merged your pull request.
Are Pulsar interested in merging these features upstream?
Forum: Plugins
In reply to: [Weekly Class Schedule] Filter by instructor in the shortcodeLooks brilliant, Jonathan. Is it possible you create a pull request and I’ll merge in your changes?
Forum: Plugins
In reply to: [Weekly Class Schedule] Filter by instructor in the shortcodeBuzzQueen, the data should remain intact if you do not remove the plugin via WordPress. If you simply replace the original weekly-class-schedule folder with the 3.11.1 one, data should remain intact. The modified plugin only added query capabilities and does not require data changes.
Having said that, a backup never hurt anyone.
Forum: Plugins
In reply to: [Weekly Class Schedule] Filter by instructor in the shortcodeBuzzQueen, patching the code using the diff might be a bit of a hit-and-miss if you haven’t used diff/patch before.
For your convenience, I uploaded the patched version to GitHub. You can download the entire plugin at
https://github.com/bpfh/weekly-class-schedule/releases
See the README at
https://github.com/bpfh/weekly-class-schedule/blob/master/README.md
Hope this helps. Let me know how it goes.