woocommerce 产品页面中可变产品的辅助添加到购物车

时间:2021-07-22 14:08:05

标签: wordpress woocommerce

enter image description here

上图是我的产品详细信息页面。用户可以在上传贴纸后添加到购物车,无需上传贴纸。我想在“添加到购物车”按钮旁边向用户显示一个“稍后邮寄贴纸”按钮。在这种情况下,产品将被添加到购物车。任何人都可以帮助我。我使用了以下代码,但显示了所有内容以及购物车按钮,并且文本也无法更改。

add_action( 'woocommerce_after_single_product_summary', 'custom_second_cart_button', 10 );
function custom_second_cart_button(){
  woocommerce_template_single_add_to_cart();
}

0 个答案:

没有答案