Installing a module asks for rewriting the translations? Problem/Motivation While upgrading a module, the user often faces language translation issues in PrestaShop. To improve the user experience at their store and make it easy for the customers to understand the checkout instructions and flow, merchants translate the module files but on upgrading the module the […]
Prestashop Tutorials
How to Copy cart into another cart in order to change the id_cart?
Objectives of the blog After reading this blog we will be able to copy the cart into another cart in order to change the Cart Id. Requirement We need to modify the below file to fix the same. We will be making changes in the Core file for the same. Root dir\classes\PaymentModule.php Procedure We need […]
How to Create Breadcrumb in PrestaShop 1.7?
Introduction The Breadcrumb allows a user to maintain the location on the websites. One can easily create the Breadcrumb on the Prestashop. If you are creating a module which has a separate page on the front then you would create a front controller by extending the ModuleFrontController file and this ModuleFrontController file extends FrontController which […]
How to Create eBay Application to Get Required API Keys and User Token?
To start selling on eBay Marketplace with any Marketplace Connector we need some mandatory eBay API keys and tokens to communicate with eBay API. So, to get these keys and tokens we need an eBay Application. Thus, it is a prerequisite for any eBay-e-commerce connector. Moreover, we will take you over the step-by-step process for […]
How to create Prestashop Module Web Service API?
This blog is all about how to create and use the Prestashop Webservices API. Prestashop has default Web Services tool available which allows accessing the store from remote applications. Prerequisites You Prestashop store should have “module rewrite” enabled for apache. It is preferable to use SSL (https:) for web service calls, as it avoids the […]
PrestaShop 1.7 is stable now- Things you need to know before upgrading
It’s been more than one and half year since the PrestaShop came up with PrestaShop version 1.6.1.0, the last major update. The stable version of PrestaShop is finally out for all. Before that, PrestaShop has been testing the Beta versions for a long time. The development versions were already available on the official site for […]
How to add an SEO friendly URL for any controller in PrestaShop?
With the introduction of the friendly URL and customized URL, PrestaShop revolutionized the control of URLs in its update PrestaShop v1.5. Later in the PrestaShop v1.7, it added the feature of URL dispatcher to enhance the URL rewriting in PrestaShop. With this update, PrestaShop made the URL rewriting or URL customization for modules very easy. […]