|
Description: |
Hi!
In Virtuemart, we use standard shipping module.
In product entry form, default weight type was pounds. We changed this to cubicmeter.
Before >> 'PHPSHOP_PRODUCT_FORM_WEIGHT_UOM_DEFAULT' => 'pounds',
Now >> 'PHPSHOP_PRODUCT_FORM_WEIGHT_UOM_DEFAULT' => 'cubicmeter',
And in database in table jos_vm_product, we change the product_weight_uom field to cubicmeter from pounds.
Now problem is shipping not calculating properly.
We turn debug and this is the message.
Debug: Unknown weight UOM in product 6456
It was working PERFECT when the word pounds was there.
So im sure this is simple stuff for you smart ones :-)
I need this done right now, tell me what access you need.
FTP and PHPmyadmin waiting and ready for you!
Thanks!
Additional Info (Added 8/21/2008 at 15:07 EST)...I attached file for clear reference, Thank you Additional Info (Added 8/22/2008 at 15:20 EST)...Thanks, we changed our mind and will stick with pounds, Thanks anyways
|