VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: kiki90 on February 15, 2013, 11:10:15 AM

Title: Own Extension
Post by: kiki90 on February 15, 2013, 11:10:15 AM
Hello,

I have a module that runs a query to our server and gets the information of the product and store the items in virtuemart using the store function built in the virtuemart itself. But I would like to know if there is a function that runs if the product already exists as store function would duplicate the product.

Thank you !
Title: Re: Own Extension
Post by: kiki90 on February 19, 2013, 11:08:23 AM
bump
Title: Re: Own Extension
Post by: balai on February 19, 2013, 16:36:53 PM
Why don't you run an sql query to check if a product exist?
Title: Re: Own Extension
Post by: kiki90 on February 19, 2013, 16:38:38 PM
 :o :o

I do that already .. I need a method from virtuemart to run if product exists .. any other help ?

thanks