Vendor Want To Sell Only In Selected Countries

If a Vendor want to sell only in selected countries (like is US and UK only), how he can do that

Sent from my LND-L29 using Tapatalk

You would need to create a custom addon that:

- Added ability to specify countries for a vendor (on a vendor by vendor basis - no selection means all countries)

- Modified what's returned from fn_get_products() using the 'get_products' hook that would capture the user's country and then exclude those products where that country has been selected above for the specific vendor.

Note that you would rely on the browser's concept of 'origin' until a 'shipping address' is entered. Hence a product could show and then not show once a shipping address overrides the browser location info.

Ok. So can you help

Sent from my LND-L29 using Tapatalk