Symfony2: How to customize form error class in twig?
If you are new to Symfony2, you might come to a point where you want to customize the form error class. By default, all the form errors will be shown using a list which does not have any css class...
View ArticlePrestashop 1.6: How to enable Catalog mode?
Do you know you can transform Prestashop 1.6 shopping cart into a e-catalog website. From my experience, not everyone is ready for online shopping, but catalog system is just good for everyone. If your...
View ArticlePrestashop 1.6: How to show price in catalog mode?
By default, Prestashop do not display price in catalog mode. In order to show price in catalog mode, you have to do some theme customisation to display the price. No worry, i promise the customization...
View ArticleMySQL 5.5 PDO::__construct(): The server requested authentication method...
Just upgrade one of my MySQL from 5.0 to 5.5 using WHM MySQL Upgrade tools. The upgrade went smooth. Right after i think everything is ok, some of my website show error while performing db query...
View ArticleHow to block all file access except one using .htaccess
If you use .htaccess to control the file access, i guess u might came to a situation where you want to block all the files but except one. For an example, you might want to block all the php file...
View ArticlePrestashop 1.6: “Unexpected token
Recently i tried to upgrade a Prestashop system from version 1.5 to 1.6. The upgrade scripts shows no error, but when i go there are some hiccups at the backend. When i tried to upload thumbnail for my...
View ArticleHow to clear cache in Prestashop 1.6?
Prestashop use Smarty as it’s template engine and Smarty come with caching mechanism. If you are editing your template and you can’t see the changes even you refresh the page, then you can try to clear...
View ArticlePrestashop 1.5 – How to enable add to cart button at Home Featured Product?
Recently there is a request to edit a old Prestashop 1.5 site. The request is to add the add to cart button at the home featured product. That particular prestashop site is quite old and did not...
View ArticleVirtue Theme: How to enable slider in shop page?
If you are using Virtue Theme together with Woocommerce, then probably you will ask how to enable slider in shop page. Actually the free version does not built in the slider in the shop page. If you...
View ArticleHow to disable access to Microphone or Camera in Chrome
If you accidentally enable your Chrome to access your microphone or camera, you can always disable the access. It’s also good security practice to disable the microphone or camera access from you...
View Article