Reputation: 381
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.
Upvotes: 0
Views: 558
Reputation: 943
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
Upvotes: 1