roz Posted April 8, 2014 Share Posted April 8, 2014 hi, i need to change the titles of these tabs. where can i change it? thanks! Link to comment Share on other sites More sharing options...
nadie Posted April 8, 2014 Share Posted April 8, 2014 hi, i need to change the titles of these tabs. where can i change it? thanks! Tab Localization -> Translations Modify Translations Translations modules Sorry for my English Link to comment Share on other sites More sharing options...
Paulito Posted April 8, 2014 Share Posted April 8, 2014 Good morning Back office > Localization > Localization > Translations > Installed module translations http://screencast.com/t/dFx7F9udLpH Paul Link to comment Share on other sites More sharing options...
roz Posted April 8, 2014 Author Share Posted April 8, 2014 thanks guys. but i got this error.. Warning! Your PHP configuration limits the maximum number of fields allowed in a form 1000 for max_input_vars. Please ask your hosting provider to increase this limit to 3963 at least, or you will have to edit the translation files. any idea what and how to fix thiS? Link to comment Share on other sites More sharing options...
Paulito Posted April 8, 2014 Share Posted April 8, 2014 Hello again First/Best thing to do is ask your Host to increase this value as it says in the message. This is a common problem. If they cannot/will not then post back here Paul 1 Link to comment Share on other sites More sharing options...
White Lion Posted April 8, 2014 Share Posted April 8, 2014 Dear ROZ Please read this topic. http://www.prestashop.com/forums/topic/245816-warning-your-php-configuration-limits-the-maximum-number-of-fields-to-post-in-a-form-1000-for-max/ Hope its useful. Link to comment Share on other sites More sharing options...
roz Posted April 8, 2014 Author Share Posted April 8, 2014 if i can't get this php.ini done, any other way how to do it? Link to comment Share on other sites More sharing options...
dioniz Posted April 8, 2014 Share Posted April 8, 2014 Roz you can open yourtheme/modules/homefeatured/translations/yourlanguage.php and change it there. You will need to do it for blocknewproducts and blockbestsellers too Link to comment Share on other sites More sharing options...
roz Posted April 8, 2014 Author Share Posted April 8, 2014 thanks! also found it myself hehe! aside from this, do you have any idea how can i add in the product specials as one of these tabs too? i mean an easy to follow tutorial 1 Link to comment Share on other sites More sharing options...
Prestaindoe Posted February 2, 2015 Share Posted February 2, 2015 How can Link Title as like Title New Product to page New Product??? Link to comment Share on other sites More sharing options...
vekia Posted February 2, 2015 Share Posted February 2, 2015 in this case you will have to edit module .tpl file anyway, i think that you use some modification probably because default block new products doesnt have feature to display it in homepage tabs. Link to comment Share on other sites More sharing options...
vekia Posted February 2, 2015 Share Posted February 2, 2015 ohh to much coffee, sorry for the confusion open file: themes/default-bootstrap/modules/blocknewproducts/tab.tpl Link to comment Share on other sites More sharing options...
vekia Posted February 2, 2015 Share Posted February 2, 2015 there is a code: <li><a data-toggle="tab" href="#blocknewproducts" class="blocknewproducts">{l s='New arrivals' mod='blocknewproducts'}</a></li> change it to: <li><a data-toggle="tab" href="{$link->getPageLink('new-products')}" class="blocknewproducts">{l s='New arrivals' mod='blocknewproducts'}</a></li> Link to comment Share on other sites More sharing options...
Recommended Posts