totalfs Posted April 17, 2013 Share Posted April 17, 2013 Hi Guys, So I have currently dumped 1.5.4 & 1.5.3.1 as they were just not ready for production and I have a deadline. So, installed PS 1.4.10 and I'm really happy with it. Tweaked most of the code and CSS but I'm still stuck with changing cart2 module (new template) to rename "Cart" to "Basket" and change the yellow button "Add to Cart" to "Add to basket". In the back office I can't do translations for modules as I'm limited with 1000 fields and can't do nothing about this. So, I was hoping I can find translations somewhere in the files but unfortunately I can't find it anywhere. Can you please point me in the right direction? Link to comment Share on other sites More sharing options...
totalfs Posted April 17, 2013 Author Share Posted April 17, 2013 Ok, I have found "Add to basket" in product.tpl but still struggling with the "Cart: " which is next to the cart icon over the top menu. Best Regards, Peter Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 17, 2013 Share Posted April 17, 2013 Hi Peter, thanks for the response. 1.5 is definitely ready for production, and is already used on thousands of live stores. Maybe it was not the best option for you, but that is not to say that it is not ready. Why don't you copy the store to a localhost and change the translations from there? Then you can transfer them over after you are done. That is a way to get around the max_input_vars limitation. Link to comment Share on other sites More sharing options...
totalfs Posted April 17, 2013 Author Share Posted April 17, 2013 Hi Benjamin, I need to change one word "Cart" to "Basket" as on the attached picture. Surely it is somewhere in the code. Imagine installing a whole server just to change one word! Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 17, 2013 Share Posted April 17, 2013 Hi totalfs, a localhost is a necessary tool to have for any shop. It allows you to test any changes before it makes it to the live shop. However, I do understand your concern. I need to look into this to find out where you can change it. Link to comment Share on other sites More sharing options...
totalfs Posted April 18, 2013 Author Share Posted April 18, 2013 Any luck? I still can't find it. It's well hidden. Normally it would be in one of the modules TPL files but not this one. Link to comment Share on other sites More sharing options...
vekia Posted April 18, 2013 Share Posted April 18, 2013 it is block user info module, try to translate it 1 Link to comment Share on other sites More sharing options...
totalfs Posted April 18, 2013 Author Share Posted April 18, 2013 5 Stars to VEKIA!!! Many Thanks for that ! SOLVED /themes/prestashop_new/modules/blockuserinfo/blockuserinfo.tpl <!-- Block user information module HEADER --> <div id="header_user"> <ul id="header_nav"> {if !$PS_CATALOG_MODE} <li id="shopping_cart"> <a href="{$link->getPageLink("$order_process.php", true)}" title="{l s='Your Basket' mod='blockuserinfo'}">{l s='Basket:' mod='blockuserinfo'}</a> Link to comment Share on other sites More sharing options...
vekia Posted April 18, 2013 Share Posted April 18, 2013 So i can go ahead and mark this thread as solved thanks for information :-) Link to comment Share on other sites More sharing options...
Recommended Posts