Replace Add to cart button on Woocommerce Single Product Pages for a product category

前端 未结 2 1250
长发绾君心
长发绾君心 2020-12-21 14:39

I\'m trying to add a custom link button that leads to Contact page - within first if condition that displays \"Contact us\" text with custom URL on the butt

2条回答
  •  离开以前
    2020-12-21 15:09

    Add filter priority in hooks

    add_filter( 'woocommerce_product_single_add_to_cart_text', 'woo_custom_cart_button_text',50 );

提交回复
热议问题