I installed Fedex module
http://www.zen-cart.com/index.php?ma...roducts_id=367
then I tried to install Origin Based Drop-Shipping (requires FedEx module) and having problems
http://www.zen-cart.com/index.php?ma...oducts_id=1438
I followed this instruction in readme.txt
2. Copy below and paste into sql patch update tool in ZC
ALTER TABLE `zen_products` ADD `products_origin_addr1` VARCHAR( 64 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL ,
ADD `products_origin_zip` VARCHAR( 5 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL ,
ADD `products_origin_city` VARCHAR( 20 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL ,
ADD `products_origin_state` VARCHAR( 2 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL ;
changed ALTER TABLE `zen_products` to ALTER TABLE `products`
and now in the shipping module I have only
FedEx Express fedexexpress
and cannot change it either
The shipping module is gone and in the product I don't see these lines
products_origin_addr1
products_origin_city
products_origin_state
products_origin_zip
Appreciate any help



