Open Fifciu opened 4 years ago
@Fifciu I made a comment related to this in https://github.com/vuestorefront/vue-storefront/pull/4770
My question is. Should we use the countries endpoint in magento directly or should this be something that gets entered into the Elastic index?
Also have you started any work and do you have any further guidance on this, it is a feature I need and I was going to tackle it starting today as a separate module called vsf-countries-and-regions
I've implemented it in many shops in the previous job. However, nowadays I wonder if it would not be better to hardcode list of available ones.
Putting it in ES might be a good idea. However, I've fetched it directly from Magento2 and cached response for the very long time
What is the motivation for adding / enhancing this feature?
Currently, State/Region is text field. In my opinion, it should be
select
with loaded regions from the backend.What are the acceptance criteria
Version of Vue Storefront
Can you complete this feature request by yourself?