Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 magento 演示商店,例如,我希望注册用户可以从前端发布产品?谁能给我一些代码来展示如何制作它?在magento中甚至可能吗?
是的,亲爱的,这是可能的,您必须为此创建一个模块,我认为您在前面的客户帐户页面中提供链接/选项卡。在帐户页面中,您提供添加新产品的形式。您还提供了所有选项,例如magento 后端。但需要一些定制
这当然是可能的。其实应该没那么难。您将创建一个模块,以编程方式创建一个订单,并从某个地方链接此页面。您应该能够使用以下资源破解一个: