Skip to content
Advertisement

Tag: prestashop

Prestashop – REST endpoints for my module

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

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

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:

Advertisement