Announcement

Collapse
No announcement yet.

image/stylesheet error on checkout

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

    #16
    Can you check your Act_Primary.html template (Advance | Template Manager | Main | Primary) to see if you have the following variable;

    <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>

    If that variable is missing please insert this within the primary template after the Title tag, then upload the site please.
    Thank You
    Menar Khan

    Comment


      #17
      Thanks for that information and I will bair that in mind.

      Comment


        #18
        right have sorted out I think the exact time when the problem is occuring.

        when you add something to the basket and have confirmed it you get displayed for a few seconds a page that

        "Your selection has been added to the basket" and "returning to shop - please wait or clcik here" if at this point you get impatient and hit the checkout button above you get taken to the checkout page but with out any REF page in the link URL. It is usually START when going into the checkout I think. Anyway if you get impatient and click the link mentioned above it goes wrong and all the rest of the time it seems to work right. I realise that this version of actinic has now been superseeded and probably been fixed OR this error is not the programms fault but the previous webdesigners have made a bit of a botch. though anyone could suggest why this is happening I would be very grateful.

        Matt

        Comment


          #19
          Is the checkout link hard-coded then? (sorry, I haven't looked at your site)

          Maybe you could try adding

          &ACTINIC_REFERRER=http://your.URL/acatalog/

          to the end of the URL for that checkout link. That should maintain the stylesheet correctly when this happens.

          Comment


            #20
            Where do I find the link in the coding for the checkout button on the page

            http://www.knickerdrawer.com/cgi-bin/ca000001.pl

            ?

            thanks

            Matt

            Comment


              #21
              Can't you just do a right-click on the 'Checkout' navigation button in the view cart page and go to 'Copy Shortcut'.

              I did this at the example Actinic store at http://www.actinic.co.uk/examples/acatalog/. The link to the checkout from the cart in this case is:

              http://www.actinic.co.uk/cgi/os000006.pl?ACTION=Start&REFPAGE=http%3a%2f%2fwww%2eactinic%2eco%2euk%2fexamples%2facatalog%2findex%2ehtml

              Comment


                #22
                the problem is how do I edit the link?

                http://www.knickerdrawer.com/cgi-bin...rt%21&REFPAGE=

                the link looks like this on the page after confirming you want the product added to your cart

                what I want to do is just remove the

                REFPAGE=

                off the end which seems to be causing the problems as it has no value. I assume this line is somewhere in the

                ca000001.pl

                page yes?

                that would sort my problem.

                obviously I would preffer to find the root cause of the problem and why the ref page value has dissapeared but for now what i am suggesting would be a good enough fix

                Please help as I need to sort this out ASAP

                J

                Comment


                  #23
                  Your store is fine.

                  I just added something to my cart, viewed the cart and then clicked the 'Checkout' button. The URL I went to was:

                  http://www.knickerdrawer.com/cgi-bin/os000001.pl?ACTION=Start%21&REFPAGE=http%3a%2f%2fwww%2eknickerdrawer%2ecom%2facatalog%2f0083%2ehtml

                  I think your problem is that you have been linking to the shopping cart directly via a URL when you hae been testing it, rather than clicking the 'View Cart' button on the store page. Thus you have not been generating the REFPAGE information that Actinic requires.

                  Comment


                    #24
                    I am not sure you are seeing the problem exactly as I am describing. The problem with the checkout button/link only happens on the page that is briefly displayed after confirming you want to buy the product and is the page that has the message

                    "your selection has been added to your basket

                    returning to shopping, please wait or click here. "

                    if you get to this page and then click the browser stop button (or escape I think) to dtop the page refreshing back to the product you can then put the mouse over the checkout button and look at the status bar and you will see the link is missing the refpage value. Ehat I neeed to do is either work out why this value is missing or remove the refpage part of the link so it woeks either correctly or in a fashion which doesn't display the page wrongly

                    I assume this link is produced dynamically in one of the cgi scripts?

                    I hope this makes it more clear and you can see the error and possibly a way to sort this out

                    J

                    Comment


                      #25
                      The only you could try is replacing the NETQUOTEVAR:NAVBCHECKOUTLINK variable in your overall layout template (normally Act_Primary.html) with a hard-coded URL - namely:

                      http://www.knickerdrawer.com/cgi-bin/os000001.pl?ACTION=Start%21&REFPAGE=http%3a%2f%2fwww%2eknickerdrawer%2ecom%2facatalog%2findex%2ehtml

                      Comment


                        #26
                        Hi Thanks for the help, but I don't seeem to have
                        NETQUOTEVAR:NAVBCHECKOUTLINK in my Act_Primary.html page
                        only
                        NETQUOTEVAR:NAVBCHECKOUT

                        where else could this variable be set and or inserted intot he code.

                        could I just change the overal value for
                        NETQUOTEVAR:NAVBCHECKOUTLINK to
                        http://www.knickerdrawer.com/cgi-bin...2findex%2ehtml

                        what functionality would i lose by doing this.

                        Many thanks for all the help

                        J

                        Comment


                          #27
                          I have also now tried hard coding the link into my Act_header.html page and have concluded the link in question is actually generated by the .pl script and there fore this has an error/problem that is causing this issue.

                          Does anyone know if this is possibela nd at what line in the cgi script the link is generated.

                          Many thanks

                          J

                          Comment


                            #28
                            I have had a good look thorugh both os000001.pl and ca000001.pl to seee if I can find the error and have been unable to find any part of the script that is generating this link and therfore the error as well

                            If anyone has any idea where the link is being generated that appears on the

                            your selection has been added to your basket

                            returning to shopping, please wait or click here.

                            page please let me know coz this has had me stumped know for ages and I realy need to sort it out ASAP.

                            thanks in advance for any help

                            J

                            Comment


                              #29
                              Wherever you've got NETQUOTEVAR:NAVBCHECKOUT try replacing it with:

                              <a href="http://www.knickerdrawer.com/cgi-bin/os000001.pl?ACTION=Start%21&REFPAGE=http%3a%2f%2fwww%2eknickerdrawer%2ecom%2facatalog%2findex%2ehtml" onMouseOver="SwapImage('hnav_checkout','checkoutimage2.gif')" onMouseOut="RestoreImage()">
                              <img src="checkoutimage.gif" name="hnav_checkout">
                              </a>

                              Where:

                              checkoutimage.gif is the filename for your checkout image
                              checkoutimage2.gif is the filename for your checkout mouseover image

                              Comment


                                #30
                                I only have one incidence of that value and have as you suggested hard coded it in but know I get the same error and the URL is as follows

                                http://www.knickerdrawer.com/cgi-bin...ehtml&REFPAGE=

                                It is automaticaly ammending refpage= to the end of the string making me believe it is done in the cgi script.

                                But I don't know which bit of the script does it. I can find 3 reffernces to &REFPAGE and If I remove all of them nothing happens it just still doesn't work properly

                                what is going on here

                                why can't I find the bit of code that does this??

                                Confused

                                J

                                Comment

                                Working...
                                X