Thanks Xavier
I can edit that file in Dreamweaver as I can't seem to find it through the backend to "override". Is this the best way or am I misunderstanding you? (what happens when I upgrade in the future...)
Also, how can I get rid of the inline functions:
<!--
window.hikashop.ready( function(){
var totIncrement = 0;
var increment = 300+1;
var maxRightIncrement = increment*(-2);
try{
var myEffect__122 = new Fx.Morph('product__122', {
duration: 1000,
link: 'cancel',
transition: Fx.Transitions.linear,
wait: true
});
}catch(err){
var fx__122 = new Fx.Style('product__122', 'margin-top', {
duration: 1000,
transition: Fx.Transitions.linear,
wait: true
});
}
that also get generated many times?
Thanks (and Happy New Year! by the way)