Category Archives: Google Ask

Prestashop .htaccess

Default prestashop .htaccess file is generated by prestashop. You can generate: Go to admin panel Navigate to Tools -> Generators There is button “Generate .htaccess file” But if you want you can add your own lines in .htaccess. To add …

0 Read More...

Prestashop move to root

If you have your prestashop in subfolder and you want move it to root, you have to: Copy/paste all files to root Change configuration (config/settings.inc.php) file Change this line define(‘__PS_BASE_URI__’, ‘/subfolder/’); to define(‘__PS_BASE_URI__’, ‘/’); If you are using user friendly …

0 Read More...

How to Change Manufacturer Name in Prestashop

If you want to change or add manufacturer, you have: Navigate in admin panel to Catalog->Manufacturers Press new or pencil symbol to edit manufacturer

0 Read More...

Prestashop Change Root

This post needs update. Coming soon today (2011-06-06)… f you want to change prestashop root you have: move all prestashop files to new_dir edit config/settings.inc.php file define(‘__PS_BASE_URI__’, ‘/YOUR_NEW_PRESTASHOP_ROOT/’); If you are using user friendly urls, then you have to regenerate …

0 Read More...

How do I change the Manufacturers title in Prestashop?

You have two ways to change this title: Edit modules/blockmanufacturer/blockmanufacturer.tpl file, {l s=’Manufacturers’ mod=’blockmanufacturer’} change Manufacturers to whatever you want. Change translations: Go to Tools -> Translations In “Modify translations” select “Module translations” and select language (you can select english …

0 Read More...