[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] Help with International Shippings, not working correctly.


Hi all,
we have a store that offers 100,000 products, we ship to all the continental US, Latin america and the Caribbean, recently we changed our server, from version 5.0.1 to version 5.2.

Every thing was working fine, but after the change the international shipping stop working correctly it only shows one option out of 4 (CIF_US works fine). At first it displayed a messege in the checkout page, but now it does not show anything. Now the store runs on a Fedora Core 1 Sever with Postgres 7.2 and IC 5.2. with perl 5.8
CIF_US works fine, but ECS and SCS are not working at all.

I really need help with this, I have tryed everything....

Thanks
Daniel Castro


My shipping.asc

FOB: FOB:Free On board, merchindize will be NOT be delivered it is the responsability of the customer to pick it up at our facilities.
       criteria        quantity
       min             0
       max             9999
       cost            x 0.00


CIF_US: CIF:Products will be delivered at the warehouse of the customs broker defined by the buyer.
       criteria        weight
       min             0
       max             0
       cost            e Nothing to ship.

       min             1
       max             15
       cost            f 15.00

       min             16
       max             9999
       cost            f @@TOTAL@@ * 1.00
...

ECS: ECS:The express currier service is delivery door to door of the products. This service is provided for products that don't weigh more than 44lbs. and/or cost more than 1.000.oo usd. The ETA is from 2 to 4 days. criteria <<EOF [perl] return 'weight' if $Tag->subtotal({noformat => 1}) < 1000.00; return ''; [/perl]EOF
       min             0
       max             5
       cost            f 25.00

       min             6
       max             10
       cost            f 40.00

       min             11
       max             44
       cost            f @@TOTAL@@ * 2.00

SCS: SCS:The standard currier service is delivery door to door of the products. This service is provided for products that don't weigh more than 44lbs. and/or cost more than 1.000.oo usd. The ETA is from 5 to 6 days. criteria <<EOF [perl] return 'weight' if ($Tag->subtotal( {noformat => 1 } ) < 1000.00); return ''; [/perl]EOF
       min             1
       max             15
cost f <<EOF [perl] return '25.00' if $Tag->subtotal( {noformat => 1 } )*1.66 < 25.00; return '$Tag->subtotal( {noformat => 1 } )* 1.66)'; [/perl] EOF
       min             16
       max             25
cost f <<EOF [perl] return '40.00' if ($Tag->subtotal( {noformat => 1 } )* 1.50 < 40.00); return '($Tag->subtotal( {noformat => 1 } )* 1.50); [/perl] EOF
       min             26
       max             35
cost f <<EOF [perl] return '55.00' if ($Tag->subtotal( {noformat => 1 } )* 1.50 < 55.00); return '($Tag->subtotal( {noformat => 1 } )* 1.50); [/perl] EOF
       min             36
       max             44
cost f <<EOF[perl] return '70.00' if ($Tag->subtotal( {noformat => 1 } ) * 1.50 < 70.00); return '($Tag->subtotal( {noformat => 1 } ) * 1.50); [/perl] EOF

...

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.