Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
How can i customize the shopping cart text like this? I want customers can notice the purchasing item is on final sale and that can't be refund or return.
Solved! Go to the solution
This is an accepted solution.
Hi,
Open cart-template.liquid or cart.liquid and find the place where you want to display the text, then add custom html text
Code example
<div class="final-sale-notice">
<p><strong>Please note:</strong> All items in your cart are final sale and cannot be refunded or returned.</p>
</div>
This is an accepted solution.
Hi @DE ,
If you need to have a custom text in cart page that the purchasing item is on final sale and that can't be refund or return. Please follow the given steps,
Go to your online store > themes > click on customise on current active theme > search and find the cart.liquid > paste the below code where you want.
<div class="sales-warning">
<h3> The purchasing item is on final sale and that can't be refund or return.</h3>
</div>
If you need further help to solve this issue, please share the store url and password.
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
This is an accepted solution.
Hi,
Open cart-template.liquid or cart.liquid and find the place where you want to display the text, then add custom html text
Code example
<div class="final-sale-notice">
<p><strong>Please note:</strong> All items in your cart are final sale and cannot be refunded or returned.</p>
</div>
This is an accepted solution.
Hi @DE ,
If you need to have a custom text in cart page that the purchasing item is on final sale and that can't be refund or return. Please follow the given steps,
Go to your online store > themes > click on customise on current active theme > search and find the cart.liquid > paste the below code where you want.
<div class="sales-warning">
<h3> The purchasing item is on final sale and that can't be refund or return.</h3>
</div>
If you need further help to solve this issue, please share the store url and password.
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024