[Support request] Add To cart Button Text Change

Home Forums Support [Support request] Add To cart Button Text Change

Home Forums Support Add To cart Button Text Change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #961708
    Christine

    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.

    #962026
    Leo
    Staff
    Customer Support

    Hi there,

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.