Announcement

Collapse
No announcement yet.

Delivery Options

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

    Delivery Options

    Is it possible to have Actinic not ask for a shipping destination, but still ask for a shipping class.

    I don't care which country the customer lives in or wants to send the product too - but I want to give then a choice of delivery prices....


    Free (2-3 Days) - £0
    Tomorrow - £4
    International - £10


    Any easy solution to this???

    #2
    Nope.

    The only way to get classes offered as a drop-down is to ask someone where they are ordering from.

    I was wondering whether you could create three new countries in 'Advanced | Locations' called 'International £10', 'Tomorrow - £4' etc. but then this could look quite strange in the receipt email and the reports. Worth a try though.

    Comment


      #3
      Could I now force the shipping destination variable to be United Kingdom and then then have the classes assigned to that?

      If so what is the Shipping Destination variable?

      Comment


        #4
        In 'Act_LocationSelectTemplate.html', locate

        NETQUOTEVAR:LOCATIONCOUNTRY

        and replace it with:

        <!-- NETQUOTEVAR:LOCATIONCOUNTRY -->
        <INPUT TYPE="HIDDEN" ID="lstDeliveryCountry" NAME="LocationDeliveryCountry" VALUE="UK">United Kingdom

        That should do it.

        Comment

        Working...
        X