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.
Quote Originally Posted by RodG View Post
Although I can't say exactly what is causing your problem (regardless of which shipping module(s) you are using, I CAN say that you are treading very murky waters.
I wrote the Austpost Improved shipping module, and not even I had to concern myself with the $GLOBALS arrays to make things work.
I'd suggest that if you are having to delve into this part of the code you may be better off doing a fresh install and starting again.

Cheers
Rod

Argh sorry I figured it out by tunnelling through the code and debugging it.

the reason why there were no shipping option is because the product I was testing with was set to free shipping. Hence no cost for shipping required.

Solved

Thanks for the help. Such a silly mistake.