Bag rather than cart label - by andreataylor

This topic has 6 replies, 3 voices, and was last updated 8 years, 10 months ago ago by Robert Hall

  • Avatar: andreataylor
    andreataylor
    Participant
    June 15, 2015 at 14:13

    Hi there,

    Is it possible to change the text/button ‘cart’ and ‘basket’ to ‘bag’?

    Best wishes, Andrea

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 15, 2015 at 16:42

    Hello,

    You can change cart icon adding this code in custom.css file:

    .header-type-3 .shopping-cart-link::before {
        content: "url(http://path_to_your_image)";
    }

    “header-type-3” means number of the header type you selected in Theme Options > Header.
    How to create custom.css you can watch in this tutorial.

    To change “Cart” text you need edit the file wp-content/themes/legenda/framework/woo.php (line 931) and edit the code <?php _e('Cart', ETHEME_DOMAIN) ?>

    Regards,
    Eva Kemp.

    Avatar: andreataylor
    andreataylor
    Participant
    June 15, 2015 at 16:58

    That worked for the header, thanks Eva!

    But we’d also like to change the ‘Add to Cart’ button that appears when the products are listed e.g. under Featured Products on the Home page to ‘Add to Bag’. And the ‘Add to Basket’ button that appear on the Quick View and individual product pages to ‘Add to Bag’. Is this possible also?

    Many thanks, Andrea

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 15, 2015 at 17:16

    Hello,

    Please read more here how to change add to cart button:
    http://docs.woothemes.com/document/change-add-to-cart-button-text/

    Regards,
    Robert Hall.

    Avatar: andreataylor
    andreataylor
    Participant
    June 15, 2015 at 18:51

    Will do – thank you!
    Andrea

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 15, 2015 at 18:59

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.