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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024