dualvisual
Forum Replies Created
-
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] shipping costsHi
Thank you for the follow up. I ended up using a different shipping plugin – Woocommerce Table Rate Shipping. And this works perfectly with your Gift Wrapper plugin. So yes, you can now close this ticket. Thanks again for you efforts.
cheers
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] shipping costsThanks! I’ll check with the WC Multi-Tiered Shipping author.
Forum: Plugins
In reply to: [WC Tiered Shipping] virtual productsThe author of Woocommerce Gift Wrapper has kindly offered this solution for the above issue, if it helps. (the issue of the cart treating virtual products as real products, therefore increasing the item count in the cart)
Use simple checks available in WC core:
https://docs.woocommerce.com/wc-apidocs/source-class-WC_Product.html#463-470
The is_virtual() function should be used to check product-by-product through the cart first, and remove any virtual products from the count before tallying shipping costs.
Alternatively the needs_shipping() fx could be used.
https://docs.woocommerce.com/wc-apidocs/source-class-WC_Product.html#472-479Thanks!
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] shipping costsHi
I’ve been testing the plugin on different environments and it’s not your plugin thats causing the problem. I believe that its the multi-tier shipping plugin thats treating virtual products, like the ‘gift wrapping’ product, as normal products and thus the shipping rate goes up.
For example:
max 2 products = $8.00
max 4 products = $11.00
max 7 products = $14.00
max 9 products = $16.00
additional cost per item after 9 products = $1I’ve written to the WC Multi-Tiered Shipping author to find out more.
The thumbnail option works I just misunderstood and thought that I could hide the thumbnail in the basket.
I really appreciate your help. Thanks!
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] shipping costsThank you for your quick support. I will do more testing on another development site as well with X-theme and let you know my findings.
cheers
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] shipping costsThanks, I will contact them as well. However, please let me know if find anything on your end.