felek Posted January 28, 2015 Share Posted January 28, 2015 Hello I creating my module. I want to create form using helper class. Form is creating in mymudule.php file. Now I want to pass some data to that form. Data I'm need is in current controller. Is there any way to pass data from controller to module ? I dont want to use session or cookie because there will be array o data. I want to get order shipping data and order total payment. Can and how i use context to set value in controller and then get that data inside of my module file ? Link to comment Share on other sites More sharing options...
vekia Posted January 29, 2015 Share Posted January 29, 2015 how these datas are stored in this controller and to what controller you're reffering? Link to comment Share on other sites More sharing options...
felek Posted February 2, 2015 Author Share Posted February 2, 2015 Im sorry for trouble this is solved. I found $smarty->getTemplateVars('page_name'); old version is removed from presta thx 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