msakal
Forum Replies Created
-
Hey, Soft79! I found the issue, for fix it we should display auto coupon without notice, becase for some reason (maybe another plugin or woocommerce last updates) when we add notice it triggers a validation of all fields on the checkout
Hey, Soft79! Thanks for respond for some reason “coupon-save()” function on my own code, doesn’t allow to remove coupon from the Product select! I fixed it and it’s work for me ??
Nope, didn’t have too! Yes, I try to disable all plugins, but it doesn’t help, and also I didn’t have any errors
Hey, Dennis! Nope, I don’t have any other plugins for the Invoices, only GZD, For some reason on some invoices, styles are not enqueued, and I can’t find why. Also, i have this error on the Gutenberg PDF configurator, it can be a reason for the broken layout?
https://monosnap.com/file/y70HWzOFA5d6wcfF5cljw5CKxH5c0UOne thing I discovered, I catch this bug for the first time after adding this piece of code, but at the moment I can’t figure out exactly how it might affect the PDF invoicing process
// Mark order as completed when it’s delivered even if payment method is “Invoice”.
add_filter( ‘woocommerce_gzd_shipment_order_mark_as_completed’, ‘__return_true’ );Hi, @niklasinpsyde! Thanks a lot for responding, I found it on Friday and implemented it, it’s a small but important feature, and it works great, thanks again ??
- This reply was modified 1 year, 4 months ago by msakal.