Hi All
Me again. Working on a V9 upgrade to a V10
In the V9 we had States/Provinces set for the USA, Canada and the UK
If a customer chose either of these as their country, then they were required to also choose the State/Province.
On the new Checkout Page 0, once uploaded, the State/Province drop down option is not showing, leading to an error message if a user selects the USA etc as this State/Province field has not been selected.
I loaded up a default Actinic installation and looked at the Checkout Page 0 and it does not seem to be there either?
In the business settings I have all these zones set up for Tax and Shipping.
If I look in the header of the uploaded site, I see that the Javascript has been returned and is present
And the same for g_mapInvoiceCountryStateMap
I have reverted to factory settings for the checkout process in the library.
Any thoughts on what the issue could be?
Me again. Working on a V9 upgrade to a V10
In the V9 we had States/Provinces set for the USA, Canada and the UK
If a customer chose either of these as their country, then they were required to also choose the State/Province.
On the new Checkout Page 0, once uploaded, the State/Province drop down option is not showing, leading to an error message if a user selects the USA etc as this State/Province field has not been selected.
I loaded up a default Actinic installation and looked at the Checkout Page 0 and it does not seem to be there either?
In the business settings I have all these zones set up for Tax and Shipping.
If I look in the header of the uploaded site, I see that the Javascript has been returned and is present
Code:
<script language="javascript" type="text/javascript"> var g_mapDeliveryCountryStateMap = new Object('UK','US'); g_mapDeliveryCountryStateMap['UK'] = new Array('UK.E','England','UK.S','Scotland','UK.W','Wales','UK.NI','Northern Ireland','UK.IOW','Isle of Man','UK.CI','Channel Islands','UK.SOH','Shetland & Outer Hebridies','UK.OK','Orkney Islands'); g_mapDeliveryCountryStateMap['US'] = new Array('US.AL','Alabama','US.AK','Alaska','US.AZ','Arizona','US.AR','Arkansas','US.CA','California','US.CO','Colorado','US.CT','Connecticut','US.DE','Delaware','US.DC','District of Columbia','US.FL','Florida','US.GA','Georgia','US.HI','Hawaii','US.ID','Idaho','US.IL','Illinois','US.IN','Indiana','US.IA','Iowa','US.KS','Kansas','US.KY','Kentucky','US.LA','Louisiana','US.ME','Maine','US.MD','Maryland','US.MA','Massachusetts','US.MI','Michigan','US.MN','Minnesota','US.MS','Mississippi','US.MO','Missouri','US.MT','Montana','US.NE','Nebraska','US.NV','Nevada','US.NH','New Hampshire','US.NJ','New Jersey','US.NM','New Mexico','US.NY','New York','US.NC','North Carolina','US.ND','North Dakota','US.OH','Ohio','US.OK','Oklahoma','US.OR','Oregon','US.PA','Pennsylvania','US.RI','Rhode Island','US.SC','South Carolina','US.SD','South Dakota','US.TN','Tennessee','US.TX','Texas','US.UT','Utah','US.VT','Vermont','US.VA','Virginia','US.WA','Washington','US.WV','West Virginia','US.WI','Wisconsin','US.WY','Wyoming'); </script>
I have reverted to factory settings for the checkout process in the library.
Any thoughts on what the issue could be?
Comment