Great plugin. However, it doesn’t go anywhere. When someone clicks “continue shopping”, they stay on the cart page. They should be redirected to the shop page. I can’t find any settings, so please tell me how to change this?
]]>It dose not work.
$store_url = get_permalink (get_page_by_path (‘store’)));
in continue_shopping_button.php
It seems to be good to rewrite it in this way.
$store_url = get_permalink (wc_get_page_id (‘shop’));
Hi,
Thank you for nice plugin!
When I enabled debug mode, the message written below appeared.
Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /virtual/mamekichi/public_html/xyz.mamekichi-an.com/wp-includes/functions.php on line 4139
]]>