Announcement

Collapse
No announcement yet.

Section Links have started duplicating in order step 3

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Section Links have started duplicating in order step 3

    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

    Code:
    document.write(BulletList(sections))
    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

    #2
    Hi there

    Please go to "Advance | Template Manager". Click on the "Ordering" tab, and then click on "Order Phase 2".

    Here you will have Act_Order02.html open up in notepad. Please do a search for
    Code:
    document.write(BulletList(sections))
    Delete it from that template, save and update. This code should only come from Act_Primary.html.

    Please try this

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X