News:

Support the VirtueMart project and become a member

Main Menu

help! Why isn't VM calculating shipping?

Started by susanlyn, August 17, 2009, 01:02:33 AM

Previous topic - Next topic

susanlyn

I have the USPS module installed as the only shipping method. It is configured to handle only flat rate small boxes. I just turned on the site, and it is not calculating any shipping into the final paypal cost. I thought maybe i still had to add usps as a shipper, but when I tried to save it, I got the following error message. What else do I need to do to get this to add the flat rate to the bottom line?



Warning: Missing argument 2 for vmGet(), called in /home/notyour5/public_html/administrator/components/com_virtuemart/classes/ps_shipping.php on line 113 and defined in /home/notyour5/public_html/administrator/components/com_virtuemart/classes/request.class.php on line 26

lowmips

ps_shipping bug.

Change line 113 to:
$fields = array( 'shipping_carrier_name' => vmGet($d,"shipping_carrier_name"),


I'm pretty sure there is another line to change as well..there have been a few posts about this issue before.
Visit my website at www.lowmips.com
View my newsletters Here (sign up for newsletters on the front page of my website)