Store MSRP and the "stores" cost in the database

Say i have a saw i sell for $100. The MSRP is $150, and my cost is $75. Is there a way to add this to the product?



Only thing i can think of is use the “List price” as my Cost and just hide it from the front end.



Any suggestions?

Add a field in your database, to table cscart_product_descriptions (like cost decimal(12,2))



Then in /skins/(your skin)/admin/products_pages/products_update.tpl around line 85, add this:


```php

{$lang.cost} ({$currencies.$primary_currency.symbol}) :



```

Make sure to add "cost" to your languages in the backend.

do u have like a tutorial from like step 1 to last… i have no idea on design and programming… so if you could please help me out… thanks

Use bossman’s suggestion and with this additional step:



Change the language variable “list_price” to “MSRP” or “Mfg Sugg. Retail Price” or something of the sort.

[quote name=‘kandip’]do u have like a tutorial from like step 1 to last… i have no idea on design and programming… so if you could please help me out… thanks[/QUOTE]



Do you still need help with this?

[quote name=‘bossman’]Do you still need help with this?[/quote]



Yes bossman, if you got this working, and dont mind helping me out… thanks in advance