This topic has 4 replies, 3 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler
Hi!!! I need to add a View Cart button in the cart PopUp – we only have the CheckOut button right now, are there any snippets?
Thanks!
Hello,
Use translation files and change the text for this link to View cart http://prntscr.com/nrjay9
Read here how to translate theme https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Regards
Hi! We dont want to use a plugin to translate, we use Using PoEdit but we couldn’t find this label in that files – are there any snippets to change the label in function.php or any idea please?
Thanks!!!!
Hello,
Have you sorted out http://prntscr.com/nrqn6g ?
To change styling http://prntscr.com/nrqntd add code in Theme Options > Custom CSS:
.cart-popup-container .btn-view-cart {
background-color: #5bb659;
padding: 5px 15px;
color: white;
text-align: center;
margin-right: 10px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up