-
Random Quote
Advertising is based on one thing: happiness. And do you know what happiness is? Happiness is the smell of a new car. It’s freedom from fear. It’s a billboard on the side of a road that screams with reassurance that whatever you’re doing is Okay. You are Okay.
— Sean Platt, copyblogger.com/don-draper-copywriting/-
Recent Posts
Categories
Recent Comments
Archives
Meta
Follow us
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 …
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 …
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
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 …
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 …