I am now developing a magento website, at a first glance at the task I found getting the ID of the author of the product seems to be hard for me as I am a newbie in magento. Can anyone help me on how to get the Id of the user that created the product in product view? cause i want to show the information of the author of the product in the product view. Hope someone can help me in this. Thanks in advance.
1条回答 默认 最新
- doulei6330 2013-04-21 13:46关注
As per default magento setup only admin can create a product in admin end. Is there any customized section where users are creating product. If so, add an attribute author_id to product and in that customized code save the current logged in customers id while saving the product.
For more help need to go through your current structure. Can you procide some code snippet or a demo url
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报