Announcement

Collapse
No announcement yet.

How to create customize shopping order

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

    How to create customize shopping order

    I am creating shopping cart website for selling roses.
    I want to add form to order. I deliver roses to only local, so I want to add forum that ask to check on PICK UP or DELIVER. How can I customize this??

    Expiration is by tomorrow, so I am in hurry ! THank you

    #2
    please don't ask the same question in 2 threads, it makes any response you may get very confusing

    http://community.actinic.com/showthread.php?t=26732

    Comment


      #3
      Originally posted by yunakokimama
      Expiration is by tomorrow, so I am in hurry !
      Is that for the site completion or the roses


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        malcom's website does something similar to this (www.RuralWebDesign.co.uk) where the form is part of the product itself...

        You could go down this route or you could just do this in design, text and set it as a user defined field in the checkout

        Comment


          #5
          also if you look at the advanced user guide page 85 "Turning a Text Field into a Check Box" you can change the text field into a check box

          Comment


            #6
            Text field to check box

            Originally posted by fatoftheland
            also if you look at the advanced user guide page 85 "Turning a Text Field into a Check Box" you can change the text field into a check box
            THank you for quick advice. I deeply appreciate!!
            How can I change the text field into a check box ????
            Can you explain again?

            Comment


              #7
              This example is based on the 'User Definable' field in the 'Invoice Address' part of the checkout.

              1. Go to 'Design | Text | Web Site (cont) | Invoice Address' and select the 'Show' box next to the 'Invoice User Defined' field.
              2. Click 'OK'.
              3. Next change 'Checkout Page 1' in the 'Select Page Type' field in the 'Design' tab.
              4. Click on the 'User Definable' text (or whatever you have changed it to).
              5. Locate the following line:

              6. This is the code for the user defined field, and by default it is a text field. Change the above code to read:
              <input type="checkbox" name="INVOICEUSERDEFINED" value="CHECKED" <Actinic:Variable Name="InvoiceUserDefined"/>>

              This will turn the text field into a check box. This will stay checked if a customer leaves the invoice address page and then re-enters it for any reason. The value that will appear in the order processing reports to indicate whether the customer ticked the box is the word 'CHECKED'.
              Bruce King
              SellerDeck

              Comment


                #8
                no charge for local pick up

                I want to setup no charge for local pick up only. How can I make actinic configure no charge automatically???

                I am trying to find 'Checkout Page 1' in the 'Select Page Type' field in the 'Design' tab. Where can I find it in Design-Library???

                Comment


                  #9
                  Yes, Just select the zone you want (by clicking on it) and then right click and select 'new class'. You'll then be able to add a class of shipping, give it a name ('customer collect - Free' for example) and assign a zero price to this option.

                  Kind regards,
                  Bruce King
                  SellerDeck

                  Comment


                    #10
                    Hi Bruce,

                    Followed your last reply which worked fine but I couldn't get the order to add VAT. I can't add any countries to my class as they are already defined elsewhere for postage orders. How can I get the system to add VAT for collect which is in the UK?

                    Many thanks...Paul

                    Comment


                      #11
                      Select the tax tab and take a look at the tax settings for the zone in question, sounds like it is not setup correctly.

                      Comment


                        #12
                        Brilliant - that was it.

                        Many thanks...Paul

                        Comment

                        Working...
                        X