I am building a store that sells and hires products. Stand product sales can be worldwide, hire products are for UK customers only.
Is there a way to make this work?
Thanks
I am building a store that sells and hires products. Stand product sales can be worldwide, hire products are for UK customers only.
Is there a way to make this work?
Thanks
If you create your own Dynamic Pages for products you can using Wix Code get the IP Address of the visitor, check the region they come from and restrict the pages after checking the country the visitor come from. There are many open APIs that offer this information as JSON back to your code and a lot of sample of how to consume JSON based returned content using getJSON or fetch in Wix Code.
Thanks Andreas,
Is it possible to do the following:
Have separate shipping options per product i.e. I want our hire store products to be store collection only.
Thanks,
…