cancel
Showing results for 
Search instead for 
Did you mean: 

Free Returns Message in the Cart

Free Returns Message in the Cart

Hello, I can´t find a extension that can show a "Free Returns" text or image in the cart, or in the product.

There are some stores that for example (attached image), in the cart shows a text or image with the free returns, or changes...

Do you know how to do it, a module...? To show in carts more than X euros.

 

Captura de pantalla 2018-09-11 a las 12.28.22.png

 

2 REPLIES 2

Re: Free Returns Message in the Cart

Hello @Espamoto

 

You can customize cart page and can add text on cart page. Please follow below Links for your reference:

 

https://magento.stackexchange.com/questions/79469/how-can-i-add-some-custom-text-to-cart-page?rq=1

https://magento.stackexchange.com/questions/205128/script-for-adding-text-to-cart

 

Issue solved, Kudos and Accept as solution. Cheers coding Smiley Happy

Manish Mittal
https://www.manishmittal.com/

Re: Free Returns Message in the Cart

Hello @Espamoto

 

You can use the Widget to achieve this.

 

Follow the steps given below.

 

1. Create a static block (e.g "free_return_message").
2. Navigate to Admin Panel > Content > Widget > Add New Widget.
3. Select "CMS Static Block" in Type section.
4. Select your theme in the Design Theme section.
5. Click Continue.
6. Enter your Widget Title.
7. Select Store Views.
8. Enter Sort Order (e.g. 10)
9. Click on Add Layout Update.
10. Select "Specified Page" in Display On section.
11. Select "Shopping Cart" in Page drop-down.
12. Select "After Page Header Top" in Container drop-down.
13. Now click on Widget Options tab given on the left side.
14. Select the static block which we created in step 1.

 

 

See this screenshot for better understanding.

shopping cart widget.png

If you find my answer useful, Please click Kudos & Accept as Solution.