| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Adding Roll Over images | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() Hi - I've got some product images i'll ideally have on the bottom of every page as roll overs.
I've edited my home.tpl file with the roll over images and included a newly created roll.js file to handle the js. when i try and load the home page now - i get a smarty error Fatal error: Smarty error: [in roll.js line 1]: syntax error: unrecognized tag 'var' (Smarty_Compiler.class.php, line 580) in /homepages/34/d145649509/htdocs/mikan/store/Smarty-2.6.9/Smarty.class.php on line 1088 anyone have any ideas on how best to incorporate js into pages?
__________________
Version 4.0.14 |
|||||||
#2
|
|||||||
|
|||||||
![]() You need to surround the js with literal tags:
{literal}script here{/literal}
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() like this
Code:
__________________
Version 4.0.14 |
|||||||
#4
|
|||||||
|
|||||||
![]() No, it needs to surround the entire script, including the opening and closing javascript tags.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||
|
|||||||
![]() or this
{literal} { include file="roll.js" } {/literal}
__________________
Version 4.0.14 |
|||||||
#6
|
|||||||
|
|||||||
![]() thanks balinor. I was able to figure it out.
found this site to be helpful as well http://www.phpfreaks.com/smarty_manual/page/language.function.literal.html
__________________
Version 4.0.14 |
|||||||
#7
|
|||||||
|
|||||||
![]() Is there a trick to getting the embedded static pages to use js ?
tried the same approach as discussed above - doesn't seem to work here though
__________________
Version 4.0.14 |
|||||||
#8
|
|||||||
|
|||||||
![]() Check the 'allow smarty in static pages option.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|