开发者

Magento user uploaded offers

Using Magento i want to create website where user can upload their product开发者_开发技巧s to sale, is it possible in magento ?


You can easily create a website to handle that, Magento give you an API that you can easily consume for creating products, etc ...

http://www.magentocommerce.com/wiki/doc/webservices-api/introduction

But, why not just give your users an access to their webshop Administration area?


Its better you to create module for add products by users from their my account area. Check the saveAction in Mage/Adminhtml/Controllers/Catalog/ProductController.php .You may get more idea how to save product.

If you are planning to add only some members to add their products through backend, its better you to create users and assign permissions to add products from backend.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜