Zen Follower
- Join Date:
- Oct 2007
- Posts:
- 132
- Plugin Contributions:
- 0
Easy Populate 1.2.5.4 support
credenscel:
well i'm back with more questions :mellow:
after geting the EP work i realized that it's setting all my product types as General Product. The products that i'm adding are done using Music Product. Is there a way to have EP upload things as a Music Product?
EP has no option for anything other than general type = 1
You have at least 3 choices here.
- Add a products_type column in your file and mod EP to update or insert the new column as required.
- If ALL your products are music you could use the Tools/Install SQL patches and enter
UPDATE products SET products_type = 2;
after each EP upload.
3. I noticed that products_type has a default of 1. Using myPHP admin, change the default for products_type to 2.
As always, TEST TEST TEST!!!
Jeff