简体   繁体   English

使prestashop 1.6与erp同步的模块

[英]module that synchronize prestashop 1.6 with erp

I am a new programmer and don´t have experience. 我是新程序员,没有经验。 I need to create a module(or class) (in php) that synchronize the prestashop web service to my erp. 我需要创建一个模块(或类)(在php中),以将prestashop Web服务同步到我的erp。 I just activated the web service and works properly (myshop/api or myshop/api/customers eg), but I don´t know what is next step. 我刚刚激活了Web服务并且可以正常工作(例如,myshop / api或myshop / api / customers),但是我不知道下一步是什么。 I need that my module detect any changes in prestashop and send/update the erp. 我需要我的模块检测prestashop中的任何更改并发送/更新erp。 Please help.Thx 请帮忙

You can either with hooks know that information has been changed, and so triggered an update, or went through spots crons. 您可以带钩子知道信息已更改,因此触发了更新,也可以经过点检。

On the other hand it is necessary to see what your ERP is and how it can be contacted, we have already treated several ERP with Prestashop, and each ERP has its constraints. 另一方面,有必要查看您的ERP是什么以及如何联系它,我们已经使用Prestashop处理了几个ERP,每个ERP都有其局限性。

You should therefore learn more about the ERP and the information you want to update. 因此,您应该了解有关ERP的更多信息以及要更新的信息。

Regards, 问候,

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM