thilip.xandy Posted February 1, 2014 Share Posted February 1, 2014 How to create a product with help of module. Link to comment Share on other sites More sharing options...
vekia Posted February 2, 2014 Share Posted February 2, 2014 in simple words, you have to define new Product() object and add() function you can check how the product object looks like in: classes/Product.php - there is "object definition", you have to create these fields $product->field="some value"; Link to comment Share on other sites More sharing options...
thilip.xandy Posted February 3, 2014 Author Share Posted February 3, 2014 Vekia, thanks for your reply can I can have any sample codes.. Link to comment Share on other sites More sharing options...
vekia Posted February 4, 2014 Share Posted February 4, 2014 are you familiar with oop ? (object oriented programming) ? Link to comment Share on other sites More sharing options...
thilip.xandy Posted February 4, 2014 Author Share Posted February 4, 2014 (edited) yes, I'm little bit familiar with oop. Edited February 4, 2014 by thilip.xandy (see edit history) 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