Can I exclude a state from free shipping? Or zip/post code?

Hi, we currently have one state where it doesn't make sense to offer free shipping (too expensive).
We would still like to offer it to other states / regions.
Is there away we can exclude a state from free shipping or alternatively apply a different shipping rate to each state? Perhaps through shipping zones?
This seems to be a very basic requirement that's easily achieved on most eCommerce platforms..
Thanks in advance.

Hi, Bluepen, and welcome to the Community,
Skype Numbers are not available in every location, so yes; you could choose a number you preferred closest to the location you wish to have the number.  Another viewpoint: you could choose a Skype Number nearby to where most of your callers would be calling you so they incur as little as possible in the way of toll or long distance charges.
Remember, where you are makes no difference - your Skype Number provides another way for people to reach you, and you answer the calls on Skype, regardless of where you happen to be at the moment.
Regards,
Elaine
Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

Similar Messages

  • How Can I Retrieve SQL Statement From The User ?

    Hi
    I want to know, how can I make the user can enter the SQL statement from himself ?? in this code he can't enter it. Only he can display the SQL that i wrote it...
    this is my Code:
    import java.sql.*;
    public class db_testing {
         static final String DRIVER = "com.mysql.jdbc.Driver";            
         static final String DATABASE_URL = "jdbc:mysql://localhost/S204111933";
         public static void main(String[] args) {
              Connection cn=null;
              Statement st= null;
              ResultSet rset=null;
              try{
                   Class.forName(DRIVER);
                   cn=DriverManager.getConnection(DATABASE_URL, "root", "admin");
                   st=cn.createStatement();
                   rset=st.executeQuery("select * from employee");
                   ResultSetMetaData metadata=rset.getMetaData();
                   System.out.println("The begining: ");
                   for(int i=1;i<=metadata.getColumnCount();i++)
                   System.out.print(metadata.getColumnName(i)+"\t");
                   System.out.println();
                   System.out.println();
                   while(rset.next()){
                   for(int i=1;i<=metadata.getColumnCount();i++)
                   System.out.print(rset.getObject(i)+"\t\t");
                   System.out.println();}
              catch(Exception e){
                   e.printStackTrace();
              finally{
                   try{
                   cn.close();
                   st.close();
                   rset.close();
                   catch(Exception e1){
                        e1.printStackTrace();
    }

    The following changes in the code will make the user to give the input
    import java.sql.*;
    public class db_testing {
    static final String DRIVER = "com.mysql.jdbc.Driver";
    static final String DATABASE_URL = "jdbc:mysql://localhost/S204111933";
    public static void main(String[] args) {
    Connection cn=null;
    Statement st= null;
    ResultSet rset=null;
    try{
    Class.forName(DRIVER);
    cn=DriverManager.getConnection(DATABASE_URL, "root", "admin");
    // st=cn.createStatement();
    // rset=st.executeQuery("select * from employee");
    PreparedStatement pstmt=null;
    pstmt=cn.prepareStatement("select * from employee where id=?");
    pstmt.setInt(1,Integer.parseInt(args[0]));
    rset=pstmt.executeQuery();
    ResultSetMetaData metadata=rset.getMetaData();
    System.out.println("The begining: ");
    for(int i=1;i<=metadata.getColumnCount();i++)
    System.out.print(metadata.getColumnName(i)+"\t");
    System.out.println();
    System.out.println();
    while(rset.next()){
    for(int i=1;i<=metadata.getColumnCount();i++)
    System.out.print(rset.getObject(i)+"\t\t");
    System.out.println();}
    catch(Exception e){
    e.printStackTrace();
    finally{
    try{
    cn.close();
    st.close();
    rset.close();
    catch(Exception e1){
    e1.printStackTrace();
    }

  • Can i exclude data file from recovery

    Hi
    i am on 8.1.7.4
    i had a test offline datafile which causes problem when i restore recover my db
    i restored my db
    recover it , but i am missing an archivelog , which prevent me from recovery of the whole of my db
    i can't open resetlogs;
    can i exclude this datafile from recovery , or deleted completely
    i tried alter database datafile 81 offline;
    but still the db feels it needs to rcover it
    Thanks

    Hi,
    Its not like to try one by one command, do you check what the errors he have post?
    SQL> Alter database open resetlogs;
    Alter database open resetlogs
    ERROR at line 1:
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: 'F:\ORADATA\DB\TCOR_SYSTEM_01.DBF'
    SQL> user,
    can you check these two views?
    select file#, status, checkpoint_change# from v$datafile;
    select file#, status, fuzzy, checkpoint_change# from v$datafile_header;Then we can find which one is new one which one is old?
    Thanks.

  • Can i exclude a product from discount.

    I have a catalog with about 20 products, all with a discount code. Can I exclude one product from the discount code?

    Hi,
    If you have applied the discount code to the catalog and want one of the products in that catalog to be excluded from discount, then you need to remove that product from the discounted catalog.
    Regards,
    Aish

  • Can I exclude places.sqlite from time machine backup?

    Hi,
    Just looking at the time machine backup and raised a question about the repeated backup of places.sqlite in "~/Library/Application Support/Firefox/Profiles/xxxxxxxx.default/", I am wondering if I can exclude this file from my backup or even exclude Profiles from my backup?
    What would this affect my backup? Are these all essentials?
    I have looked into this page and understand what places.sqlite does. However, what don't know is if this file is missing, does Firefox produce one automatically?
    Or say, if each of my places.sqlite in the prevoius backups was like 90MB, how much size would them really take in the storage?

    Alvyn wrote:
    Thus, I am thinking if this "places.sqlite" thing is there every hour putting around 100MB to my time capsule, quickly my time capsule will be depleted.
    No, that's very small.
    Is there any way to do something like trimming time points from time capsule?
    Under normal circumstances, you shouldn't have to. TM automatically "thins" (deletes) backups every time it does a new backup, on the following schedule:
    "Hourly" backups after 24 hours (except the first of the day, which is a "Daily" backup).
    "Daily" backups after a month (except the first of each week, which is a "Weekly" backup.)
    "Weekly" backups are kept until TM needs the space for new backups; then one or more of the oldest weeklies will be deleted.
    So after a month, even if you do an hourly backup every day, and that 100 mb file is changed and backed-up +*every time+* (not real likely), you'd have 54 backups (1 per day plus 24). That would take a total of 5.4 GB, small potatoes on any TM drive, and really not worth worrying about.
    But if you want, you could delete all the backups of it. See #12 in the Frequently Asked Questions *User Tip,* also at the top of this forum.

  • Obsolete ABAP Statements from 2004s - what about your existing code-base?

    Hi
    Note:  This is a question for someone that has a very deep understanding of the SAP compiler either through research or through actually working on the Netweaver Code stack
    Since upgrading from 4.7 to ECC6 the ABAP compiler has become a lot stricter on the use of certain statements in the OO context.
    For instance you're not allowed to use the statement LIKE, but in stead have to use TYPE and internal tables does not have an implicit header line, etc.
    These restrictions are explained in greater detail [here:|http://help.sap.com/abapdocu/en/ABENABAP_OBJECTS_DIFF_TYPES_DATA.htm]
    MY QUESTION:  To what extent does this restriction affect your existing code-base?. 
    We have over a thousand "Classes" written since 1998 in OO as far as it was available at the time.  For the most part each class is its own include in SE38, with the class definition and implementation together in this include.
    Up to now, we could successfully change and activate these classes as long as the main program was pre-existing in 4.7.  Now we are trying to use one of these older classes in a new main program for regression test purposes, and we are getting the following error: 
    "Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary types (not "LIKE" or "STRUCTURE")."
    This error is valid as per the current definition of the SAP language.
    BUT I'm concerned about the confidence we can have that SAP will continue to interpret and execute existing code correctly.  So far it has, but I would like to know wheter that is by chance, or by design.

    Hello Esti
    Thank you for your explanation which shows that I misunderstood your question.
    I would have expected that all of your syntactically incorrect coding would not be executed, irrespective of whether it is an old or a new program. My interpretation of this system behaviour is that the syntax check appears to be release-dependent.
    A possible way to check this would be to manipulate the TRDIR entry for one of your old programs. You will find a field LEVL with the following meaning:
    DE RDIR_LEVL
    Short Text
         Level
    Definition
         System release under which the ABAP/4 program was created or last
         changed.
    Another way would be to copy an old program to a new Z-program which should fail in the syntax check. Check again if you find any significant difference in their TRDIR entries.
    Coming back to you question and the remark by Dion I am convinced that one of the biggest threats for each and every SAP customer is custom coding of poor quality, i.e.
    "spaghetti" coding instead of structured programming
    incomprehensible coding (at least for the developers who did NOT create the program)
    low transparency resulting in high efforts to enhance or improve the coding
    In your case: the possible breakdown of your coding depending on unknown external factors
    Given the huge amount of coding that is affected from these unknown external factors I would classify your situation as "high risk" which demands rather quick actions. How could you communicate this to your management team?
    Here are two possible suggestions:
    (1) It is possible that your entire custom coding may be no longer executable after a SAP release upgrade. Thus, the currenct coding base may prevent one of the next upgrades.
    I guess this is not yet impressive enough for a manager because usually a SAP customer is not forced to upgrade its SAP system in order to get new functionalities which are required for legal reasons.
    (1.a) It is possible that your entire custom coding may no longer be executable after importing ABA and/or BASIS hot packages.
    Given the fact that we need to import such packages quite frequently and sometimes they are mandatory (I think especially of SAP-HR systems) then I would be scared as a manager.
    (2) Assuming that most of your Z-reports are started via Z-transactions and perhaps you are lucky and you have specific roles containing these Z-transactions then you may ask your management team to do a simulation of coding breakdown: remove the role assignments for a couple of users and see what happens.
    (2.a) As an alternative you may try to lock Z-transactions via SM01 and again check for the user reactions.
    If your managment team is still not impressed then I would set up a document with the following contents:
    Explain the problems of the old coding base and why you could not anticipate future changes of the ABAP syntax check
    Describe the possible scenario if the custom coding no longer works after an upgrade or hot package import
    Describe the required actions to make your custom coding compatible to the latest ABAP release
    Most important: urge your management team to sign this document. If one day your custom coding breaks and they are looking for somebody to blame you just take this document out from the bottom of the deck
    Regards
      Uwe

  • I can't print my statements from banking websites - the option to print (drop down file menu) from the website is greyed out

    I do my banking online, and have previously been able to print my statements off the website. Since the last update, although the page shows in the browser as normal, the option to print from the drop-down file menu is greyed out and I cannot print anything, even if I try and select a portion. It is not a problem with the website as I can print without a problem in another browser program. This problem has now persisted for quite a while with no resolution over time. How do I get Firefox to allow print from a secure website (I assume that is the problem?) It occurs with more than one secure site (two different banks)

    I have the same problem... not being able to print website 'Print' pages. I have read carefully the above link and have followed the reset directions in about:config, but I still cannot print in Firefox. Both Google Chrome and IE work perfectly every time. I have verified that the correct printer is selected and that the margins are in order (0.5 all around happen to be what mine are set for). I have resorted to use the Firefox Add On "View this Page in IE" whenever I need to print something. Works like a charm, but come on... it should work in Firefox too! I know there is some setting or something, but the Problems_printing_web_pages link had nothing there that worked for me.

  • Can i exclude apdb files from Backblaze backup?

    Beside TimeMachine i also use Backblaze as a cloud backup solution, it works perfectly so far.
    I have noticed that Backblaze correctly backups all Aperture data, even small changes in the APDB Databased are recognized and Backblaze immediately backups for example the Properties.apdb file. Well, my Properties.apdb is more the 600 Mb in size and i am wondering if it would be possible to exclude it from the backup. Do You have any idea if i will be able to restore all Aperture data and the Properties.apdb will then be reconstructed automatically?
    kind regards
    Michael

    I believe it is required, but as a test duplicate one of your libraries, delete the files you want to exclude from the backup and see if Aperture can recreate it.
    You'll most likely have to tun a library rebuild on the library for that to work  (if it does)

  • How can I test the log in state from in side the Operator Interface code.

    From inside LabVIEW Full OI, I want to test if the operator logged in after the IApplicationMgr Start.
    Right after the IApplicationMgr ‘Start’ I have a loop that tests the IApplicationMgr ‘LoginLogoutRunning’ state and waits until the LoginLogout call back is done.
    I want to exit if the program if operator canceled the login and did not log in.
    I have tried “GetEngine” ref. From there get the “CurrentUser” ref but seems not to contain any information about the Current User.
    How can I test from my Operator Interface code logged in state of the application?
    Thanks
    Jim D.

    Try Engine.CurrentUserHasPrivilege
    For the string parameter 'privilegeName' enter Priv_UserLoggedIn or the string value "*".
    "Priv_UserLoggedIn–(Value: "*") Use this value with the Engine.CurrentUserHasPrivilege method to determine whether a user is logged in."
    Option 2: You could also setup a callback on application manager for UserChanged Event.  If the User is null then the login was canceled.  (see a copy of the help further down)
    From the teststand help for Engine.CurrentUserHasPrivilege method below...
    CurrentUserHasPrivilege Method
    Syntax
    Engine.CurrentUserHasPrivilege ( privilegeName)
    Return Value
    Boolean
    True if the current user has the privilege.
    Purpose
    Confirms whether the current user or any user group that the user is a member of has a specific privilege.
    Remarks
    Returns True when the privilege property is True, when the privilege property of any group that contains the privilege is True, or when privilege checking is disabled, StationOptions.EnableUserPrivilegeChecking is False. If privilege checking is disabled but StationOptions.RequireUserLogin is True, this function returns True only if there is a user currently logged on.
    Parameters
    privilegeName As String
    [In] Specifies the name of the privilege to check. You can specify the name of any privilege property. You can specify the full privilege path in the user privileges property tree, for example, Debug.RunSelectedSteps, or you can specify the base privilege name, RunSelectedSteps. If you specify only the base privilege name and more than one instance of the base privilege name exists, then the method returns the value of the first base privilege it finds with that name. Refer to UserPrivileges for more information.
    Teststand callback for UserChanged Event...
    UserChanged Event
    Syntax
    ControlName_UserChanged ( user)
    Applies To
    ApplicationMgr
    Purpose
    Occurs when the current user logged in changes.
    Remarks
    Use this event to update the parts of your user interface that depend on user permissions when the current user logged in changes.
    Parameters
    user As User
    [In] Current user. If this parameter is NULL, there is no user logged in.

  • Exclude a disk from free space Alerts

    I recently enabled the alerts from server admin and all is good, except that on some of the servers, there's a disk that serves as a Time Machine destination for the network, so it's almost always full and well, I dont want/need to know about that, is there a way to exclude just that Drive?
    So far i found that it uses emond for the alerting and went through /etc/emond.d/rules/DiskStatus.plist but it has nothing specific for the mounted volumes and well the man page for emond is pretty useless

    Hi,
    I don't think the information about the host file systems is available from the Oracle data dictionary (V$ views).
    If you are writing a script to perform monitoring then you will have to use a host command to check the space available.
    If you are using 10/11g then the information you are after is available in Database control or Grid Control and can be monitored using the built in alerts.
    Regards

  • Can one *exclude* certain subdirectories from showing up in the library?

    In my music folder I have a subdirectory where I have a large collection of sound snippets collected over time which I occasionally use for system sounds and other fun effects. These sound only have file names and no tags and I would like to exclude them from being added to the music library since they just clutter up the list.
    Can one do that somehow? Can one place some hidden "do not include" marker in the directory or something like that?
    I know of course, that I could simply move that directory out of the music folder, but IMHO it somehow belongs there. It just shouldn't show up in the iTunes music libaray...
    Michael

    You must have the preference for "Keep iTunes folder organized" turned on.
    NEVER! This option once scrambled my very well organized MP3 collection into a pile of rubbish and it took me hours to get it back into reasonable shape again!
    That option was checked by default (and without giving the slightest warning during installation!) in one of the earlier versions of iTunes for Windows.
    To have that option set by default (BTW: only in the windows version!) IMHO was just one of those typical signs of Apple's attitude of "we know better than those dumb Windows users, so let's clean up their (presumed) mess along the way...".
    The resulting disaster and the effort to clean it up was enough reason for me to refuse to use iTunes for years! And also now, I am mainly using for podcasts, since that's an area, that iTunes handles indeed quite nicely. Maybe its use may over time also convince me to use it for music.
    So: NO, that option I will never set on again! It's a pity, if that might have the side effect, that those unwanted files might show up in the library again. Although, when I just checked again, that didn't happen. So, maybe they found a better solution to memorize that "deletion".
    Michael
    Message was edited by: mmo18

  • Can't Set Session State from the Login Page

    I have a dilema. On the standard login page I enter values in 2 fields namely, CAMPUS (Select List) and USERNAME (text field).
    After clicking on the login button I want to navigate to PAGE 1 and use the values of CAMPUS and USERNAME to filter data. I have created two APPLICATION Level items (A_USERNAME,A_CAMPUS) to which I assign the values of USERNAME and CAMPUS in two AFTER SUBMIT computations on the login page.
    When I arrive on PAGE 1 the session state values of A_USERNAME,A_CAMPUS are still both null therefore the query returns null. It seems that the login process does not issue a SUBMIT for session state to be saved. How do I save the values in session state on login?
    In the Login PROCESS, can I specify the Page 1 items to be set and the values to set them in a URL somewhere? Is it here?
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':1' <<========here?
    If so what is the correct syntax?
    If I revisit the login page a second time, a submit is issued and the values are set in session state.
    Anyone got any ideas??
    I tried creating a standard position button which issues a submit but this didn't work either.
    regards
    Paul J Platt

    Unfortunately your solution is causing problems with retrieving cookies that I try to get for the campus and username during a "Before Header Process" as well. The cookies are normally set on an "After Submit" process. When I return to the login page I get
    Error ERR-1029 Unable to store session info. session=10760914996048113736 item=8561939526127479
    ORA-02291: integrity constraint (FLOWS_010600.WWV_FLOW_DATA_FK) violated - parent key not found
    But if I turn the cookies off, it seems to work OK.
    regards
    Paul JP

  • [Affiliate program question]Can I gain the commision from free apps?

    Or there is no commission for this?

    You would need to tell us what affiliate program you are referring to.
    I can't imagine that anyone would pay you a commision on something that's free!

  • How can i exclude information pages from being printed in a dynamic XML form?

    Hi there,
    i am building a dynamic XML form in Adobe LiveCycle Designer ES2.
    In this form there are pages with information that help the end user fill out the form, but to use - those who process the forms after they have been sent to us - these pages with information are irrelevant.
    Is there a way to tell the form to omit these pages when printing.
    Currently i have set the pages mentioned to be only visable on-screen.  But doing so results in an empty page being printed (only the master page information is visable.)
    Any ideas how i can solve this issue?
    Thank you.

    Create a new master page and set that page to visible screen only. Set your subforms to use that master.

  • Excluding Freight Value from PO after insert CST Tax Code in Invoice Tab

    Hi,
    While we are creating PO, in Condition insert Freight & CST Conditions.
    Problem is that when we insert the CST Tax Code (C2) under Invoice Tab, then Freight Value should exclude from the Conditions. So, user have to insert CST Conditions manually in PO.
    We want that when we insert the CST tax code in invoice tab, CST value calculate with Basic Price and should no impact on Freight Value.
    Plz guide..

    Hi,
    Have a thought to capture freight cost to be captured in separate G/L,
    1.Select freight condition type in M/06 ,go to details & select accrual flag in control data 2 TAB & save.
    2. Also for freight condition type in M/06 , select delivery cost(B) in condition category in contorl data 1 segment.
    3.Have account key & accrual key for the freight condition type in calculation schema in M/08.
    4.In OBYC, you need to assign account key with your Freight G/L.
    In PO, you can see all value &  NET Price is calculated without freight cost. Now you can have a logic( in tax procedure) to calculate all taxes from BASE AMOUNT(BASB) from net price.
    Regards,
    Biju K

Maybe you are looking for

  • Had to reformat and can't connect now

    I have a desktop pc and one laptop.  I had to take my laptop to the shop for a virus.  They wiped my computer clean and reinstalled my operating system.  Now I get a message "limited or no connectivity".  But my son's friend can bring his laptop and

  • MacBook Air and Mac Mini Combination

    I am trying to decide between a new (rumored to be out soon) MacBook Pro 15'' or a MacBook Air. If I take the latter option, I will need an accessible hard drive onto which to offload my photos, videos, and other large files. Would the combination of

  • ICloud creating duplicates in my desktop iCal & Address book.

    Figured this is the best place to post. When I disconnect from iCloud I have most of my cards, but my account card is missing. Then whe I turn on iCloud there are two of my cards and many other clients. How do I sort this out. In previous years I use

  • HR ABAP:  "Customer Specific Status" Name Changing

    Experts, There is one field called "Customer Specific Status", which needs to be changed to our requirement. For instance, the existing field's text "Customer Specific Status" needs to be changed as "Employee Status" ? How to do it? Thanks a lot! Rgd

  • Mapping Networkdrive using GPO and Item-Level Targeting - Same Letter in two groups

    Hi. I'm using one GPO to Map networkdrives, we are using it with Item-Level Targeting which targets on Security Group, so a Member of "SecurityGroup" gets the Drive, we have several drives and we are using all the Letters that are available, now I'm