I am using ALD – Dropshipping and Fulfillment for AliExpress and WooCommerce plugin. Is there any way to display all available shipping countries for a product, in Admin product list new column (I mean a column that contains list of all countries that are available for shipping in each product).
I tried a plugin named //Product Visibility by Country for WooCommerce// displays a column for countries, but the problem with this plugin is that you should add manually the available countries for each product.
I am asking if there is a function to display the countries that are already linked with each product.
In my case, I am using plugins to import data from different sources, and the products came automatically with the available shipping countries. So now, it is not easy to know which countries that are available for each product, I can only know by visiting the checkout page and do a manual check for each country.
I hope there is a function to display them in a column in the products list.
The shipping countries' data is imported from AliExpress using the plugin, To achieve the goal of displaying all available countries in a column, we must analyze all countries in each individual product page (because AliExpress has an individual page for each country) and filter which country is available and which country is unavailable, and generate the data. That will be complex and take more resources. However, You can use the code below the display the main shipping country that was chosen to import products, this code only displays one country and not all the available shipping countries.