Home Forums WoodMart support forum Change the word add to cart etc to add to bag

Change the word add to cart etc to add to bag

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #61444

    newK9
    Participant

    Hi not sure whether this is a simple change or not but I have changed my cart icon to a bag yet it says add to cart or shopping cart everywhere on the site and doesn’t make sense with the bag icon.

    Is there a way to change the word cart to bag and change the icon on the product slider please? (illustrated in image) Just seems odd to have bag icon yet pictures of trolley and the word cart everywhere.

    Thank you for a great theme. Loving working on it at the moment.

    Attachments:
    You must be logged in to view attached files.
    #61488

    Hello,

    Thank you very much for choosing our theme and contacting our support.

    You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3′

    Best Regards

    #61559

    newK9
    Participant

    I’m still having problem’s with regards to using the loco translate plugin. Once I use it to change the word ‘cart’ to ‘bag’ i still have the add to cart button on my product pages and the icon of trolley not a bag.

    Could you please give me a permeant solution to remove the word cart and the cart icon to the word bag and the icon bag.

    Thank you

    #61575

    Hello,

    Plese navigate to Loco > Plugins > Woocommerce and insert “Add to cart” http://prntscr.com/jrnq5v save and synchronize

    Best Regards

    #61580

    newK9
    Participant

    Hi, Just done that but for some odd reason it hasn’t changed yet now says add to basket on the product page. Any ideas why?

    Also how would I change the icon of the trolley/cart to a bag? In the picture attached

    Also will these settings be overridden once the theme has been updated? I have activated the child.

    Thank you again.

    Attachments:
    You must be logged in to view attached files.
    #61601

    Hello,

    Please provide your site admin access I will check the settings.

    Best Regards

    #61603

    newK9
    Participant

    Thank you

    #61646

    Hello,

    You have two the same files. http://prntscr.com/jrs8lq Loco is working incorrectly. Delete one of them and configure loco correctly. The second one has this phrase http://prntscr.com/jrrz3d

    In order to change cart icon for a bag please add this CSS to Theme Settings > Custom CSS

    .product-list-item .woodmart-add-btn>a:before, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .woodmart-add-btn>a:before, .woodmart-hover-button .hover-mask>a:before, .woodmart-hover-info-alt .product-actions>a:before, .woodmart-hover-quick .woodmart-add-btn>a:before, .woodmart-hover-standard .btn-add>a:before, .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop:before {
        content: "\f290";
        font-family: fontawesome;
    }
    
    p.cart-empty:after {
    		margin-left: -22px;
        top: 92px;
    }
    
    div.cart-widget-side .widget_shopping_cart .empty:after {
    		margin-left: -14px;
        top: 52px;
    }

    Best Regards

Tagged: 

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

The topic ‘Change the word add to cart etc to add to bag’ is closed to new replies.