Bulk add download files
-
I have a downloadable product that I need to add around 300 download files to. It would take me hours to add each items’s name and URL. I have a bulk edit plugin but that still involves clicking each item and adding the information, then clicking the next item below it.
Is there any plugin that lets you copy a list of names and URLs and automatically generate the download files? Something similar to Bulkpress.
Alternatively, is there a way to do it through the database?
The download files are referenced in two tables in the database, wp_postmeta and wp_woocommerce_downloadable_product_permissions. Somewhere in the WooCommerce plugin a “download id” is generated for each download file. I tried entering manually generated numbers for download ids but it didn’t work. If I could figure out what numbers work, I could do it through the database.
Any ideas?
- The topic ‘Bulk add download files’ is closed to new replies.