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 |
---|---|
69 | |
65 | |
64 | |
53 | |
49 |
We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023