Title: Custom Shop button text
Last modified: February 11, 2021

---

# Custom Shop button text

 *  Resolved [00roelcuijpers00](https://wordpress.org/support/users/00roelcuijpers00/)
 * (@00roelcuijpers00)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/custom-shop-button-text/)
 * 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)

 *  [schmidt25](https://wordpress.org/support/users/schmidt25/)
 * (@schmidt25)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/custom-shop-button-text/#post-14036324)
 * Hi 00roelcuijpers00
 * Thanks for reaching out.
 * It looks like this question is referring to a premium add-on. The forums on wordpress.
   org 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](https://wpadvancedads.com/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.

 * ![](https://ps.w.org/advanced-ads/assets/icon-256x256.gif?rev=2773443)
 * [Advanced Ads – Ad Manager & AdSense](https://wordpress.org/plugins/advanced-ads/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-ads/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-ads/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-ads/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-ads/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-ads/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [schmidt25](https://wordpress.org/support/users/schmidt25/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/custom-shop-button-text/#post-14036324)
 * Status: resolved