Quote Originally Posted by micmed View Post
Okay, I got it installed and working thanks to the posters here. Now I want to be able to fill the MSRP field using Easy Populate. I set up a column in my .csv file that matches the database field name but no data shows up in ZC when I upload the file. I get no errors.
I can manually enter a price and then it shows up okay on the product info page. Here is the one that I entered manually.
http://www.thecablestation.com/index...oducts_id=4936

As you can see it is working, I just don't want to have to add 5000+ the hard way.
I want to do the same thing. I just loaded 7,000 products with easy populate and dread going into each one for MSRP price. If you go to the easy populate thread I asked the same question.

http://www.zen-cart.com/forum/showth...0&goto=newpost

Here is the answer I received.

I am unfamiliar with the Dual Pricing Mod. If this mod directly changes the products database, then you can easily change Easy Populate the handle this added field. I am unfortunately (or should that be fortunately?!) involved in a large print project and 2 full eCommerce projects, so I don't have time to do this for you

But, this is what you need to do. If the Mod had an SQL patch, take a look at it. Did it update the products database? If so, what fields did it add? Open up easypopulate.php, and search on v_products_price. At each line reference (doing a search), add your new field, say "v_products_price_w"

Also note that the new CSV version is not quite the same as the TAB delimited version.

Wish I had time to help more, but just too busy... But this is not hard to do. Just make sure you BACKUP your databases first!

-cj


I am not good at looking at code and trying to figure out. If you are --- help would be greatly appreciated. I do not know the code where to put it. If I am not mistaken...I am using the tab delimited version.

Kim