One of our clients asked for a feature that allows manually sending additional email about successful order. We created the following button for him: Read more
When you are searching for something on a web store, usually you don’t know how exactly store owners named their products. Read more
Catalog Price Rules is a widely used Prestashop tool for mass creation of discounts. But if you have a lot of features and feature_values associated with them, one day this function can get unavailable for you. Let’s check why exactly you won’t be able to use it. Read more
To enable Loyalty programs, you probably use default Customer Loyalty and Rewards module. But this module has a serious disadvantage: a customer can’t use loyalty points during checkout and has to trade them for vouchers before buying anything. It isn’t convenient for customers and represents a risk for your sales.
In our Prestashop Loyalty Points module we have corrected this inconvenience. With our module, your loyalty program gets easier and more efficient. After you install our module, a customer won’t have to get back to their account to trade their loyalty points for vouchers.
Key features:
- No need to convert loyalty points into vouchers;
- Loyalty points can be applied during checkout;
- A customer can define how many points (s)he wants to use for an order.
I have found an interested comment in Trello about Advanced Payment API in Prestashop and want to share it with our readers.
If your module is using front controller then it generates URLs according to the below principle. Read more
In Magento there is a sufficient number of complex data processes, which may take quite a long time and consume a large amount of server memory and performance, especially if the database contains a huge pool of data (products, categories, customers, orders, etc). The indexing of products attributes, categories, prices, etc may serve as an example of such a process. But into this list we can also include one more process – the application of catalog price rules (apply rules): Read more
In this article I’m going to tell you how to create a payment module for Prestashop. Every country has its own payment methods, some are more popular than others. There are such methods as PayPal that can be found all over the world but every country has its own favorite anyway.
Rather than being inherited from the “Module” class all payment methods are inherited from the special class – “PaymentModule”. Read more
A lot of online retails often need to export orders to third-party systems and services. They do it for inventory accounting, store houses, sales reports etc. There are plenty of such systems, and each of them has its own data transfer format. Despite the fact, that there are a lot of export modules on Prestashop Addons Marketplace, sometimes they are not appropriate, because each service has its own file format, its limitations, etc. So, that’s why there is a need to write your own script exports. Let’s consider the most popular file format: XML. Read more
Prestashop Ajax CSV Product Export is a new product export plugin for Prestashop. Ajax technology allows you to quickly export all products and their features into the CSV format without any server errors.
Key features:
- Advanced export of products and product features into the CSV format;
- You can select to export either specific categories, manufacturers and product features or all products and their features at once;
- Create and save templates to quickly export predefined set of categories and features.