Shopify themes, liquid, logos, and UX
Hello all,
1.)I would like to remove the 2 strike prices (old prices) and on the left replace this with the word "Rabattt" so that I see in the shopping cart (Rabatt -2,84 €)
2.) Also I would like to remove the strike price on the right side above the current price
3) I would like the text of the items is not wrapped but displayed in full length
It is about https://www.megabannerxxl.de
Hi @mjmega
Would you mind sharing the easiest product that can be added to cart to have the above answered?
Let us know, we can assist on that.
Hey @JHKCreate - this is the simplest products all of our products are configured to
To answer #2 and #3 and part of #1, add the following code to your component-cart-items.css file at the very end:
/*Hides Scratched Price On Right Hand Side*/
s.cart-item__old-price.price.price--end {
display: none;
}
/* Hides Old Price on the left*/
s.cart-item__old-price.product-option {
display: none;
}
/*Extend Title Width*/
.cart-item__details>* {
margin: 0;
max-width: fit-content!important;
}
For the "Rabbat" to be added, we would access to your theme's code to be able to add that through a customization, let us know what you think!
User | RANK |
---|---|
123 | |
96 | |
77 | |
69 | |
38 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022