Jump to content

How to Change Titles in Home Page Tabs (popular,new products..)


roz

Recommended Posts

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

  • 9 months later...

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

×
×
  • Create New...