Re: Cart Text Customize

Solved

Cart Text Customize

DE
New Member
4 0 1

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.  

DE_0-1723458249615.png

 

Accepted Solutions (2)

Small_Task_Help
Shopify Partner
830 27 75

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>

 

To Get Shopify Experts Help, E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert Agency
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad

View solution in original post

Sweans
Shopify Partner
406 80 124

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

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

View solution in original post

Replies 2 (2)

Small_Task_Help
Shopify Partner
830 27 75

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>

 

To Get Shopify Experts Help, E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert Agency
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad

Sweans
Shopify Partner
406 80 124

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

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com