我是一名图书销售商,在亚马逊有一个店面,在亚马逊之外还有另一家商店。我想展示我的亚马逊图书在我的另一个商店与适当的链接直接购买通过亚马逊,这可以使用亚马逊MWS吗?有没有使用PHP的示例?
发布于 2012-05-26 18:51:09
这是可能的。使用Amazon MWS -您需要将Amazon API与PHP一起使用-这并不完全复杂;但为Amazon、eBay和Opencart制作插件直接管理上传和同步以进行多商业一直是社区管道上的事情。目前还没有插件存在;无论是免费的还是商业的;你必须自己做。
1 - Make a new multi store in opencart.
2 - When adding products and assoc products to stores, make certain products available in your normal shop, and your amazon "multi store".
3 - In template files, if the product is on the multi store, pull the details and change the URL redirects with affiliate link and API link to Amazon cart.. it is a bit messy but for a quick solution..另一种选择是为opencart创建一个本机应用程序。
有人通过一个自由职业者网站做到了这一点;值得和他们谈谈:
Google Cache of Mayoousa Amazon Store and Amazon Product Feed Integration PDF
或者编辑这个(或者使用下面的代码库):
eBay for OpenCart
eBay for OpenCart Demo
ebay for Opencart Module on Opencart
Amazon S3 module for opencart
Amazon Payments module for Opencart
https://stackoverflow.com/questions/10059047
复制相似问题