Alin Marian Posted April 7, 2021 Share Posted April 7, 2021 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 More sharing options...
Alin Marian Posted April 7, 2021 Author Share Posted April 7, 2021 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) 2 Link to comment Share on other sites More sharing options...
inspectaclueso Posted September 14, 2021 Share Posted September 14, 2021 Thanks for sharing. Link to comment Share on other sites More sharing options...
BlackEngine Posted August 18 Share Posted August 18 Another one here that thanks you for sharing it Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now