tabutnas Posted June 15, 2013 Share Posted June 15, 2013 Hello, i wanted 2 call on class Customer.php , some values of smarty.post thanks in advance Link to comment Share on other sites More sharing options...
presta4you.com Posted June 16, 2013 Share Posted June 16, 2013 Try use something like this: $this->context->smarty->your_variable. Link to comment Share on other sites More sharing options...
vekia Posted June 16, 2013 Share Posted June 16, 2013 in the php classes and smarty templates you can use the function: Tools::getValue('name_of_the_field'); you can also use simple $_POST['name_of_the_variable'] method 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