Ricky Blunda Posted January 29, 2017 Share Posted January 29, 2017 (edited) Hello I need help again translating what I believe is a Prestashop generic alert message - it shows in a 3rd party delivery module, but I cant find the string anywhere in their files. Please, go to my site: www.ra-rely.se and put anything in the basket. Choose the default delivery option (first out of two options) - no need to fill out the adress or anything. Then click the blue button with the name "Update Selection" - a frame will open up displaying an orange box with the words "Please select additional shipping options" <-- this is what I want to change, but I dont know where to find it. Please see attached image with a web inspector open. Many thanks! Edited January 29, 2017 by Ricky Blunda (see edit history) Link to comment Share on other sites More sharing options...
Norwegian Rat Posted January 29, 2017 Share Posted January 29, 2017 Have you tried searching for the string in "Localizations" -> "Translations"? Type of translation: --> "Module translation", if it's a module Link to comment Share on other sites More sharing options...
Ricky Blunda Posted January 30, 2017 Author Share Posted January 30, 2017 Yes, Ive tried searching there with no results. The alert message does show up in a module, but I have my suspicion that the module is calling a native Prestashop class to show this alert message. Link to comment Share on other sites More sharing options...
Norwegian Rat Posted January 30, 2017 Share Posted January 30, 2017 (edited) What PS version are you running? There are probably many text editors that does this too, but I use Linux Terminal when i struggle with issues like this. Then i just open the terminal in the PS folder and type [ grep -r "Please select additional shipping options" ], and you get a list of all the places this string is present. Saved me from hours of frustration! Edited January 30, 2017 by Norwegian Rat (see edit history) Link to comment Share on other sites More sharing options...
Ricky Blunda Posted January 30, 2017 Author Share Posted January 30, 2017 I'm running 1.6.1.2. Hmmm, so the Linux Terminal will search inside files as well? I need something similar to that for Windows. I'll google to see what I can find... Link to comment Share on other sites More sharing options...
Norwegian Rat Posted January 30, 2017 Share Posted January 30, 2017 The terminal is one powerful mf. I'm pretty sure you can create spaceships with it if you just know the command But it is indeed one of the reasons i have dualboot. Once you've figured out a few tricks with the terminal, you cant live without it. (manual backup of your store through SSH, compressing images, stipping images, finding files, strings etc. The list goes on and on =) Link to comment Share on other sites More sharing options...
Ricky Blunda Posted February 2, 2017 Author Share Posted February 2, 2017 Just gonna try bumping this once... 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