Jump to content

Prestashop 1.7.6.7 - Add custom text in checkout process - delivery section (carriers)


Alin Marian

Recommended Posts

I have Prestashop version 1.7.6.7 and in the checkout process, in the delivery section (carriers) i want to add a custom text saying that the price of transport will be different depending on product weight.

Here is where i would like to add this: https://prnt.sc/115pu4p (under carrier selection).

I know it needs to be hard coded but I'm trying to figure out what file needs to be changed.

Thanks in advance!

Link to comment
Share on other sites

How I solved this:

1. I saw what class is attached to that div.

2. I downloaded all the website files from the server

3. I put the project in visual studio code

4. I used Edit> Find in files and searched for that class

5. I found the class in a div that belongs to the file shipping.tpl (themes / YOUR THEME / template / checkout / _partials / steps / shipping.tpl)

6. I created a new div and put the text there.

7. I re-uploaded this file to the server

8. I cleared the cache and refresh (CTRL + F5)

Link to comment
Share on other sites

  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...