djwd
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Modify Price based on product categoryWould you mind sharing the solution in case you found it? I’m having the same exact issue. Thank you
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Add wishlist button in product archive listYou could actually use the hook without even editing or duplicate any template file, just by adding this in your theme functions.php:
function custom_woo_whishlist_btn() { echo do_shortcode('[yith_wcwl_add_to_wishlist]'); } add_action( 'woocommerce_after_shop_loop_item', 'custom_woo_whishlist_btn' );Hope it helps! Cheers
No worries!
I found what was causing the issue, thanks for your help and for this great plugin.
Regards
Hi there,
sorry for the delay but at that time I still could see version 1.0.3 available for download which was the same I had. I thought it might require some time for the new one to be available, then I forgot :/I’m going back to this now but the latest version still seems to be 1.0.3
If/when you have some little time would you mind telling me why the bug is happening and how to fix this? I customized your code and I’d need to dig into the new version to seek for the change anyway.
If not I understand, if you could just tell me how to get new fixed version it’d be ok.
Thank you
Regards