We've just noticed that the section links (set to show in the left margin) show fine on all pages until you reach the third step of the order process (credit card page) where they show twice.
The section links show on the left fine, but also show immediately before the Shopping Cart table in the body of the page.
Viewing html at this stage shows
once as it should be, then again immediately after the hidden input box RANDOM in the credit card form.
You can see this behaviour at www.motormedia.co.uk but you need to enter name and address details to reach this page.
We haven't edited the templates for ages, how has this just started occuring? This may be related to secutiry settings in IE or actinic.
Any ideas as to how to fix this?
Thanks
Matt B
The section links show on the left fine, but also show immediately before the Shopping Cart table in the body of the page.
Viewing html at this stage shows
Code:
document.write(BulletList(sections))
You can see this behaviour at www.motormedia.co.uk but you need to enter name and address details to reach this page.
We haven't edited the templates for ages, how has this just started occuring? This may be related to secutiry settings in IE or actinic.
Any ideas as to how to fix this?
Thanks
Matt B
Comment