Zen Cart Logo
Forums / Addon Shipping Modules / ZipShip - Support Thread

ZipShip - Support Thread

Views: 53,121

Results 101 to 109 of 109
24 Oct 2024, 4:59 PM
#101
allmart avatar

allmart

Zen Follower

Join Date:
Feb 2016
Location:
Canada
Posts:
192
Plugin Contributions:
0

ZipShip - Support Thread

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.

24 Oct 2024, 5:20 PM
#102
allmart avatar

allmart

Zen Follower

Join Date:
Feb 2016
Location:
Canada
Posts:
192
Plugin Contributions:
0

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.

24 Oct 2024, 5:28 PM
#103
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,089
Plugin Contributions:
56

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?

24 Oct 2024, 5:46 PM
#104
allmart avatar

allmart

Zen Follower

Join Date:
Feb 2016
Location:
Canada
Posts:
192
Plugin Contributions:
0

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?

25 Oct 2024, 8:55 AM
#105
royaldave avatar

royaldave

Zen Follower

Join Date:
Aug 2013
Location:
Perth, WA, AU
Posts:
284
Plugin Contributions:
1

Re: ZipShip - Support Thread

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.

25 Oct 2024, 9:10 AM
#106
royaldave avatar

royaldave

Zen Follower

Join Date:
Aug 2013
Location:
Perth, WA, AU
Posts:
284
Plugin Contributions:
1

Re: ZipShip - Support Thread

and it will set your Enable Zip Code Method from true to false.

25 Oct 2024, 11:27 AM
#107
allmart avatar

allmart

Zen Follower

Join Date:
Feb 2016
Location:
Canada
Posts:
192
Plugin Contributions:
0

Re: ZipShip - Support Thread

Yes I did and have 7 zones

25 Oct 2024, 2:27 PM
#108
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

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.

14 Jan 2025, 4:42 PM
#109
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,089
Plugin Contributions:
56

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.