How do I add additional states for a country?
Open jigoshop_countries.class.php
Find:
'YT' => 'Yukon Territory'
),
Under it add:
'NZ' => array(
'AA' => 'Region One' ,
'BB' => 'Region Two'
),
This will add something like this to your Checkout page (and wherever else countries are displayed):

-
Getting Started
-
Jigoshop Settings
-
Creating Products
-
Using Jigoshop
-
Customize Jigoshop
-
Testings - in case of problems on Jigoshop web site
-
FAQ - Jigoshop plugin user questions
- Add a new tab to a product page / Custom tabs on product pages?
- Adding a Continue Shopping button to the single product page
- Adding Product Category Terms in a dropdown box for Custom Post Meta
- Add Alternate text on product picture and title
- Adding buttons / info to the end of each product
- View all (171 more)
-
FAQ - Jigoshop extensions user questions
-
API
-
Screencasts