In this article, we will talk about a module that has been used for a long time by more than a thousand online stores — Pre-order and Waiting List Module. With the release of CMS PrestaShop 1.7, we started rewriting the modules for this version of the platform. Today I’ll tell you about the difficulties I encountered when developing the module for this version of PrestaShop.
Recently we’ve started redesigning some Prestashop modules. The first module we’re upgrading is ProduсtTabs. The module allows creating and adding extra tabs on the product page as well as displaying additional information about most important products in the store. So let’s consider how to upgrade it to CMS 1.7. Read more
We’re going to consider the structure of templates arrangement in Magento 1 and Magento 2. Are there any differences in the Magento versions? Let’s define! Read more
In the article, we’re going to compare routing in Magento 1 and Magento 2. Actually, there’s an article containing routing description in Magento 1, so in case you’d like to have a closer look at routing in Magento 1, read our blog. Read more
In the previous part of the MVC in Prestashop CMS article we focused on creating a Controller. In this part we will describe the process of creating a View.
To create a View Prestashop uses the Smarty template engine. Read more
This article is dedicated to the Model-view-controller in Prestashop CMS. Due to the amount of information we decided to divide it into 3 parts. In the following part we are going to consider basic principles of creation and operation with a model. Moreover, you can find some information regarding this subject under the following link.
It is very important to provide order details to customers. With our “Advanced Order Confirmation Page” extension you will be able to display more data about a completed order. Additional and explicit information makes customers feel comfortable after they just have made purchase and allow them to check all the data one more time on a full-size confirmation page.
When a customer completes an order (s)he gets transferred to an order confirmation page. Default Prestashop confirmation page provides only concise data, and this information does not reflect all order details. Read more