Magento – How to show product total price calculation in Magento cart

PHPshopping-cart

I'm having problems trying to show the product full total price in Magento, and by product total price I mean full product price without the discount; the price has to be multiplied for each product quantity added to the cart, and custom options additional price should be added as well. Which files should I edit in Magento? is it possible to show the product discount inside the cart (amount that varies with the amount of ordered products)?
Thanks

Edit:

screenshot

In the blue rectangle it shows the regular price, which should be regular price X 2 (since product quantity is 2) with added 122€ as chosen in product special options. Instead now it shows regular price with discount applied and for only 1 product, without special option added.

Best Answer

The product page will only ever show the how much a single product costs, but this will include customisations to that product as you select them (if they cost anything). The cart will show a price for a single productm but also show a subtotal being the cost of whatever quantity you have selected at whatever price that product was (be there a discount or none).

The long and short of it is this should all happen out of the box, if you are not seeing it it's probably due to customisations to your store.