Re: ZipShip - Support Thread
Quote:
Originally Posted by
lat9
The shipping module will only show up on the storefront when the ship-to zipcode is present in the module's configured list.
I have for testing one zone set up with the first 3 characters (Canada) and another with all six, still the only shipping option that appears at checkout is "Customer Pick Up". I have been using this plugin for years with my live site running 1.5.7d and it's working flawlessly.
Re: ZipShip - Support Thread
Some Success! I have a shipping zone created exactly as my live site and once selected, the zipship shipping option doesn't appear at checkout, however if I select "none" as the shipping zone, it does appear, however the shipping rate for the postal code should be $10.00 but it is showing $11.04 regardless if tax class is set to none. The shipping zone I have set is 9999:10.
Re: ZipShip - Support Thread
@allmart, would you post a screenshot of the zipship configuration? Also, what's the site's setting for Configuration :: Minumum Values :: Post Code?
1 Attachment(s)
Re: ZipShip - Support Thread
I have min values for postal code set at 4, which is the same as my live site which I never noticed, it should be 6 or 7 if you include the space
Attachment 20778.
How does enter a screen shot without have to create an image?
Re: ZipShip - Support Thread
Quote:
Originally Posted by
allmart
I have min values for postal code set at 4, which is the same as my live site which I never noticed, it should be 6 or 7 if you include the space
Attachment 20778.
How does enter a screen shot without have to create an image?
In includes/languages/[YOUR_LANG]/modules/shipping/zipship.php did you update the following fields for all your zones -
define('MODULE_SHIPPING_ZIPSHIP_TEXT_TITLE_1', 'Postcode Rate');
define('MODULE_SHIPPING_ZIPSHIP_TEXT_WAY_1', 'Deliver To Postcode: ');
define('MODULE_SHIPPING_ZIPSHIP_TEXT_TITLE_2', 'Postcode Rate');
define('MODULE_SHIPPING_ZIPSHIP_TEXT_WAY_2', 'Deliver To Postcode: ');
define('MODULE_SHIPPING_ZIPSHIP_TEXT_TITLE_3', 'Postcode Rate');
define('MODULE_SHIPPING_ZIPSHIP_TEXT_WAY_3', 'Deliver To Postcode: ');
define('MODULE_SHIPPING_ZIPSHIP_TEXT_TITLE_4', 'Postcode Rate');
define('MODULE_SHIPPING_ZIPSHIP_TEXT_WAY_4', 'Deliver To Postcode: ');
etc
If you don't it ignores that zone.
Re: ZipShip - Support Thread
and it will set your Enable Zip Code Method from true to false.
Re: ZipShip - Support Thread
Yes I did and have 7 zones
Re: ZipShip - Support Thread
[CODE]@ Allmart
[How does enter a screen shot without have to create an image?[/CODE]
NEVER bite the fingers who feed your site for free !!!
Simple just copy and p as Ste the screen shot lat9 is asking for.
Re: ZipShip - Support Thread
v3.1.3 of ZipShip is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=312
This version unconditionally sets the tax_class (if installed) so "Edit Orders" can determine the shipping tax rate.