Jump to content

All In One Shipping Module Needs Tweak


bsmither

Recommended Posts

There is a problem when wanting to add a zone to the All-in-One (AIO) shipping module. The Add Shipping Zone tab will not render the overall template HTML. Thus, the functionality of adding a zone is severely compromised.

 

In the file modulesshippingAll_In_One_Shippingskinadminindex.tpl, find at line and change to:

200: {if in_array($country.iso, $ZONE_COUNTRIES)} to {if isset($ZONE_COUNTRIES) && in_array($country.iso, $ZONE_COUNTRIES)}

213: {if in_array($country.iso, $ZONE_COUNTRIES)} to {if isset($ZONE_COUNTRIES) && in_array($country.iso, $ZONE_COUNTRIES)}

223: {if in_array($state.abbrev, $ZONE_STATES)} to {if isset($ZONE_STATES) && in_array($state.abbrev, $ZONE_STATES)}

236: {if in_array($country.iso, $ZONE_COUNTRIES)} to {if isset($ZONE_COUNTRIES) && in_array($country.iso, $ZONE_COUNTRIES)}

 

Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...