Quote Originally Posted by micmed View Post
This is what I ended up doing and it has worked flawlessly for me.

Editing easypopulate.php - Everywhere that I found a line with "v_products_price" in it I made a duplicate of that line just below it changing "price" to "msrp".

In my SQL file I opened the "products" table and added a field called "products_msrp" just below "products_price" using the same parameters.

I modified the CSS a bit and ended up with what you can see on my site now. I am very happy with the mod.

Kudos to all who gave tips for this and a BUNCH of other stuff that I could not have done without help from the folks who hang out here.
I did as you said although I didn't duplicate every single "product_price" line as it appears some of them relate to specials and perhaps other things? I did duplicate the ones that seem to relate to froogle although this may result in a bug when using the froogle feature? I have successfully downloaded and uploaded a msrp value using Easy Populate CSV. If anyone would like to see the file in question easypopulate.php please PM me and I'll email it to you.