Sent to you email i have attached it here also for any one else
Printable View
Hi Lextechs - I was using Notepad++. But hey, ho - it is working now, that is the main thing.
I have this loaded on zencart 1.3.8a. Everything looks fine, but I'm having a problem. When my price is higher than the MSRP, the function is still showing. So when people just the page it's showing savings as a negative. So if my price is $4.00 and the MSRP is $3.75. It show my customer that they are saving $-0.25. I thought that is module was to show just my price if it was higher than the MSRP. Why is this showing up?
http://www.jhelectronics.com
lextechs, this worked to fix the problem if the MSRP is the same as my price, but it didn't fix it if my price was more than the MSRP.
Here is an example.
http://www.jhelectronics.com/4outlet...r-p-34060.html
I'm not sure I know where your talking about to do that.
I have NO sql and very little php knowledge, though I do manage to kludge my way through.
Building on the MSRP mod idea, I would like to add a couple of fields to the collect_info.php page. I want to add an entry for my cost and an entry for map (Minimum Advertised Price).
IE:
Products Price (Net): 10
Products MSRP: 15
Products MAP: 10
Our Cost: 5
Products Price (Gross):
Then I would like those new values saved into the products table under products_cost and products_map. I was able to create the fields in the DB. But now I don't know how to populate those fields.
Then in my categories list I want to display the cost price next to/under the current product price. This will help me in creating sales and specials without having to look through spreadsheets, web sites and catalogs to make sure I'm not pricing under my own costs.