How to send copy email prestashop 1.7 05:48 Add Comment How to send copy email prestashop 1.7 if you want to receive all the messages that your shop sends you can add setBcc() function to ma... Read More
How to add column in List of orders in back office prestashop 1.7 05:00 Add Comment You want to change List of column in prestashop Orders list : First step Go to Controllers/admin/AdminOrdersController.php How to add... Read More
VM130:1 Uncaught ReferenceError: ECInContext is not defined paypal prestashop 05:35 Add Comment VM130:1 Uncaught ReferenceError: ECInContext is not defined paypal prestashop At the moment that I’m trying pay an order with paypal... Read More
How to add custom field prestashop 1.7.4 or 1.7.5 11:09 Add Comment How to add custom field prestashop Step 1 first in database in the table ps_product_lang add your field " my_extra_field_descri... Read More
How i can check if exist category in product.tpl 06:49 Add Comment You can check if exists category in product.tpl by This code: { assign var = 'catproduct' value = Product : : getProductCat... Read More
How to remove Commandes in prestashop 1.7 or 1.6 09:25 Add Comment How to remove Commandes in prestashop 1.7 or 1.6 can use this sql querry but before that you must create a backup : TRUNCATE `ps_order... Read More
show one module in hook prestashop 07:41 Add Comment show one module in hook prestashop: if you want to show one module in hook you can do it : it's very easy : {hook h='nameOf... Read More