Hi there,
Are there global tags for ecommerce countries and regions? In almost all of our US sites we need to show a list of countries and an associated list of regions. This works fine in Ecommerce and I can easily control the available countries and regions. However, when someone signs up for an account, I would like to have the same information available. Currently we're hardcoding the countries and states in the create user template which is a) cumbersome and b) doesn't allow the shop manager to control which states are available for the user.
I was thinking about building a JSON end point that returns the data so we can retrieve it client side. I can probably add a Cart module to a page and access the country and region data from there. Alternatively, I could use the API to retrieve them.
However, I was wondering if there isn't something that is built-in already. Would it make sense to expose global loops for the countries and regions?
Thanks,
Imar