PrestaShop 1.4 introduced a feature called “Minify HTML” to improve performance. In this how to you will find how to add this exciting feature to PrestaShop 1.3!
Tag Archives: howto
PrestaShop: Cart cache optimization
This howto will explain how to stop dozens of extra queries that are made by an empty cart and significantly speed-up PrestaShop 1.3.
PrestaShop: Adding a datepicker to Invoices and Delivery slips
How to add a datepicker to Invoices and Delivery slips in a few simple steps.
osCommerce: Running with Register Globals Off
There are several tutorials and contributions about how to run osCommerce with register_globals turned Off. However, all are very complicated, break compatibility with other contributions such as payments or delivery modules and are not compatible with both PHP4 and PHP5.
We made a very simple MOD, which allows you to run osCommerce on any PHP powered server with disabled Register Globals including PHP4 and PHP5. This MOD also works with register_globals = On, so if your host changes the configuration of the web server without your knowledge, osCommerce powered shopping cart will remain running.
Removing ZenCart Ultimate SEO URLs
Removing Ultimate SEO URLs safely and completely (for those who are going to buy Magic SEO URLs, removal of Ultimate SEO URLs can be also included in the free installation service).
osCommerce: Session save path Fix
If you are using MySQL based sessions in your osCommerce installation and your PHP runs with Safe Mode set to On, you receive the following message:
Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is X is not allowed to access owned by uid Y in /path/to/your/oscommerce/catalog/includes/functions/sessions.php on line 149
We also recommend this MOD when your web server has Safe Mode Off too.
osCommerce: Session autostart is enabled Fix
If you are running osCommerce on the web server where PHP’s session.auto_start is enabled, you will receive the following error message:
Warning: session.auto_start is enabled – please disable this php feature in php.ini and restart the web server.