New Landing How can we help? Atelier change text 'Add to cart'

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #303132
    nobuaki88
    Member
    Post count: 6

    How can I change text from ‘add to cart’ to something else??

    #303139
    David Martin – Support
    Moderator
    Post count: 20834

    Please install and activate the supplied child theme, inside the child theme functions.php file paste this:

    function sf_custom_cart_button_text() {
    return __( 'Add to Bag', 'swiftframework' );
    }
    add_filter( 'woocommerce_product_single_add_to_cart_text', 'sf_custom_cart_button_text' );
    #303167
    nobuaki88
    Member
    Post count: 6

    it doesn’t work.. it’s still ‘add to cart’

    #303175
    David Martin – Support
    Moderator
    Post count: 20834

    Please add your FTP details and site URL and WP login details.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register