giorgio.beggiora Posted September 9, 2014 Share Posted September 9, 2014 i updated prestashop from 1.5 to 1.6, now the theme have some little issue, the most important is that the price of the combinations is 0 in the product page. I tried to update the theme but everything declared with {addJsDef} is absent from the source code. Do you have any suggestion please? Thanks. Link to comment Share on other sites More sharing options...
vekia Posted September 10, 2014 Share Posted September 10, 2014 perhaps your shop uses some overrides? are you able to verify it? it's worth to, i've noticed that problem several times before, and it was a matter of overrides in modules. what theme you use? default one? if some other template, you have to be sure that it is compatibile with ps 1.6 Link to comment Share on other sites More sharing options...
giorgio.beggiora Posted September 10, 2014 Author Share Posted September 10, 2014 Thank you vekia, i found the solution: back office-->advanced parms-->Move JavaScript to End-->YES! For some reason it works. 1 Link to comment Share on other sites More sharing options...
bricofera Posted September 17, 2014 Share Posted September 17, 2014 Thank you vekia, i found the solution: back office-->advanced parms-->Move JavaScript to End-->YES! For some reason it works. IT WORKS! Thanks you saved my life!! 2 Link to comment Share on other sites More sharing options...
iggywebprom Posted January 20, 2015 Share Posted January 20, 2015 great, thanks Link to comment Share on other sites More sharing options...
Foovince Posted March 5, 2015 Share Posted March 5, 2015 Yeah thanks ! But its amazing... acitvate one performance option to fixed an issue. Link to comment Share on other sites More sharing options...
Radhanatha Posted December 9, 2016 Share Posted December 9, 2016 (edited) 1.{addJsDef product_id=$product_id|escape:'html':'UTF-8'}, 2.{literal} <script language="javascript"> var product_id = {$product_id}; </script> {/literal} Both 1 and 2 are not working in prestashop 1.7 latest version in tpl file in my custom module.But prestashop1.6.1.9 working fine Please any suggest me. Thanks! Edited December 9, 2016 by Radhanatha (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