Liquid, JavaScript, themes, sales channels
How can I make the product title on the cart page unclickable so that the customer can't go to the product page?
I'm using dawn theme.
Solved! Go to the solution
This is an accepted solution.
Hi @YnkSch , hope you are doing well. You can do this by replacing this line on main-cart-items.liquid file
<a href="{{ item.url }}" class="cart-item__name h4 break">{{ item.product.title | escape }}</a>
with the line below
<div class="cart-item__name h4 break">{{ item.product.title | escape }}</div>
If helpful, please Like and Accept Solution.
This is an accepted solution.
Hi @YnkSch , hope you are doing well. You can do this by replacing this line on main-cart-items.liquid file
<a href="{{ item.url }}" class="cart-item__name h4 break">{{ item.product.title | escape }}</a>
with the line below
<div class="cart-item__name h4 break">{{ item.product.title | escape }}</div>
If helpful, please Like and Accept Solution.
User | RANK |
---|---|
21 | |
21 | |
8 | |
8 | |
7 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023