Announcement

Collapse
No announcement yet.

Problem using pop-ups in the checkout

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

    #16
    The dont use frames in chekout is selected and this is happening is it?

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #17
      Yes Bruce - the link in the checkout pages work fine - its just this one in the shopping basket.
      Regards
      David

      Comment


        #18
        Check to see if in Design | Options | Miscellaneous you have 'Use Frames in Catalog' selected, if so, unselect and then update the wesite and that should sort the problem.

        Kind regards,
        Bruce King
        SellerDeck

        Comment


          #19
          Not selected Bruce - I have attached my misc options.
          Attached Files
          Regards
          David

          Comment


            #20
            Checking this for you mate..
            Bruce King
            SellerDeck

            Comment


              #21
              We will need to take a look at a snapshot to see what is causing the issue. Try this before you send over a snapshot, try compacting the databases and the refreshing the site. If that does not cure it, raise a support ticket @ http://www.actinic.co.uk/support/register.htm and refer this thread as a link.

              Kind regards,
              Bruce King
              SellerDeck

              Comment


                #22
                Actinic have logged this as a bug in the software...

                ...but they have provided me with a workaround which keeps me happy.

                It may be of importance to note that I have a seperate template for the checkout page...

                Edit actiniccore.js and remove the line 'saveReFerrer();'
                Edit actinicextras.js and add the line 'saveReFerrer();' to the end of the file.

                Note that these 2 js files are always used together so the above change will not have any effect so long as actinicextras.js is always defined after actiniccore.js.

                The Terms page is created using the template tos_terms_template.html. Edit this file and comment out or remove the line which links to the file actiniccore.js.

                The overall effect now is that the Terms page will no longer set the Referrer cookie and therefore the page will not be used as the referrer page.
                Regards
                David

                Comment

                Working...
                X