codekipple
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Bundles] Showing stock level of bundled productsHi Martin,
Yeah I think my code will do what you need, you should try the version YITHEMES replied with so you don’t have to edit the plugin.Carl
Forum: Plugins
In reply to: [Theme My Login] Can’t log outI ran into this problem too.
Turned out it was due to having these values set in thewp-config.php
define('ADMIN_COOKIE_PATH', '/'); define('COOKIE_DOMAIN', ''); define('COOKIEPATH', ''); define('SITECOOKIEPATH', '');
I commented these out and the logout started working again. Had to clear my cookies for it to start working though.
Forum: Plugins
In reply to: [YITH WooCommerce Product Bundles] Shipping not calculated correctlyHi,
I can do that. Although I still think maybe the problem should be looked at in the plugin. I’m not totally sure why the function ‘woocommerce_cart_shipping_packages’ was added in so me removing it although fixes this issue might cause other issues?If removing it doesn’t cause any issues maybe it should be removed in the plugin to avoid users having to remove it themselves?
One temporary solution is to remove this line:-
add_filter( 'woocommerce_cart_shipping_packages', array( $this, 'woocommerce_cart_shipping_packages' ) );
from the ‘class.yith-wcpb-frontend.php’ file.
- This reply was modified 7 years, 5 months ago by codekipple.
Forum: Plugins
In reply to: [YITH WooCommerce Product Bundles] Shipping not calculated correctlyMy current temporary solution is to remove this line:-
add_filter( 'woocommerce_cart_shipping_packages', array( $this, 'woocommerce_cart_shipping_packages' ) );
from the ‘class.yith-wcpb-frontend.php’ file.
Then everything works fine.Forum: Plugins
In reply to: [YITH WooCommerce Product Bundles] Shipping not calculated correctlyThis issue could be the reason for this person having problems – https://www.ads-software.com/support/topic/bundle-not-charging-for-shipping/
Also this user reporting the incompatibility with the table rate shipping plugin – https://www.ads-software.com/support/topic/it-seemed-to-have-conflicts-with-woocommerce-table-rate-shipping-by-bolder-eleme/#post-9520373
Hi gabrielhuisg,
I ran into this problem also. I’ve done some digging in the code and reported the issue here – https://www.ads-software.com/support/topic/shipping-not-calculated-correctly-2/Currently waiting to see what the plugin developers say. I think I could write some supporting code that could fix the incompatibility but having it fixed in the core plugin would be better.
Forum: Plugins
In reply to: [YITH WooCommerce Product Bundles] Showing stock level of bundled productsI’m still in need of this. Currently putting my code back in each time I update the plugin. Any thoughts on the issue with the developers?
Here’s a gif showing how to get around the problem:-
- This reply was modified 7 years, 11 months ago by codekipple.
Hi,
I’ve been using this plugin for a while and this behaviour is new. I don’t think it’s something the plugin developers have done but a recent change to Wocommerce core.
Woocommerce core seems to be hiding the general section when you use a ‘grouped’ product. I think Woocommerce thinks the ‘YITH Bundle’ type is a ‘grouped’ product so hides the general section of page load. One way around this for now is to change the product type to one of the other options temporarily using the dropdown list and then switch back to the ‘Product bundle’, you should see the general section pop back in.
It seems that whatever thinks the ‘product bundle’ is a ‘grouped’ product on page load the JS that alters the sections when switching with the dropdown is not affected.
I’m going to investigate this more and offer a fix to the plugin developers.
Forum: Plugins
In reply to: [YITH WooCommerce Product Bundles] Showing stock level of bundled productsAny news on this? It would be really great to have this feature in the plugin.
Forum: Plugins
In reply to: [YITH WooCommerce Product Bundles] Showing stock level of bundled productsForum: Plugins
In reply to: [YITH WooCommerce Product Bundles] Showing stock level of bundled products