Site logo

Archived topic

Add To cart Button Text Change

1 reply · Started by Christine on July 19, 2019

Viewing posts 1–2 of 2

Dear Support,

On my website homepage I have a woocommerce product slider and there we have button text as SELECT OPTIONS I want to change to BUY NOW.

I tried the snippets from https://metorik.com/blog/change-the-add-to-cart-text-in-woocommerce but these are not working.

function woo_custom_product_add_to_cart_text() {
  
     return __( 'Buy Now', 'woocommerce' );
  
 };

This is changing the text only for 2 products in the slider. Please help.

Hi there,

That is coming directly from the plugin Woo Product Slider so you will need to check with their plugin support :)

This archived topic is closed to new replies.