Tags/topics: 
2
Answers
Vote up!
0
Vote down!

Vendor ID relation to Product ID

Hi all,

In my project, we have Vendor who upload there product into the website. There an an eassy way I can create that Vendor & Product relation or Do I need to write a code for that.

Thank you

/*****************************************************/
It's look like people already asked this question and there is no solution in this version of commerce module. sorry for duplicate
/***************************************************/

Asked by: bgara
on October 24, 2013

2 Answers

Vote up!
0
Vote down!

For basic relationships between the Vendor(UserID) and the Product you can do that with setting up the permission so they can create/edit their own products. And you could create any sort of Views Page to display the products to the Vendor for managing.

But if you are looking for a true "Marketplace" then you will find a bunch of Q/A on here that conclude that commerce isn't setup for it.

Travis
Answer by: Travis
Posted: Oct 24, 2013

Comments

Yes. I need basic relation. There is no shoping card in my portal. Its more like a classified B2B site.

I am new to drupal. Can you please point me to any documentation related to your comments.

"For basic relationships between the Vendor(UserID) and the Product you can do that with setting up the permission so they can create/edit their own products."

Thank you

- bgara on October 24, 2013
Vote up!
0
Vote down!

Yes. I need basic relation. There is no shoping card in my portal. Its more like a classified B2B site.

I am new to drupal. Can you please point me to any documentation related to your comments.

"For basic relationships between the Vendor(UserID) and the Product you can do that with setting up the permission so they can create/edit their own products."

Thank you

Answer by: bgara
Posted: Oct 24, 2013

Comments

Hello Bgara,

I don't think there is any documentation, that being said,

1) just go to People -> Permissions
2) Under Product Display make sure to check that the user role "Vendor" has Create/Edit Own rights
3) Then under the Products section in Permissions, set the same Create/Edit Own rights for the actual Product Type you made

- Travis on October 28, 2013