Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Seperate sihipping features problems


astraler

Recommended Posts

Posted

Hi,

 

How to this below shipping procedure with osc;

 

------------------------------------------------------------

 

Standard Ground (USA)

FREE for orders over $xx, otherwise shipping is $x.xx

Arrives in 4 - 7 business days

Ships via UPS Ground

Orders to PO Box, HI, PR, AK, APO, FPO are shipped via USPS

 

2nd Day Air

Ships via UPS 2nd Day Air for $ xx.xx (not available for P.O. Boxes)

Arrives in 2 - 4 business days

 

Canada

Ships via UPS Standard or Postal Service for $ xx.xx

Arrives in 3 - 10 business days

Please note, you may be subject to import duties and taxes once a shipment reaches your country. We are not responsible and have no control over these duties and fees.

 

International Shipping (We ship to over 120 countries, see details)

Ships via USPS International Express for $xx.xx + $x.xx per item

Arrives in 7 - 12 business days

 

----------------------------------------

 

Thanks for your help.

 

regards,

Posted

Standard Ground (USA)

FREE for orders over $xx, otherwise shipping is $x.xx

Arrives in 4 - 7 business days

Ships via UPS Ground

Orders to PO Box, HI, PR, AK, APO, FPO are shipped via USPS

table rate shipping, rate is $x.xx up to that value, and second rate is 0 up to 1000000 or whatever, zone is USA shipping zone (create in tax zones, fill with all states you want to ship to)

add info in the description part in the language file

 

 

 

2nd Day Air

Ships via UPS 2nd Day Air for $ xx.xx (not available for P.O. Boxes)

Arrives in 2 - 4 business days

flat rate, rate is $ xx.xx, zone is USA

look in contribs for the PO box fix and adjust to fit your needs so this doesn't ghet shown

best would be to use a copy of the flat rate module, rename it zone though, in the file too, language file the same, as that fix looks for the file name

 

 

Canada

Ships via UPS Standard or Postal Service for $ xx.xx

Arrives in 3 - 10 business days

Please note, you may be subject to import duties and taxes once a shipment reaches your country. We are not responsible and have no control over these duties and fees.

flat rate, zone set to canada

 

International Shipping (We ship to over 120 countries, see details)

Ships via USPS International Express for $xx.xx + $x.xx per item

Arrives in 7 - 12 business days

flat rate, make a custom shipping file where you start with a special value, count the cart items and add (count-1)*rate for added item

I think there is a contrib for this too

add the zone Intl shipping and fill with all countries you want to ship to

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted

Hi,

 

Thanks for your help, but i have many questions about this;

 

Standard Ground (USA)

FREE for orders over $xx, otherwise shipping is $x.xx

Arrives in 4 - 7 business days

Ships via UPS Ground

Orders to PO Box, HI, PR, AK, APO, FPO are shipped via USPS

table rate shipping, rate is $x.xx up to that value, and second rate is 0 up to 1000000 or whatever, zone is USA shipping zone (create in tax zones, fill with all states you want to ship to)

 

How to easily to add all states or country to tax zones?

 

add info in the description part in the language file

2nd Day Air

Ships via UPS 2nd Day Air for $ xx.xx (not available for P.O. Boxes)

Arrives in 2 - 4 business days

flat rate, rate is $ xx.xx, zone is USA

look in contribs for the PO box fix and adjust to fit your needs so this doesn't ghet shown

best would be to use a copy of the flat rate module, rename it zone though, in the file too, language file the same, as that fix looks for the file name

Canada

Ships via UPS Standard or Postal Service for $ xx.xx

Arrives in 3 - 10 business days

Please note, you may be subject to import duties and taxes once a shipment reaches your country. We are not responsible and have no control over these duties and fees.

flat rate, zone set to canada

 

International Shipping (We ship to over 120 countries, see details)

Ships via USPS International Express for $xx.xx + $x.xx per item

Arrives in 7 - 12 business days

flat rate, make a custom shipping file where you start with a special value, count the cart items and add (count-1)*rate for added item

I think there is a contrib for this too

add the zone Intl shipping and fill with all countries you want to ship to

 

But, i have only added some country to.How to add of all country to zone? Where zone for intl. shipping.?

 

thanks again.

Posted
Hi,

 

Thanks for your help, but i have many questions about this;

thanks again.

 

for all 4 shipping modules, you will have to create new tax zones and fill the by clicking the details button.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
for all 4 shipping modules, you will have to create new tax zones and fill the by clicking the details button.

 

Yes, know.But, is there quick method for this?

 

Regards,

Posted
Yes, know.But, is there quick method for this?

 

Regards,

 

you can write an sql script for it to fill the table zones_to_geo zones after you created the geo zones in ADMIN

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
you can write an sql script for it to fill the table zones_to_geo zones after you created the geo zones in ADMIN

 

Hi,

 

I have created "All country" on taz zones, but there is no effect any country minus us and canada?Whay this?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...