Announcement

Collapse
No announcement yet.

First order delivery option

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

    First order delivery option

    Good afternoon all

    Anyone got a quick pointer on how I can restrict a first order to be delivered to the billing address?

    A prospective client wishes the first order billing & delivery addy to be the same and I wonder how to do it....without commenting out the text etc (default setting) if poss

    Thanks guys
    Daren
    Affordable solutions for busy professionals.
    Website Maintenance | UK Web Hosting

    #2
    OK guys

    Followed the guide to allow one address only but still I can order and ask to be delivered to another address?

    Any idea how to allow just one address for billing/delivery?

    Also wishing to remove the 'select your country' option as delivery is UK only?

    Regards
    Daren
    Affordable solutions for busy professionals.
    Website Maintenance | UK Web Hosting

    Comment


      #3
      *****bump*****
      Affordable solutions for busy professionals.
      Website Maintenance | UK Web Hosting

      Comment


        #4
        Hi,

        Anyone got a quick pointer on how I can restrict a first order to be delivered to the billing address?
        -Click on the 'Design' Tab
        -Select 'Checkout 0' from the 'Select Page Type' drop-down
        -Click on the 'If you want to ship the purchase to an address other than the invoice address, check this box:' text and in the code window 'InvoicePrompt016' will be highlighted
        -Comment out the code including the block tags so it looks like:

        <!--block
        <tr>
        <td colspan="2">InvoicePrompt016</td>
        <td><input type="checkbox" InvoiceSeparateCheckStatus name="SEPARATESHIP" value="YES" /></td>
        </tr>
        /block-->

        -click 'Apply'.

        Also wishing to remove the 'select your country' option as delivery is UK only?
        To ensure that the UK is the only option go to:
        -Settings | Business Settings | Shipping & Handling tab
        -Ensure that UK is the only zone available
        -Set 'If Shipping Band Not Defined' to 'Do not allow shipping
        -Click 'OK'
        -Update site.
        ********************
        Tracey
        SellerDeck

        Comment

        Working...
        X