KaranSachar Posted September 11, 2016 Share Posted September 11, 2016 Hello Everyone, I am newbie to creating module so I am creating module using module generator. I want below features please guide me. 1. It have one text field in Configure Tab 2. At the time Installing module It should be create a table in new database and when we save text box value it should save in New generated table and after that that value should be called at checkout page Thanks Link to comment Share on other sites More sharing options...
modprestashop Posted September 11, 2016 Share Posted September 11, 2016 The most simple tutorials for your specification is here. https://www.youtube.com/watch?v=T5TMzXXVgwc Go through all 6 videos of that series and your will get what you described. 1 Link to comment Share on other sites More sharing options...
KaranSachar Posted September 12, 2016 Author Share Posted September 12, 2016 Thanks for this. But I have issue that it is saving the details in config table but I want to save in my own created table. and secondly wants to pass that value in script Link to comment Share on other sites More sharing options...
modprestashop Posted September 12, 2016 Share Posted September 12, 2016 Yes, but can't you write your own INSERT query where it is Configuration::updateValue() in tutorial? Link to comment Share on other sites More sharing options...
gabdara Posted September 12, 2016 Share Posted September 12, 2016 Have a look at this starter module for PrestaShop 1.6. It comes with an example of a module configuration page and a custom table. 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