Prestashop is one of the most used ecommerce CMS after Magento. But the default contact form in…
Read moreWith below nice PHP code you can easily change the order status inside the DisplayOrderConfirm…
Read moreIn prestashop, if you are making single module which is compatible for both PS 1.6 and PS 1.7 t…
Read moreTo upgrade prestashop module. First Upgrade your module version no. from module's config…
Read moreTo redirect to 404 not found page properly add below code in your Prestashop controller file. …
Read moreTo remove left and right column from front controller, Add below code just at the begining of…
Read moreYou can clear cache in prestashop programatically by adding below code in your PHP file. Tool…
Read moreyou can successfully send test email to SMTP server after configurring email at back office. …
Read moreTo add Manufacturer Filter please made below changes. Step 1: open controllers/admin/AdminPr…
Read moreIn Prestashop, if category is only assigned to customers (loggedin users) then you will see an …
Read moreSometimes when you upgrade Prestashop at that time your order confirmation e-mail not display p…
Read moreIn some older version of Smartblog Prestashop module, sometimes you will not find your blog pos…
Read moreto get specific sub category information using parent category id use below code: $subcategor…
Read morePrestashop Displays supplier name in product detail page by default. But to display supplier …
Read moreYou can easily get one module HTML output and display it in another controller by below code: …
Read morePrestashop Not display your shipping address in final step of payment. To add Your Shipping A…
Read moreYou can find Pagename is attcahed to body id in prestashop. You can easily get pagename with belo…
Read moreYou can easily detect for Desktop and mobile devices with below script in Controller file of prest…
Read moreIn Prestashop 1.7 function code to add a Javascript is little changed. To add Javascript to a…
Read moreIn this guide I want to show step by step how to extend rich text editor in new PrestaShop 1.7.…
Read more