I’m developing Prestashop module, it will export customer data and orders, it will contain hooks for customer synchronization, cart and order events – generally module which will be an integration with CRM-like service. My module contains it’s own views, made in vue.js – single page, async. There are register, login, settings, etc. pages. Communication with backend is made by GET/POST
Tag: prestashop
prestashop – create customer group from module
I’m currently working on a few modules connected to a ERP system. The ERP manages pretty much everything (customers, products, orders, order status…) but I’m having a bit of a hard time with the customer groups. I want to be able to add and update those same groups threw a module. Does anyone have any insight on this? Will I
Ordering categories alphabetically in Prestashop top menu
I have set up a Prestashop 1.7 website for a client and I’m importing his new products with a script every day. These products are put in categories that I create if they don’t yet exist. My problem is that the newly created categories are put at the end of the drop down top menu, and it would be much
PrestaShop: allow customers to upload PDF, AI and EPS files as product customization
I am running Prestashop 1.6.1.7 and I have the following pictureUpload() method that allows users to upload files of their choosing. By default Prestashop allows uploads of GIF, JPG, JPEG or PNG only. I’m trying to allow users the ability to upload a few more types (pdf, ai and eps specifically) Here is the pictureUpload() method in the productController override: