Announcement

Collapse
No announcement yet.

Popup Add To Cart Widget in Swift When Logged In Does Not go to Checkout

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

    Popup Add To Cart Widget in Swift When Logged In Does Not go to Checkout

    Hi All,

    Not sure if anyone could try this on a site they run with the popup add to cart widget, I have found on my site today that when logged in, the checkout now button does not take you to the checkout but to the shop main page, not sure if this is just me or the same on others?

    Many thanks, Lee
    Many Thanks
    Lee
    www.mdnsupplies.co.uk
    www.hookandloopfasteners.co.uk

    #2
    It's working OK for me (Firefox on W10 PC).

    John
    John Ennals
    www.tortoys.co.uk

    Comment


      #3


      "Not sure if anyone could try this on a site they run with the popup add to cart widget, I have found on my site today that when logged in, the checkout now button does not take you to the checkout but to the shop main page, not sure if this is just me or the same on others?"



      I had this also - support fixed it remotely connecting to my lap top, so sorry but no idea what causes it.
      www.devotedly-discus.co.uk

      Comment


        #4
        Right click and copy the Layout 'Add To Cart In Situ Template Popup '

        Open the Layout 'Add To Cart In Situ Template Popup '

        Look at around line 58

        HTML Code:
        <a class="iatcCartButton iatccheckout" href="<%=obj.CheckoutURL%>"><actinic:variable name="CheckOutText" /></a>
        Change it to:

        HTML Code:
        <Actinic:NOTINB2B><a class="iatcCartButton iatccheckout" href="<%=obj.CheckoutURL%>"><actinic:variable name="CheckOutText" /></a><div style="display:none;"></Actinic:NOTINB2B>
        <a class="iatcCartButton iatccheckout" href="<actinic:variable name="OrderLinkText" />" onclick="AppendParentSection(this)"><actinic:variable name="CheckOutText" /></a>
        <Actinic:NOTINB2B></div></Actinic:NOTINB2B>
        Tested at https://www.graphicz.org/a2c/ USER: Test PASS: testtest

        Not logged in and logged in now generate the same URL:

        Not logged in

        Code:
        https://www.graphicz.org/a2c/cgi/os000001.pl?ACTION=Start
        Logged in

        Code:
        https://www.graphicz.org/a2c/cgi/os000001.pl?ACTION=Start
        I am not sure if this is the 'correct' way but it seems to work and you are welcome to try it to see if it works for you.

        Thank you (no warranty).

        PS - No idea why the forum's tags are not rendering!!!
        Jonathan Chappell
        Website Designer
        SellerDeck Website Designer
        Actinic to SellerDeck upgrades
        Graphicz Limited - www.graphicz.co.uk

        Comment


          #5
          Thanks Jonathan, works perfectly
          Many Thanks
          Lee
          www.mdnsupplies.co.uk
          www.hookandloopfasteners.co.uk

          Comment


            #6
            Phew - that's a relief!
            Jonathan Chappell
            Website Designer
            SellerDeck Website Designer
            Actinic to SellerDeck upgrades
            Graphicz Limited - www.graphicz.co.uk

            Comment


              #7
              No idea forum's tags are not rendering
              You need to click the [<>] icon (at the top left of the edit pane) before pasting in any code.
              And surround it with [ c o d e ] and [/ c o d e ] markers.
              That will preserve indentation.

              However it seems that the forum is broken as none of the formatting features seem to be working.
              Norman - www.drillpine.biz
              Edinburgh, U K / Bitez, Turkey

              Comment


                #8
                Went downhill when they moved from the original phpbb which worked really well
                Jonathan Chappell
                Website Designer
                SellerDeck Website Designer
                Actinic to SellerDeck upgrades
                Graphicz Limited - www.graphicz.co.uk

                Comment

                Working...
                X