Jump to content

 

dotell

Member Since 21 Oct 2009
Offline Last Active May 18 2013 09:22 PM
-----

Posts I've Made

In Topic: USPS january 26 changes

01 February 2013 - 07:08 PM

The worst part is how much they raised international postage. Largest raise I've ever seen in 20 years.

In Topic: Web Tools Integrator Notice: January 27, 2013 USPS Price Change

28 January 2013 - 04:06 PM

In cscart_shipping_services > I changed "Parcel Post M" to "Standard Post"
In cscart_shipping_service_descriptions > I changed "USPS Parcel Machinable" to "Standard Post"

Seems to be working

In Topic: Web Tools Integrator Notice: January 27, 2013 USPS Price Change

28 January 2013 - 03:59 PM

Parcel post isn't working either. I guess needs a new name as well.

In Topic: USPS january 26 changes

28 January 2013 - 05:37 AM

This would be correct for implementing what Tim stated right?

UPDATE `NAME OF YOUR CART`.`cscart_shipping_services` SET `code` = 'First Class Package International Service' WHERE `cscart_shipping_services`.`service_id` =204;

UPDATE `NAME OF YOUR CART`.`cscart_shipping_service_descriptions` SET `description` = 'USPS First-Class Package International Service' WHERE `cscart_shipping_service_descriptions`.`service_id` =204 AND `cscart_shipping_service_descriptions`.`lang_code` = 'EN';

In Topic: USPS january 26 changes

28 January 2013 - 05:21 AM

Good luck waiting for cs-cart. Last year it took them several weeks to issue said sql statement. Yes, I've been dealing with this every year for like 8 years now (with different carts). Thanks Tim! That's a big rate increase and that's going to hurt. :(