Alright here it is....
I installed the weight-based module to the "T" everything works fantastic UNTIL AFTER the "delivery information page" After that you hit the payment information to check the type of payment you want....so far so good! BUT WAIT when I get to the "check-out confirmation page" weight-based shipping goes to $1.00 when I specified under the product options that the test product weighed 5 LBS
SO....
what the hell am I doing wrong here? I really love this shopping cart but this would make or break my decision to keep it on my server. I really need help with this....I would GREATLY appreciate it!
Dun Worry, Try The Code Below, hope it can help you, 
/catalog/extension/shipping/weight.php

/catalog/extension/shipping/weight.php
Code: Select all
Find:
//'cost' => $this->config->get('weight_cost') * $this->cart->countProducts(),
Replace:
//'cost' => $this->config->get('weight_cost') * $this->cart->getWeight(),
Who is online
Users browsing this forum: No registered users and 2 guests