Page 8 of 16 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 157
  1. #71
    Join Date
    Mar 2008
    Location
    Florida
    Posts
    30
    Plugin Contributions
    0

    Default Re: International Shipping

    Is there a way to run a special for free shipping on any order over $100.?

  2. #72
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,665
    Plugin Contributions
    6

    Default Re: International Shipping

    You have 2 choices ...

    You can set it to give ONLY Free Shipping on Orders over $100 by going to the Modules ... Order Totals ... Shipping ot_shipping ... and edit that so that Free Shipping is enabled and set to 100 ...

    Or, if you want to have a Free Shipping Option plus regular shipping on Orders over $100 then go to the Modules ... Shipping ... and turn on the Free Shipping Option freeoptions and set the Total to >= 100 and then you will see both the Free shipping when orders are over $100 plus the regular shipping methods for those in a hurry ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  3. #73
    Join Date
    Mar 2008
    Location
    Florida
    Posts
    30
    Plugin Contributions
    0

    Default Re: International Shipping

    Thanks, that was easy. Guess there's no way to exclude the free shipping offer for those using discount coupons. I've looked at the restriction options and don't see any way to limit that.

    Shep

  4. #74
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,665
    Plugin Contributions
    6

    Default Re: International Shipping

    What method are you using for the Free shipping?

    This would take quite a bit of coding as the Discount Coupon is added on the checkout_payment ... and you would need to check for if there is a Discount Coupon then to go back to shipping for a new selection plus the explination that if you use a Discount Coupon you lose the nice Free Shipping that brought you to the store to begin with ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  5. #75
    Join Date
    Mar 2008
    Location
    Florida
    Posts
    30
    Plugin Contributions
    0

    Default Re: International Shipping

    That's what I was afraid of. Thanks for your input but I'll have to find another way around that.

    Shep

  6. #76
    Join Date
    Jun 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: International Shipping

    Quote Originally Posted by Ajeh View Post
    You are making a zone that needs to have the same data as the tables
    zones_to_geo_zones
    geo_zones

    Tables would have ...

    For All Countries except the US you could use this to run through the Admin ... Tools ... Install SQL Patch ...

    PHP Code:
    INSERT INTO `geo_zones` (`geo_zone_id`, `geo_zone_name`, `geo_zone_description`, `last_modified`, `date_added`) VALUES (20'Not US''All Countries Except the US'NULL'2006-07-03 12:32:13');

    INSERT INTO `zones_to_geo_zones` (`zone_country_id`, `zone_id`, `geo_zone_id`) VALUES (1020),
    (
    2020),
    (
    3020),
    (
    4020),
    (
    5020),
    (
    6020),
    (
    7020),
    (
    8020),
    (
    9020),
    (
    10020),
    (
    11020),
    (
    12020),
    (
    13020),
    (
    14020),
    (
    15020),
    (
    16020),
    (
    17020),
    (
    18020),
    (
    19020),
    (
    20020),
    (
    21020),
    (
    22020),
    (
    23020),
    (
    24020),
    (
    25020),
    (
    26020),
    (
    27020),
    (
    28020),
    (
    29020),
    (
    30020),
    (
    31020),
    (
    32020),
    (
    33020),
    (
    34020),
    (
    35020),
    (
    36020),
    (
    37020),
    (
    38020),
    (
    39020),
    (
    40020),
    (
    41020),
    (
    42020),
    (
    43020),
    (
    44020),
    (
    45020),
    (
    46020),
    (
    47020),
    (
    48020),
    (
    49020),
    (
    50020),
    (
    51020),
    (
    52020),
    (
    53020),
    (
    54020),
    (
    55020),
    (
    56020),
    (
    57020),
    (
    58020),
    (
    59020),
    (
    60020),
    (
    61020),
    (
    62020),
    (
    63020),
    (
    64020),
    (
    65020),
    (
    66020),
    (
    67020),
    (
    68020),
    (
    69020),
    (
    70020),
    (
    71020),
    (
    72020),
    (
    73020),
    (
    74020),
    (
    75020),
    (
    76020),
    (
    77020),
    (
    78020),
    (
    79020),
    (
    80020),
    (
    81020),
    (
    82020),
    (
    83020),
    (
    84020),
    (
    85020),
    (
    86020),
    (
    87020),
    (
    88020),
    (
    89020),
    (
    90020),
    (
    91020),
    (
    92020),
    (
    93020),
    (
    94020),
    (
    95020),
    (
    96020),
    (
    97020),
    (
    98020),
    (
    99020),
    (
    100020),
    (
    101020),
    (
    102020),
    (
    103020),
    (
    104020),
    (
    105020),
    (
    106020),
    (
    107020),
    (
    108020),
    (
    109020),
    (
    110020),
    (
    111020),
    (
    112020),
    (
    113020),
    (
    114020),
    (
    115020),
    (
    116020),
    (
    117020),
    (
    118020),
    (
    119020),
    (
    120020),
    (
    121020),
    (
    122020),
    (
    123020),
    (
    124020),
    (
    125020),
    (
    126020),
    (
    127020),
    (
    128020),
    (
    129020),
    (
    130020),
    (
    131020),
    (
    132020),
    (
    133020),
    (
    134020),
    (
    135020),
    (
    136020),
    (
    137020),
    (
    138020),
    (
    139020),
    (
    140020),
    (
    141020),
    (
    142020),
    (
    143020),
    (
    144020),
    (
    145020),
    (
    146020),
    (
    147020),
    (
    148020),
    (
    149020),
    (
    150020),
    (
    151020),
    (
    152020),
    (
    153020),
    (
    154020),
    (
    155020),
    (
    156020),
    (
    157020),
    (
    158020),
    (
    159020),
    (
    160020),
    (
    161020),
    (
    162020),
    (
    163020),
    (
    164020),
    (
    165020),
    (
    166020),
    (
    167020),
    (
    168020),
    (
    169020),
    (
    170020),
    (
    171020),
    (
    172020),
    (
    173020),
    (
    174020),
    (
    175020),
    (
    176020),
    (
    177020),
    (
    178020),
    (
    179020),
    (
    180020),
    (
    181020),
    (
    182020),
    (
    183020),
    (
    184020),
    (
    185020),
    (
    186020),
    (
    187020),
    (
    188020),
    (
    189020),
    (
    190020),
    (
    191020),
    (
    192020),
    (
    193020),
    (
    194020),
    (
    195020),
    (
    196020),
    (
    197020),
    (
    198020),
    (
    199020),
    (
    200020),
    (
    201020),
    (
    202020),
    (
    203020),
    (
    204020),
    (
    205020),
    (
    206020),
    (
    207020),
    (
    208020),
    (
    209020),
    (
    210020),
    (
    211020),
    (
    212020),
    (
    213020),
    (
    214020),
    (
    215020),
    (
    216020),
    (
    217020),
    (
    218020),
    (
    219020),
    (
    220020),
    (
    221020),
    (
    222020),
    (
    224020),
    (
    225020),
    (
    226020),
    (
    227020),
    (
    228020),
    (
    229020),
    (
    230020),
    (
    231020),
    (
    232020),
    (
    233020),
    (
    234020),
    (
    235020),
    (
    236020),
    (
    237020),
    (
    238020),
    (
    239020),
    (
    240020); 

    search helper: premade World Zone except for the US
    This worked PERFECTLY!
    Thank you!

  7. #77
    Join Date
    May 2005
    Location
    Topanga CA
    Posts
    63
    Plugin Contributions
    0

    Default Re: International Shipping

    I really could use some assistance with this... I have been looking for a solution since last August.

    I am trying to figure out something on a clients zen cart v. 1.3.8a
    I would to exclude some countries from being able to use (USPS) international 1st class shipping (package & parcel) while still allowing some others to have this option.

    Is there a way to do this? I have not had any success finding a solution.

    Thanks in advance!

  8. #78
    Join Date
    Jul 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: International Shipping

    I have set the US and international zone following the instruction from this threat, when i test with the estimate shipping at shopping cart, the US zone works fine, but when i try to choose other country from the drop down, it just keep showing the US rate instead. Hope someone can help me out. Thanks!

    My zone rate module setting is as following:

    Zone Based Rates

    Enable Zones Method
    True

    Calculation Method
    Item

    Tax Class
    Taxable Goods

    Tax Basis
    Shipping

    Sort Order
    0

    Skip Countries, use a comma separated list of the two character ISO country codes


    Zone 1 Countries
    US

    Zone 1 Shipping Table
    1:15.00,2:25.00,3:40.00,4:50.00,5:55.00,6:60.00,7:65.00,8:70.00,9:75.00,10:80.00 ,11:85.00,12:90.00

    Zone 1 Handling Fee
    0

    Zone 2 Countries
    AX,AF,AL,DZ,AS,AD,AO,AI,AQ,AG,AR,AM,AW,AU,AT,AZ,BS,BH,BD,BB,BY,BE,BZ,BJ,BM,BT,BO ,BA,BW,BV,BR,IO,BN,BG,BF,BI,KH,CM,CA,CV,KY,CF,TD,CL,CN,CX,CC,CO,KM,CG,CK,CR,CI,H R,CU,CY,CZ,DK,DJ,DM,DO,TP,EC,EG,SV,GQ,ER,EE,ET,FK,FO,FJ,FI,FR,FX,GF,PF,TF,GA,GM, GE,DE,GH,GI,GR,GL,GD,GP,GU,GT,GN,GW,GY,HT,HM,HN,HK,HU,IS,IN,ID,IR,IQ,IE,IL,IT,JM ,JP,JO,KZ,KE,KI,KP,KR,KW,KG,LA,LV,LB,LS,LR,LY,LI,LT,LU,MO,MK,MG,MW,MY,MV,ML,MT,M H,MQ,MR,MU,YT,MX,FM,MD,MC,MN,MS,MA,MZ,MM,NA,NR,NP,NL,AN,NC,NZ,NI,NE,NG,NU,NF,MP, NO,OM,PK,PW,PA,PG,PY,PE,PH,PN,PL,PT,PR,QA,RE,RO,RU,RW,KN,LC,WS,SM,ST,SA,SN,SC,SL ,SG,SK,SI,SB,SO,ZA,GS,ES,LK,SH,PM,SD,SR,SJ,SZ,SE,CH,SY,TW,TJ,TZ,TH,TG,TK,TO,TT,T N,TR,TM,TC,TV,UG,UA,AE,GB,UM,UY,UZ,VU,VA,VE,VN,VG,VI,WF,EH,YE,YU,ZM,ZW

    Zone 2 Shipping Table
    1:35.00,2:55.00,3:75.00,4:90.00,5:105.00,6:120.00,7:135.00,8:150.00,9:165.00,10: 180.00,11:195.00,12:210.00

    Zone 2 Handling Fee
    0

  9. #79
    Join Date
    Nov 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: International Shipping

    Quote Originally Posted by yes9310 View Post
    I tried inserting your contribution for the 49 states but get the following errors:
    Failed: 2
    ERROR: Cannot execute because table zen_geo_zones does not exist. CHECK PREFIXES!
    ERROR: Cannot execute because table zen_zones_to_geo_zones does not exist. CHECK PREFIXES!
    Note: 2 statements ignored. See "upgrade_exceptions" table for additional details.
    Any idea why it's not working?
    i am getting this same error when trying to load these zones... any help would be appreciated.

    **edit** just figured this out... i removed the 2 "zen_" prefixes and it loaded up correctly.

  10. #80
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,665
    Plugin Contributions
    6

    Default Re: International Shipping

    Quote Originally Posted by outsider View Post
    I have set the US and international zone following the instruction from this threat, when i test with the estimate shipping at shopping cart, the US zone works fine, but when i try to choose other country from the drop down, it just keep showing the US rate instead. Hope someone can help me out. Thanks!
    What version Zen Cart are you running?

    Is this an Upgrade or a clean install?

    If this is v1.3.8, you need to save all your settings for your Zones to NotePad and REMOVE, INSTALL and reconfigure this shipping module ...

    NOTE: for All Zones not defined, you should see that you can use 00 instead of each separate country, once this is done ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

 

 
Page 8 of 16 FirstFirst ... 678910 ... LastLast

Similar Threads

  1. Configuring Taxes for Canadian Sites/Zones
    By DrByte in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 305
    Last Post: 30 Jul 2012, 07:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •