Announcement

Collapse
No announcement yet.

T&C's link error on checkout page

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

    T&C's link error on checkout page

    The second checkout page, where the user is invited to agree to the T&C's, includes the text "I accept the Terms and Conditions displayed below*"
    The 'below' should be a link to the T&C's reproduced further down the page, but actually just points to https://www.swaqshop.com/acatalog/ and I can't see where I can change this. Any ideas?

    Thanks,
    simon walker
    SWAQshop
    Cult Pens

    #2
    Hi there

    Did you recently upgrade to v7? It's possible the template for Act_Order01.html is corrupted somehow.
    Simply go to "C:\Program Files\Actinic v7\Formats\Themes\BusinessCSS" and find a file called "Act_Order01.html". Copy and paste it onto your site1 folder and update the site.

    Please try this.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Originally posted by Nadeem
      find a file called "Act_Order01.html". Copy and paste it onto your site1 folder and update the site.
      Thanks but that didn't do the trick. I notice now that the same problem is there on the first checkout page as well: "Click here to view the Terms and Conditions " links to https://www.swaqshop.com/acatalog/ - note the https.

      simon
      Cult Pens

      Comment


        #4
        This error is caused by the fact that Actinic puts in "<BASE HREF="https://www.swaqshop.com/acatalog/">" in the pages which sets all non absolute links to look for <BASE HREF="https://www.swaqshop.com/acatalog/">

        Additionally, there would seem to be an error in that link:

        onClick="javascript:ShowPopUp('http://www.swaqshop.com/acatalog/javascript:GotoAnchor('infolines');',640,450)

        Therefore the javascript fails and the BASE HREF link gets actioned. Your page gets a script error on line 472 which is this link.

        Perhaps it should say just:

        onClick="javascript:GotoAnchor('infolines');',640,450)

        However, on my own sites even a simple anchor on the checkout pages gets directed to site.com/acatalog/ page as a result of that <BASE HREF.. bit so it may still fail.

        Try fixing the javascript and go from there. Suggestions from Actinic?
        http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
        http://www.dtbrownseeds.co.uk - More seeds and plants....
        http://www.mr-fothergills.co.uk - Well it used to be Actinic...

        Comment


          #5
          Thanks for that. Where am I looking to change the javascript?
          Regards,
          simon
          SWAQshop
          Cult Pens

          Comment


            #6
            You will most likely find the GoToAnchor bit if you search in Design...Text for
            "GotoAnchor" or go to Phrase ID 2390.

            It should say:

            javascript:GotoAnchor('%s');
            http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
            http://www.dtbrownseeds.co.uk - More seeds and plants....
            http://www.mr-fothergills.co.uk - Well it used to be Actinic...

            Comment

            Working...
            X