Ok so I am there with the Large Items But the small (Courier) items I cant get it work.
I would it so that it will work out the courier Item if it is by itself or it will add it to the large item if a large item is present.
Each city I can add a new rate for the courier
Something like:
Name= Shipping to Auckland; State=="Auckland"; Shipping=Nlarge*weight*65 + Courier*weight*10
Thinking the weight x 10 is the price to ship to Auckland. The weight will be set at "1" in the product so the cost will be $10.
When I do this with the pool table the shipping is 65 which is correct, but when I add a pool cue"Courier" item the shipping goes to 150. See attached. If the pool cue is by itself the shipping is $10. Its only when they are combined.
Can you help with this last bit please. Im going bald :)
This is what I have so far.....
Variable=Nlarge; Value=evaluate_for_categories(Articles, 23)
Variable=Slarge; Value=evaluate_for_categories(Articles, 25)
Variable=Courier; Value=evaluate_for_categories(Articles, 28)
North Isalnd
Name= Shipping to Auckland; State=="Auckland"; Shipping=Nlarge*weight*65 + Courier*weight*10
Name= Shipping to Auckland - Silverdale; State=="Auckland - Silverdale"; Shipping=Nlarge*weight*85
Name= Shipping to Auckland - Warkworth; State=="Auckland - Warkworth"; Shipping=Nlarge*weight*85
Name= Shipping to Auckland - Whangaparoa; State=="Auckland - Whangaparoa"; Shipping=Nlarge*weight*85
Name= Shipping to Auckland - Kumeu; State=="Auckland - Kumeu"; Shipping=Nlarge*weight*87
Name= Shipping to Dargaville; State=="Dargaville"; Shipping=Weight*185
Name= Shipping to Edgecumbe; State=="Edgecumbe"; Shipping=Weight*132
Name= Shipping to Gisborne; State=="Gisborne"; Shipping=Nlarge*weight*185
Name= Shipping to Hamilton; State=="Hamilton"; Shipping=Nlarge*weight*92
Name= Shipping to Hastings; State=="Hastings"; Shipping=Nlarge*weight*165
Name= Shipping to Havelock North; State=="Havelock North"; Shipping=Nlarge*weight*169
Name= Shipping to Hawea; State=="Hawea"; Shipping=Nlarge*weight*520
Name= Shipping to Kaikohe; State=="Kaikohe"; Shipping=Nlarge*weight*169
Name= Shipping to Kaitaia; State=="Kaitaia"; Shipping=Nlarge*weight*185
Name= Shipping to Kawakawa; State=="Kawakawa"; Shipping=Nlarge*weight*115
Name= Shipping to Kawerau; State=="Kawerau"; Shipping=Nlarge*weight*132
Name= Shipping to Kerikeri; State=="Kerikeri"; Shipping=Nlarge*weight*185
Name= Shipping to Kumeu; State=="Kumeu"; Shipping=Nlarge*weight*76
Name= Shipping to Levin; State=="Levin"; Shipping=Nlarge*weight*145
Name= Shipping to Masterton; State=="Masterton"; Shipping=Nlarge*weight*166
Name= Shipping to MtMaunganui; State=="Mt Maunganui"; Shipping=Nlarge*weight*99
Name= Shipping to Napier; State=="Napier"; Shipping=Nlarge*weight*13
Name= Shipping to NewPlymouth; State=="New Plymouth"; Shipping=Nlarge*weight*123
Name= Shipping to Orewa; State=="Orewa"; Shipping=Nlarge*weight*95
Name= Shipping to Palmerston North; State=="Palmerston North"; Shipping=Nlarge*weight*139
Name= Shipping to Rotorua; State=="Rotorua"; Shipping=Nlarge*weight*98
Name= Shipping to Russell; State=="Russell"; Shipping=Weight*142
Name= Shipping to Silverdale; State=="Silverdale"; Shipping=Nlarge*weight*80
Name= Shipping to Taumaranui; State=="Taumaranui"; Shipping=Nlarge*weight*185
Name= Shipping to Taupo; State=="Taupo"; Shipping=Nlarge*weight*140
Name= Shipping to Tauranga; State=="Tauranga"; Shipping=Nlarge*weight*98
Name= Shipping to Thames; State=="Thames"; Shipping=Nlarge*weight*109
Name= Shipping to Tokoroa; State=="Tokoroa"; Shipping=Nlarge*weight*109
Name= Shipping to Wanganui; State=="Whanganui"; Shipping=Nlarge*weight*166
Name= Shipping to Warkworth; State=="Warkworth"; Shipping=Nlarge*weight*80
Name= Shipping to Wellington; State=="Wellington"; Shipping=Nlarge*weight*199
Name= Shipping to Wellsford; State=="Wellsford"; Shipping=Weight*79
Name= Shipping to Whakatane; State=="Whakatane"; Shipping=Nlarge*weight*142
Name= Shipping to Whangarei; State=="Whangarei"; Shipping=Nlarge*weight*109
South Island
Name= Shipping to Alexandra; State=="Alexandra"; Shipping=Slarge*weight*574
Name= Shipping to Ashburton; State=="Ashburton"; Shipping=Slarge*weight*411
Name= Shipping to Balclutha; State=="Balclutha"; Shipping=Slarge*weight*521
Name= Shipping to Blenheim; State=="Blenheim"; Shipping=Slarge*weight*369
Name= Shipping to Christchurch; State=="Christchurch"; Shipping=Slarge*weight*395
Name= Shipping to Clyde; State=="Clyde"; Shipping=Slarge*weight*520
Name= Shipping to Cromwell; State=="Cromwell"; Shipping=Slarge*weight*475
Name= Shipping to Dunedin; State=="Dunedin"; Shipping=Slarge*weight*370
Name= Shipping to Gore; State=="Gore"; Shipping=Slarge*weight*490
Name= Shipping to Greymouth; State=="Greymouth"; Shipping=Slarge*weight*404
Name= Shipping to Invercargill; State=="Invercargill"; Shipping=Slarge*weight*460
Name= Shipping to Nelson; State=="Nelson"; Shipping=Slarge*weight*380
Name= Shipping to Oamaru; State=="Oamaru"; Shipping=Slarge*weight*400
Name= Shipping to Queenstown; State=="Queenstown"; Shipping=Slarge*weight*586
Name= Shipping to Rangiora; State=="Rangiora"; Shipping=Slarge*weight*440
Name= Shipping to Timaru; State=="Timaru"; Shipping=Slarge*weight*369
Name= Shipping to Wanaka; State=="Wanaka"; Shipping=Slarge*weight*586
Name= Shipping to Washdyke; State=="Washdyke"; Shipping=Slarge*weight*339
Name= Shipping to Westport; State=="Westport"; Shipping=Slarge*weight*390