Just wanted to let you know that I solved the problem with the language files and the module is now working just fine.
Thanks again for this great module![]()
Can anyone help with this problem? I installed Regiontables with great success and it works perfectly with PayPal and 2CO. I recently installed Googlecheckout and for some reason the shipping costs are not being handed over to Google. I've run the shipping handler thing and followed all instructions (I think).
I was wondering if it is to do with this array comment in includes/module/payment/googlecheckout.php
$this->shipping_support = array("flat", "item", "table", 'freeoptions', 'freeshipper', 'perweightunit', 'storepickup', 'itemnational', 'iteminternational');
I've tried adding 'regiontables' in here and in related areas but still no luck. My brain is starting to fail on me.Any pointers would be greatly appreciated.
Marcus
Hello,
I have installed the latest release of Region Tables. I have 8 regions setup with all my US zip codes identified as follows:
Region 1 - US:900-908,US:910-918,US:919-921,US:922-928,US:930-935
Region 2 - US:863-864,US:889-891,US:936-939
and so on. My shipping I was hoping I could setup like this:
0:$10, 100:10%
Calculation Method = Price.
For $0.00 $99.99 the rate would be $10
For anything over $100 the rate would be 10% of sub-total. This method seems to work in the MZMT shipping module and I was hoping it worked here. Does anyone know how to add percentage of total to shipping for the Region Tables mod? Or is there another mod that would work better for this and 8 regions (or zones) too?
Any help is appreciated.
Thanks,
Steve
Hi,
This is a feature a few people have asked for, along with many others.
Subsequently we are developing a replacement for Region Tables called "Advanced Shipper" which we hope to release soon. (It's much more flexible than the Region Tables module and there'll be no need to mess with language defines any longer as the titles can be specified alongside the options for a region/method through the completely new admin system!)
Development is taking a lot longer than expected but we're aiming to release within the next week or so.
More info will be posted here as it becomes available! ;)
All the best...
Conor
Ceon
This is a really neat module!
For anyone that's using Australia Post I have attached a simple text document that breaks down all of the post codes available today into Australia Post Regions, v1, v2 etc. Hopefully this will save people some time
Just a slight fix for the function _regionMatchesRangeAU in the regiontables.php module
_almost_ all postcodes in Australia are 4 digits in length, however there's two 3 digit ranges
800-909 and 200-221.
replace line 636 with
My regex foo is weak so I didnt get too fancy with itCode:if (!ereg('(^[0-9][0-9][0-9][0-9])|(^[8-9][0-9][0-9])|(^[0-2][0-2][0-9])', $dest_postcode)) {
it just checks if the number is between 800 and 999 as well as 200 and 229
Hi
I have installed this module and it works great, but, I am using it in weight mode but I also want to add a price threshold for free p&p, eg if they spend £50 or more they get free shipping.
I have the freeshipper module installed as well but it doen't seem to be picking it up.
Could anyone help?
Hello
My client wants to calc the shipping price based on the post code but also the number of products they order (they are large and require one pallet each). I've noted that this contrinbution allows for calculation on price and weight - but not quantity... is that right?
Andy
Bookmarks