- Dec 1, 2018
- 24,089
- 27,345
- 120
I'm currently working on a site that will sell virtual downloadable products.
I've got an XML file with all the product data that I'm using WP All Import with its Woocommerce addon to import all the products.
The problem is that the downloadable files will be served from an Amazon S3 bucket. I've got the Woocommerce Amazon S3 Storage plugin installed to facilitate this. However WP All Import expects to import the file itself to the local server rather than create a placeholder for the download link which is what I need.
Any ideas how to get around this?
I've got an XML file with all the product data that I'm using WP All Import with its Woocommerce addon to import all the products.
The problem is that the downloadable files will be served from an Amazon S3 bucket. I've got the Woocommerce Amazon S3 Storage plugin installed to facilitate this. However WP All Import expects to import the file itself to the local server rather than create a placeholder for the download link which is what I need.
Any ideas how to get around this?