• Resolved 00roelcuijpers00

    (@00roelcuijpers00)


    Hi Guys,

    I want to change the “Details” tekst on the buttons with the product type “advanced_ad” but it does not seem to work. Is there any other way?

    add_filter( 'woocommerce_product_add_to_cart_text', 'mc_edit_shop_button_text' );
    
    function mc_edit_shop_button_text() {
        global $product;
        $product_type = $product->get_type(); 
    
    	if ($product_type == "advanced_ad") {
        	return __('Stel advertentie samen', 'woocommerce');
        }
    }
Viewing 1 replies (of 1 total)
  • Hi 00roelcuijpers00

    Thanks for reaching out.

    It looks like this question is referring to a premium add-on. The forums on ww.wp.xz.cn are only for the plugins that are also hosted here. If you need help with any premium extensions of Advanced Ads, I want kindly ask you to reach out to our support.

    Thanks for understanding, and we hopefully meet us there.

    Best regards,
    Joachim

Viewing 1 replies (of 1 total)

The topic ‘Custom Shop button text’ is closed to new replies.