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
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025