Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
SajMalik
SajMalik
I have tried modifying templates>user>
index.html
and
user_home_page.html
but neither shows on the main pages when I check source code.
 
Can anyone please tell me where I need to add to this tag?
 
I am adding a javascript to a block - I presume that this usually works OK?
 
Many thanks.
 
Chris
 
TOCDCO
TOCDCO
No understanding what you're trying to do?
 
SajMalik
SajMalik
Hello Dan
 
Sorry, not clear am I?
I just want to change the <body> tag for the main shop pages.
 
The extra bit is to connect with some java script in a block.
In other words
Change <body class="commonbg">
to
<body class="commonbg" onLoad="show_clock()">
 
Chris
 
dmaui
dmaui
You might try editing
layout_one_column.html
layout_two_columns.html
layout_three_columns.html
layout_hot.html
in templates/user
 
SajMalik
SajMalik
Thank you dmaui.