Announcement

Collapse
No announcement yet.

Shopping Cart Page's

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

    Shopping Cart Page's

    Hi, Finally have completed and my site just need to add the final touches to the shopping cart. Need to know...

    Q.What pages/html control the shopping cart layout, so I can edit them to match the rest of my site design.

    Thanks
    Naveed

    #2
    Hi there

    If you go to "Design | Option | Layout". Simply find "Checkout Page Layout", this is the primary template the checkout stage uses.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      thanks,

      has anyone got any hints/tips on what i should not be editing changing or deleting in actinic checkout pages.

      naveed

      Comment


        #4
        Hi there

        My hint would be to leave the following code alone

        Code:
        NETQUOTEVAR:FORMBEGIN 
        <INPUT TYPE=HIDDEN NAME=RANDOM VALUE="NETQUOTEVAR:RANDOM"></A>
        NETQUOTEVAR:HIDDENFIELDS
        NETQUOTEVAR:BULK
        NETQUOTEVAR:FORMEND
        These are needed within the primary template.

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment


          #5
          basically I should be able to copy and paste my Act_Primary.html (deleting certain bits) into the checkout primary template leaving the above code and everything should be fine. Correct me if Im wrong!

          Naveed

          Comment


            #6
            Hi there

            Yes that correct, an alternative would be in "Design | Options | Layout", to select the checkout layout to be the same as your overall layout.

            Kind Regards
            Nadeem Rasool
            SellerDeck Development

            Comment

            Working...
            X