javascript - Refresh WooCommerce product page on added to cart - Stack Overflow

I am new to WordPress and I am using WooCommerce for a online store. I have found a small issue on one

I am new to WordPress and I am using WooCommerce for a online store. I have found a small issue on one of the plugins that i needed for a specific product, and now I shall need to refresh the page automatically after adding the product on cart.

How can I easily do it without promise the whole store? Is there anyway I can achieve this?

I did try to search for the origin php or js for add to cart event, but I couldn't find anything, and afterwards I tried to add a location.reload() to the add to cart class but it didn't solve my problem as well. This is everything i've tried so far.

I am new to WordPress and I am using WooCommerce for a online store. I have found a small issue on one of the plugins that i needed for a specific product, and now I shall need to refresh the page automatically after adding the product on cart.

How can I easily do it without promise the whole store? Is there anyway I can achieve this?

I did try to search for the origin php or js for add to cart event, but I couldn't find anything, and afterwards I tried to add a location.reload() to the add to cart class but it didn't solve my problem as well. This is everything i've tried so far.

Share Improve this question edited May 25, 2020 at 22:09 LoicTheAztec 255k24 gold badges399 silver badges446 bronze badges asked May 25, 2020 at 17:44 Hugo AndréHugo André 1181 gold badge1 silver badge8 bronze badges 1
  • Hello and wele. Please read the Stack Overflow question checklist. You might also want to learn about Minimal, Complete, and Verifiable Examples. – ArielGro Commented May 25, 2020 at 19:07
Add a ment  | 

1 Answer 1

Reset to default 2

Maybe this will work for you. It will refresh your page when the add to cart button is clicked. Add it to your functions.php

add_action('woomerce_add_to_cart', 'refresh_function');

function refresh_function(){
header("Refresh:0");
}

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745568178a4633521.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信