WordPress eCommerce Product Display Plugins
I wrote several small WordPress plugins to allow shopowners to easily show products from their ecommerce stores on their WordPress blogs. Here they all are.
Cart | How it Works | Image |
---|---|---|
Zen Cart | Zen Cart has no built-in API, so I created one for this mod. | |
OpenCart | OpenCart does have an API, but it is an Order API only; it doesn't include product information. So I created one for this mod. | |
BigCommerce | BigCommerce has an OAuth based API that allows you to easily retrieve product information. | |
Shopify | Shopify has a private API that allows you to easily retrieve product information. | |
Prestashop | Prestashop does have an API - it just requires that you add a file to your existing installation. I was able to use their API for this plugin. | |
Magento | Magento does have an API, which I used for this plugin. |