pawelsty
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlist updateForum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlist updateHi,
Sure, here it is. Just add the product to the wishlist here. https://slodkie.com/oferta/zestaw-cukierkow-reklamowych-honeybee/
There is a button “Zapytanie Ofertowe” with wishlist count connected. Once you click it, the popup appears. You can see the count updates after “add to whishlist” click, but the list itself no.
You need to refresh the page to see the product was added. It was fine when the wishlist was on a separate page, but now they want to display it on popup and it is just problematic that it not updates instantly. Is there any function i should add to refresh just a fragment of the side? Is there anything what can help?Ok, the website works as I wish without the plugin – All you need to do is to:
function wdm_remove_parent_category_from_url( $args ) { $args['rewrite']['hierarchical'] = false; return $args; } add_filter( 'woocommerce_taxonomy_args_product_cat', 'wdm_remove_parent_category_from_url' );
Viewing 3 replies - 1 through 3 (of 3 total)