ricchile Posted July 14, 2015 Share Posted July 14, 2015 Estimados, pasar variable usando smarty a product.tpl en prestashop 1,6 slds, Link to comment Share on other sites More sharing options...
ricchile Posted July 14, 2015 Author Share Posted July 14, 2015 (edited) /* ProductController (function initContent) */ $this->context->smarty->assign(array( /* variables */ 'ejemplo' => 'Ricardo Noa', )); /* product.tpl */ {$ejemplo} Solucionado.. bye, Edited July 14, 2015 by ricchile (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