php 将项目添加到购物车后刷新页面

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 将项目添加到购物车后刷新页面相关的知识,希望对你有一定的参考价值。


https://stackoverflow.com/questions/46882463/wordpress-woocommerce-product-is-being-added-to-cart-on-page-refresh

<?php
// Fix clear cached product after an item is added to the cart
add_action('add_to_cart_redirect', 'resolve_dupes_add_to_cart_redirect');
function resolve_dupes_add_to_cart_redirect($url = false) {

     // If another plugin beats us to the punch, let them have their way with the URL
     if(!empty($url)) { return $url; }

     // Redirect back to the original page, without the 'add-to-cart' parameter.
     // We add the `get_bloginfo` part so it saves a redirect on https:// sites.
     return get_bloginfo('wpurl').add_query_arg(array(), remove_query_arg('add-to-cart'));

}



















以上是关于php 将项目添加到购物车后刷新页面的主要内容,如果未能解决你的问题,请参考以下文章

我想在购物车中添加产品而不用 AJAX 和 Django 刷新页面

vue中刷新页面后如何获取cookie值并放入Vuex store

使用自定义文本将项目添加到 Magento 购物车

php 将变量添加到购物车项目

解决vuex刷新页面数据丢失

使用php一次将多个项目提交到贝宝购物车