VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: Marlowe_P on June 01, 2013, 02:34:34 AM

Title: create product from k2
Post by: Marlowe_P on June 01, 2013, 02:34:34 AM
i want users to become vendors building their items front end with k2.
when they submit the item creation a script must run updating spcific tables to create user as manufacturer and item as product to sell in virtuemart!
i would have a multivendor site working!
i know about sql so i ask if it's simple to find tables where to pick data from and tables to update! thanks for helping
Title: Re: create product from k2
Post by: balai on June 02, 2013, 13:23:44 PM
Hi

Afaik there is an extension named K2mart which converts the VM2 items to k2 articles.
You can check it
Title: Re: create product from k2
Post by: Marlowe_P on June 02, 2013, 16:13:21 PM
I need exactly the opposite: something that can tranform K2 items uploaded by users to VM products? Anyone???
Title: Re: create product from k2
Post by: balai on June 03, 2013, 10:08:14 AM
I don't think that it exists.

I think that you have to do that manually. Probably you have to develop a plugin which will be triggered once a k2 article is submited.
That plugin will "write" the necessary records to the vm tables in the database