Javascript only on Product page.

yeah its a DOM Method - But you have this in your own js script correct? So you would add this js to the index.tpl in your detail view e.g frontend/detail/index.tpl {extends file="parent:frontend/detail/index.tpl} {block name="frontend\_index\_header\_javascript\_jquery\_lib" append} YOUR JS {/block} You may also use smarty literal function for your js: http://www.smarty.net/docsv2/en/languag … iteral.tpl

1 „Gefällt mir“