Quote Originally Posted by Snype View Post
Thanks for the reply.

I tried as you suggested and recieved exactly the same error.

Sorry, we are not shipping to your region at this time.

In tpl_checkout_shipping_default.php this line seems to be the problem
if (zen_count_shipping_modules() > 0) {

However it is installed in the admin.

Can anyone point me in the right direction. I can't see why it will not work.
I digged a bit more and it seems to be a generic problem with my shipping.

I tracked the problem to the classes in the $GLOBALS arrays.
IE an auspost object is at $GLOBALS[austpost] however it's enabled values is null.

This is to case for all shipping methods I set. Their enable values is set to null, hence the system believes that they are not on.

I’m going to keep digging any help would be appreciated as Im not familiar with the shipping systems in zen cart