Search the Community
Showing results for tags 'addjsdef'.
-
Bonjour freinds, Jiutilise la version 1.7 de prestashop, mais Tag addJsDef ça ne marche pas sur les fichiers TPL : {addJsDef mavar=8} par contre ça marce bien sur mon controller : Media::addJsDef( array( 'mavar' =>8 ) ) Merci d'avance pour vos aides
-
Bonjour à tous, j'ai un module très basique composé de : 1 - un php qui intérroge une table et assigne son contenu à une variable smarty 2 - un tlp qui rend accessible cette variable à javascript si dans mon tpl je rends ma variable accessible via un code du style : <script type="text/javascript"> var ma_liste = {$ma_liste}; </script> tout marche bien si par contre je la rends accessible via un code du style : {addJsDef ma_liste=$ma_liste} ceci ne marche QUE quand le cache smarty est désactivé (dans le back office). Quand le cache est activé le débugger de mon navigateur me dit que ma_liste n'est pas définie. Je souhaiterais privilégier cette syntaxe et bien sûr pouvoir activé le cache smarty. Ma version de prestashop est la 1.6 J'ai essayé de supprimer le cache smarty ainsi que quelques autres pistes trouvées sur ce forum mais rien n'y fait. Merci d'avance pour vos sugestions et/ou questions.
-
Prestashop stavolta mi ha incastrato! Ho aggiornato dalla 1.5.x alla 1.6.x, ora il tema ha dei problemini, la più evidente è che il prezzo delle combinazioni è 0 nella pagina prodotti. Ho provato ad aggiornare il tema ma sembra che tutto ciò che è dichiarato con {addJsDef} sia assente dal codice sorgente! Avete qualche consiglio?
-
Hello. I'm trying to use default theme form 1.6 in 1.5 prestashop store and have one kind of errors - like this: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template ... on line ... unknown tag addJsDef or addJsDefL From what I see form errors - modules and templates for 1.6 prestashop uses addJsDef and addJsDefL functions to load js files (I think) in top and bottom of the page. Prestashop 1.5 has no such functions so if I use module or template designed for prestashop 1.6 I get many errors like this. Is there any alternative for addJsDef and addJsDefL in prestashop 1.5? Or maybe any one knows how to add addJsDef and addJsDefL to prestashop 1.5? Is it possible or after this I will get many other problems? I found definitions of "addJsDef" and "addJsDefL" in classes\Media.php and config\smarty.config.inc.php of presta 1.6 and tranfered it to files in prestashop 1.5 but I still got the same errors. Can any one help with this? I appreciate an help:) Best regards Barto
- 2 replies
-
- 1.51.6
- compability
-
(and 2 more)
Tagged with: