Hi. I've just been trying out Padloper on a local demo site. It works fine with the 'ShippingFixed' module, but I've tried changing the the shipping module to 'PadProcessShipping' and I'm getting the following error when I add some items to my cart and load my checkout page:
Error: Exception: Method PadProcessShipping::calculateShippingCost does not exist or is not callable in this context (in /Users/paul/Sites/processwire-2.7/wire/core/Wire.php line 358)
Here's my Checkout page code:
$checkout = $modules->get("PadOnePageCheckout");
//$checkout = $modules->get("PadCheckout");
//$checkout->setShippingModule("ShippingFixed");
$checkout->setShippingModule("PadProcessShipping");
echo $checkout->render();
Any ideas? I couldn't find a lot of documentation about the shipping module, but I really need to be able to customise my shipping zones.
Thanks.
Paul
(other than that, I'm lovin' Padloper so far!)