admin管理员组文章数量:1327995
Woocommerce | I want to the button 'Add to Cart' on the (all) product-page changed by just 'open product' button.
I know people can click on the image or on the title but I also want a need button (instead of add to cart) to open the product.
Can you guys help me out?
Woocommerce | I want to the button 'Add to Cart' on the (all) product-page changed by just 'open product' button.
I know people can click on the image or on the title but I also want a need button (instead of add to cart) to open the product.
Can you guys help me out?
Share Improve this question asked Jul 14, 2020 at 19:23 markmmarkm 11 Answer
Reset to default 0Try this
function wc_shop_open_product() {
echo '<a class="button demo_button" href="'.get_the_permalink().'">Open product</a>';
}
add_action( 'woocommerce_after_add_to_cart_button', 'wc_shop_open_product' );
本文标签:
版权声明:本文标题:Woocommerce | I want to the button 'Add to Cart' on the (all) product-page changed by just 'open product 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742243007a2438951.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论