Dear sir/madam When you process checkout in leotheme.com You can check out by guest to payment via Mastercard or Debit Card In check out process https://www.leotheme.com/checkout/step3.html PAYMENT METHOD: Please select Paypal and click next 2. in step 5, please confirm order 3. You will move to paypal check out paypal …
Read More »Fix bug Profile HTML
Profile show “module/appagebuilder/appagebuilderhome” in HTML not good for SEO You can remove by follow these steps 1. Edit file Root\classes\Link.php 2. Changing Code ( https://www.diffchecker.com/m8Xx7Edi ) if (isset($params[‘fc’]) && isset($params[‘module’])) { if($params[‘fc’] == ‘module’ && $params[‘module’] == ‘appagebuilder’ && $controller == ‘appagebuilderhome’) unset($params[‘fc’]); unset($params[‘module’]); $controller = ‘index’; } RESULT
Read More »Simple code to fix position of product in category after import
If you have this bug in your prestashop: all product same position = 1 and you can try to drag to sort. after save and reload position is not change. follow my guide to fix create a file in your root web name as correct_product_position.php: require(dirname(__FILE__).'/config/config.inc.php'); $sql = 'select * …
Read More »How to Change file Permission in Cpanel | Leotheme Blog
This guide, we will show you “How to Change File Permission Cpanel”. Each file/directory also has permission. There are 3 types of access, so you can set permission for file or folder at Cpanel at ease: Read – Denoted as r, files with read access can be displayed to the user. Write …
Read More »2 Quick Steps to Add Category menu PrestaShop 1.6 – Leotheme Tutorial
Today, I will guide you How to Add Category Menu PrestaShop 1.6 – Leotheme Tutorials 1. Add Category Prestashop 1.6 – Login Dashboard Admin -> Get Access Catalog –> Categories – And Click the button “plus” to Add New Category” in PrestaShop 1.6. – Fulfill Information for Category Menu: +) Name …
Read More »8 Secret Tips PrestaShop Security Best Practices for E-Store – Leotheme
Security for online store is essential with data of customers as name, address, email, bank account and so on. Moreover, information of the manufactures and the price may be revealed. Therefore having a good security for your online store is vital issue. It helps your business safely and you also …
Read More »Prestashop 1.7 Is Released | PrestaShop 1.7 Features You Should to Know
Finally, the official Prestashop 1.7 is released after 495 days since the release of 1.6.1.0. This is the 7th major release of Prestashop. It is a long period when they start the project to create the latest version Prestashop 1.7. The PrestaShop team and our community have been working hand-in-hand …
Read More »PrestaShop 1.6: How to Install Prestashop 1.6 Theme to PrestaShop Cloud Hosting | Step by step
This tutorial will guide you “How to Install PrestaShop 1.6 Theme to Prestashop Cloud Hosting”. 1. Login PrestaShop Dashboard: Navigate to Preferences, choose Themes 2. Import PrestaShop 1.6 Theme: Click on Add new theme button Click Next to enter your Prestashop Addon account information. If you bought the theme on Prestashop Addon store, your theme will be added …
Read More »