【问题标题】:Adding the single product template add to cart to a lightbox将单个产品模板添加到购物车到灯箱
【发布时间】:2018-02-12 08:08:00
【问题描述】:

我正在尝试让出现在 woocommerce 单一产品模板上的添加到购物车按钮在灯箱中工作。

我可以使用woocommerce_template_single_add_to_cart() 函数让它显示出来,但是当我点击它而不是重定向到购物车页面时,它会重定向到单个产品页面。

我缺少什么代码?

【问题讨论】:

  • 如果我们甚至不知道您的代码是什么,我们怎么知道?

标签: php wordpress woocommerce


【解决方案1】:

把下面的代码放在你的function.php中

if ( !function_exists( 'woocommerce_template_single_add_to_cart' ) ) { 
 require_once '/includes/wc-template-functions.php'; 
} 

【讨论】:

    猜你喜欢
    • 2012-06-09
    • 1970-01-01
    • 2011-12-19
    • 2014-11-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-01-14
    相关资源
    最近更新 更多