Shipping options - shipping free if order over a certain amount

Hi there,
I have a client who wants to charge a flat rate for shipping in Australia and NZ of $7, all other destinations $25, and shipping free in Aust and NZ if the order is over $80.
I had a look at shipping options in the back end, and saw that there is an Order Price Limitations field. How would this work? Would I set it up as 0 - 80 for the AUD and NZ $7 shipping types, and then 80-1000 for the AUD and NZ free shipping items?
Thanks so much,
Mary

Hi Mary, How are you?
- You will need one shipping for flat rate at $7 and select NZ and AU as the only countries.
- You will need another shipping rate that is $25 and select all countries and then untick NZ and AU.
- Your last one will be your Free shipping option and you will set a shipping value of 0.00 and then set it up like this:
You do not need a max range, just the minimum value they have to go over.

Similar Messages

  • HT3702 Can you limit how much can be spent over a certain amount of time such as a week or does this just limit if something can be bought or not?

    My parent wants to set up his credit card to my iTunes account but he want to know if there is any restrictions on what can be bought and when I can buy things. Could you please tell me if there are any restrictions on this sort of thing.

    Hello everyone  Thank you so much for making use of my thread, dedicated to resolve the issue. I appreciate all the feedback  For those who are still experiencing issues, please reply to this post with the following information, and I can continue to assist: 1. The computer's model number. If you require assistance locating this information, please reference this website: Guide to finding your notebook product number 2. The computer's operating system. If you require assistance locating this information, please reference this website to determine your Windows operating system. (Make sure to include whether it's 32 or 64 bit.) 3. Does this occur on certain programs, or all programs? 4. Have you installed any new software or drivers on this computer, before the issue appeared? 5. What steps have been attempted from my first post on this thread, and what were the results? Additionally, if the issue just began occurring, I would perform a system restore. I want you to bring the computer back to the earliest restore point possible, in an attempt to dodge whatever caused the issue. Here is a document on how to perform a System Restore: System Restore Thanks again for all the continued support! Mario

  • I have a spread sheet full of values. How do I go through the table quickly and highlight all values over a certain amount? Is there a quick way of doing this?

    ASH
    T2
    T3
    T6
    T8
    T12
    T14
    T15
    T18
    T19
    T22
    T29
    T32
    T35
    T39
    T49
    T52
    T2
    100
    68
    53
    65
    74
    52
    61
    63
    50
    55
    53
    52
    86
    45
    48
    69
    T3
    0.6
    100
    51
    65
    55
    49
    55
    62
    34
    43
    69
    55
    52
    53
    58
    73
    T6
    0.6
    0.3
    100
    68
    83
    74
    63
    60
    65
    32
    55
    62
    66
    76
    63
    71
    T8
    2.6
    0.2
    3.9
    100
    58
    62
    56
    68
    63
    58
    60
    63
    63
    73
    69
    67
    T12
    1.2
    1.9
    2.2
    6.9
    100
    86
    61
    73
    47
    47
    53
    67
    60
    47
    58
    88
    T14
    0.2
    0.8
    3.1
    3.4
    2.3
    100
    62
    64
    38
    60
    60
    56
    51
    37
    56
    74
    T15
    2
    0.6
    2.6
    2.4
    0.3
    9.5
    100
    59
    57
    40
    57
    60
    67
    71
    57
    53
    T18
    2.1
    0.3
    2.2
    5.1
    3.8
    3
    1.6
    100
    71
    68
    50
    31
    70
    63
    55
    58
    T19
    1.2
    1.6
    3
    0.2
    0.5
    3.2
    3.2
    2.3
    100
    60
    56
    65
    48
    47
    58
    56
    T22
    1.2
    0.6
    3.2
    4.7
    2.5
    3.5
    6.5
    5.1
    2.3
    100
    61
    55
    59
    60
    50
    62
    T29
    3.3
    4
    1.6
    3
    1.2
    4.7
    3.7
    3.4
    3.5
    6.3
    100
    53
    51
    67
    47
    68
    T32
    0.1
    1.3
    4.4
    2.4
    2.8
    2.9
    3.7
    0.2
    0.5
    3.1
    0.4
    100
    56
    74
    45
    65
    T35
    4
    3.8
    0.3
    2.9
    0.9
    3.1
    1.8
    0.2
    0.3
    3.5
    5.7
    0.8
    100
    62
    68
    68
    T39
    0.4
    0.7
    1.9
    1
    1.5
    3
    0.4
    0.3
    0.3
    1.5
    0.3
    1.6
    1.8
    100
    70

    Hi Ken
    Use Conditional Format to provide a Cell colour fill or a font colour if the Cell contents exceed a certain value.
    Here is a thread where the question was to highlight values below a certain value, but I think you will get the idea!
    https://discussions.apple.com/thread/5187841?tstart=0
    Regards,
    Ian.

  • Calculation of open orders and shipped not billed orders amount

    Hi All,
    I have  a  requirement to arrive at the values of ‘Open Order’ and ‘Shipped not billed  ’ . 
    This is an interface program and the output will be sent to a target server.
    Input :  Company code,  Customer Code , Document date.
    Output Fields are:
    Customer Code
    Sum of all open orders value
    Sum of all shipped not billed orders  value
    To give an example
    A Customer has 50  orders and  the number of line items are  200 .
    Overall  order amount for 200 line items is 10,000.
    70 line items have been delivered (amounting to 5,000) and
    30 line items among the 70 delivered have been invoiced. (amounting to 3,000).
    I need to know the best way to get to:
    (1) Total "Open order" amount for the customer which is 5,000 in this example.
    (2) Total "Shipped not billed" amount for the customer which is 2,000 in this example.
    (3) Total "Invoiced" amount for the customer which is 3,000 in this example.
    We are looking for the tables to access and the sequence of access
    Since the interface is to be executed more than once in a day ,
    the execution time should be optimum
    Please suggest
    Thanks
    Venu

    check table VBUK
    GBSTK ne 'C'      "over all processing status
    and FKSTK ne 'C'  "open billing orders
    at header level
    and
    for item level check
    Vbup tbale
    make a join on Vbrk and VBuk in the where condition in addition to the selection criteria add the above two conditions and check the same.
    once you have all the open orders enable the items and do the subtotalling and grand total on the item loop.
    regards,
    vijay

  • Is qty shipped against Sales Order visible in ASCP workbench?

    Hi
    Is it possible to view qty shipped against Sales Order in ASCP workbench either in collected data or plan output?
    Regards,
    Utkarsh

    Hi Utkarsh
    There are a few scenarios which may happen if there is a shipped qty against a sales order line:
    1. Qty Shipped is within shipping tolerance - Sales order line will be closed and its no more an active demand for planning (assuming inventory/ invoicing interface etc are already run). While this SO line still may be collected in APS, its only used for forecast consumption purposes.
    2. Qty Shipped is outside shipping tolerance - Sales order line will be split automatically with shipped line being closed (with same behavior as above in #1) and new line with balance quantity.
    Thus, planners WB doesn't need to show shipped quantity though I'm interested to learn the business objective for requesting this information in Planner's WB?
    Thanks
    Navneet

  • Ven though i have a year student subscription with creative cloud when i try to open the programmes a window comes up for free trial or to buy the product. I was clicking the free trial option but i guess thats over now so it won't allow me to access the

    Even though i have a year student subscription with creative cloud when i try to open the programmes a window comes up for free trial or to buy the product. I was clicking the free trial option but i guess thats over now so it won't allow me to access the programs. Any suggestions?

    Hi natasachara,
    Please refer to the details about the student plan below:
    Creative Cloud Help | Creative Cloud for Students and Teachers / Common Questions
    Regards,
    Sheena

  • Ship iphoto book order to mexico

    Do you know if apple ships iphoto book orders to mexico? I can't change the country field in the shipping address and it is set to US.

    Sorry - here is the list of countries where you can ship iPhoto print products - http://store.apple.com/us/help/print_products/routing
    LN

  • Voice-over option on free trial version?

    dumb question I am sure...but can someone verify that the option to do a voice-over audio recording is or is not available under the free-trial of the adobe premiere pro cc 2014?
    thanks for helping out this amateur!

    This is odd, try turning the VoiceOver on your iPhone via iTunes instead by:
    Connect iPhone to your computer.
    In iTunes, select your device.
    In the Summary pane, click Configure Universal Access in the Options section.
    Select VoiceOver and click OK.
    See whether that keeps the VoiceOver on your iPhone. If not, restart your iPhone and repeat the procedure above.

  • SHIP TO PARTY NOT DEFINED FOR CERTAIN SALES AREA

    Hi ...
    I am creating a specific type of sales order in va01 by reffering a billing document . But soon after entering billing document no it is showing " SHIP TO PARTY NOT DEFINED FOR CERTAIN SALES AREA..." The sales area --- which it's showing in error it is quite different ....it's not that one what we used for it in that ref billing document .
    Note : We are maintaining ship to party  , sold to party ..... in CRM only
    Their also I checked it is assigned properly .Relatioship with sold to party is also OK .
    But in R/3 I have checked that ship party is created in VD01 Where as sold to party is created in XD01 .
    PLS ADVC

    Dear Sundar,
    Please check in these areas
    1.Check the sales area which you are trying to create sales order and copying invoice sales area is same or not.
    2.Why you haven't created ship to party in XD01 transaction.
    You go to XD01 transaction exetend the customer master then try.
    3.Check the customer master(Ship to party) is available under which sales area.
    I hope it will help you,
    Regards,
    Murali.

  • Free Busy takes over 30 seconds to retrieve on Outlook 2010 using Exchange Server 2010

    We have a small 100 user domain running Exchange server 2010 and outlook 2010 clients.  The issue is that Retrieving Free/Busy takes over 30 seconds.  
    So someone is trying to schedule a meeting has to wait Minutes see the Free/busy time for many users..  I have checked and all the users in question have published at least one month free busy time.
    It seems it would be much faster.  Anyone have this same experience and know of a way to speed it up?
    thanks in Advance
    David 

    Hi David,
    Does the issue happen in OWA? In Exchange 2010, the free/busy information is retreved by using Availability service (EWS url). Generally, if a user wants to view free/busy information when create a meeting, the http Availability service request
    would send to CAS server.
    Please check whether the usage in Exchange server is high when the slow free/busy information occurs. This reflect time would also be related to the network in your environment.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Option to convert Planned orders to Process order C

    Kindly suggest, which is the best option to convert Planned order to Process order C from below mentioned options
    1) Convert Planned orders to Process order C & send it to R/3. or
    2) Send Planned orders to R/3 & convert it into Process order C in R/3
    Regards,
    Chetan

    Depends on the process and how stable your planning is. If there is a lot more decisions to be made in the R3 side you let the planned orders be converted in R3 else
    you normally would use the conversion indicator and send the planned order to R3 and it gets converted to Process Order there

  • HP8610 does not offer the option to reverse print order

    The HP8610 does not offer the option to reverse print order. I downloaded the HP8600 driver and was able to do this. Will the driver for the HP8610 be updated to include this anytime soon?

    Apple also need to be told about such issues:
    http://www.apple.com/feedback/appletv.html
    I've found that the Music Search function has been crippled in recent months - it no longer dynamically updates the list on the right as you enter letters.

  • Hi, I downloaded, activated, registered both on my laptop and desktop Adobe CC InDesign and Illustrator.   I am paying a monthly fee.  The problem is, when I start my program, it keeps asking me to register my program and it says my free trial is over.

    Hi, I downloaded, activated, registered both on my laptop and desktop Adobe CC InDesign and Illustrator.   I am paying a monthly fee.  The problem is, when I start my program, it keeps asking me to register my program and it says my free trial is over.
    Can you check into this for me.

    If you want Adobe to check it you'll need to contact them (use CHAT) but you could try checking whether you just need to SIGN IN to your apps.

  • My free trial is over and I can't seem to purchase the $29.99 package because i am resident in Libya (north Africa). How can I purchase Adobe photoshop monthly package when i am living in Libya-My bank and credit card is based in UAE

    My free trial is over and I can't seem to purchase the $29.99 package because i am resident in Libya (north Africa). How can I purchase Adobe photoshop monthly package when i am living in Libya…My bank and credit card is based in UAE…Where can i find on the Adobe support website details for which countries are supported to purchase the license. Also is the license i purchase based on which country i am in at the time of purchase, or on the Master card bank account location?

    Adobe Resellers http://adobedealreg.force.com/PartnerSearch?lang=en
    -http://www.adobe.com/content/dam/Adobe/en/products/creativecloud/cc/pdfs/cc-availability-m atrix.pdf
    Your country of record must match your location and credit card
    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    -email address https://forums.adobe.com/thread/1446019
    -http://helpx.adobe.com/x-productkb/global/didn-t-receive-expected-email.html
    -http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id. html

  • It was mentioned that LinkedIn is free to download over iPhone but when I'm trying that it's reflecting   GET and asking for payment verification. Please suggest.

    It was mentioned that LinkedIn is free to download over iPhone but when I'm trying that it's reflecting + GET and asking for payment verification. Please suggest.
    Please find the attached screenshot.

    If it's the first time that you've tried to download anything from the store with the account then depending upon how you created the account then you may have to enter payment details before you will be able to download anything (including free items).
    'Get' means that it's a free download, though that app does offer in-app purchases. If you are being asked to confirm/enter your card details then have you tried doing so ? As it's a free-to-download app the card won't be charged, though you may receive a temporary store holding charge.

Maybe you are looking for