Hello,

Background:
I read about writing nopCommerce plugins , MVC, Entity ... But due to time constraints need some tips.

I think it would be a good walk though for any new comer wanting to customize his interface.

Requirements:
I need to add a numeric value (kind of a discount) under the price of each product on the products listing pages.
I am using the theme: http://www.n-theme.com/p/67/electronics2_65

I would appreciate quick tips and hints about doing so:

1- How to add the Number in the HTML and the View part of the code, under the price

2- Recommended way to retrieve the data and setting it in the Number (how to do this in the Controller and Model)

3- How to add a field for this Number (discount) in the cart financial info. and add a subtotal

4- How do I compute the total of the purchase


Thanks,
Charbel