wolas Posted March 29, 2010 Share Posted March 29, 2010 Hi,i'm looking for a part of code which makes sql query:INSERT INTO `'._DB_PREFIX_.'product' [...]or something else creating new product cos i have to add my code there but i cant find it :|Does anyone have any idea where it could be? Link to comment Share on other sites More sharing options...
rocky Posted March 30, 2010 Share Posted March 30, 2010 I don't understand. Do you mean what function do you call to perform an SQL query? You should use the following: Db::getInstance()->execute("INSERT INTO `"._DB_PREFIX_."product` [...]"); Link to comment Share on other sites More sharing options...
Guest locen Posted November 19, 2015 Share Posted November 19, 2015 Hi, i should add products from paid module make an offer, i explain: when I add a product to offerable it go automatically to category in my BackOffice that contains all products offerable. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now