- This topic has 1 reply, 2 voices, and was last updated 9 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › How to upload serial keys with products.csv?
I want to use CSV to upload about 500 products. They are pre-generated license keys, and I wand these to be uploaded with the CSV, but I cannot find a relevant field.
I followed some directions given by tipsandtricks to someone else, which was to go into PHPMyAdmin and check the wp_eStore_tbl of an existing product, and compare the information. However, this table does not show any of my keys for these products, so I am guessing that there is no way to upload serials by CSV.
Is there a way to upload license key type products with CSV?
That’s because the serial keys are contained in a different table. Since they are in a different table, you can’t upload them via the same CSV file, as your products. Hint: Take a look at the wp_eStore_products_meta_tbl table with phpMyAdmin and figure out for yourself how to accomplish what you want
The following tutorial should be helpful in learning PHPMyAdmin: