Iris Posted May 7, 2014 Share Posted May 7, 2014 Hi, I've got the Prestashop and a theme running, but now I would like to make some modifcations. I am quite well informed and experienced in Wordpress and its background, but Prestashop is different.... With my element inspector I know where to make the changes, but I can't find the route in Filezilla to the the to be changed items. For instance: I would like to change 'shopping cart' into 'shopping basket'. Can someone pls indicatie me how to get there? As said: I am using a theme for Prestashop. Thanks in advance. Iris Link to comment Share on other sites More sharing options...
El Patron Posted May 7, 2014 Share Posted May 7, 2014 one of the most powerful features of ps is being able to change 'content' The content can be in serveral logical places, front office, modules, emails etc. You can access this back office-->localization-->translations (note typically select 'core: no theme) and then the language flag you want to work with. Then depending on if the xlation (or content) is in front office, select front office and then search for string you want to change. You may have to look for the string in 'other' selection, modules for example. Note: don't let 'translations' fool you, you can change any content. Link to comment Share on other sites More sharing options...
Iris Posted May 7, 2014 Author Share Posted May 7, 2014 hi, thanks for you quick response. Did a bit of a check, but I couldn't find it. Would like to change it in the code itself. Is that possible? I can't find the way to the div id shopping_cart of the theme... rgds Iris Link to comment Share on other sites More sharing options...
vekia Posted May 8, 2014 Share Posted May 8, 2014 Did a bit of a check, but I couldn't find it. Would like to change it in the code itself. Is that possible? it is possible but in fact everything depends on several things. if you're talking about module - you have to change module file .tpl if your theme contains module file - you have to apply changes to file stored in theme directory if it's not a module, it's probably theme file, so you have to modify .tpl file located in your theme directory you said about shopping cart. my question is: you're talking about shopping cart page (order process - part of checkout) or about shopping cart block ? Link to comment Share on other sites More sharing options...
Iris Posted May 9, 2014 Author Share Posted May 9, 2014 hi, thanks for you reply. I will dive into it. I was talking about the shopping cart block. rgds Iris 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