How to show product total price calculation in Magento cart - php

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.

Related

Show product variation as single product in woocommerce

I have a woocommerce shop with 3 products (rolling lawns). These products have many different pricing configurations based on geolocation (for delivery) of the customer and quantity(meters) selected. So for all the different quantity levels (below 60 meters, below 100 meters,...) and the zip code I have a product variation for this product with its own price. Now a requirement is that on a specific page I have to show, based on the input of zip code and quantity, a product which the user can add to cart. The price has to adapt to the input of course, thats why I want to use the variation which has the price per meter and multiply it with the quantity. I cannot figure out how to display the needed variation as a product where the customer can click "add to cart". Is this possible? Or have I failed the topic and should solve this a total other way and not with variations?

How adding custom price to download price?

I need to adding custom price with custom meta to EDD download item price.If my item price is $50 and custom price is $5 so :
The final price should be $55 which added to cart.
In getting meta and displaying it i have no problem but how can adding it to default item price for making a final price that user will pay it ?

Magento get final price with Cart discount

I am working with cross-selling on my shopping cart page.
I have two products: #001 and #002.
Currently, if product #001 is in the cart, the upsell will display a message about #002.
I would like to get #002's finalPrice-(cart rules), so that the price is displayed with the discount, based on the fact that product #001 is in the cart.
How can I subtract the cart discount given on #002?
Currently, with getFinalPrice(), the full price "499,-" is displayed, even though #001 is added to the cart, and has rules that tells #002 to have 50% discount.

How to add quantity based product prices in Prestashop?

How to add quantity based product prices in Prestashop?. for example there is a product and price depends on the quantity. So if the product is "Honey" and quantity is 100gms its 20$ and if its 200gms then its 18$ etc.
And also how to import these data?
On product editing page, go to "prices tab" and then bellow to "specific prices".
-> There you can add a new specific price and specify the minimum quantity to get this price.
You have to create a specific price for each discount quantity.

Apply magento shoping cart rule to 4 different items only

I have a store where i would like to give 20% discount to some products if a specific product is added.
Example:
I have 8 products A,B,C,D,E,F,G,H
and users selects all the products I only want to give discount on A,B,D,E.
How this can be done using shopping cart rule magento?
With Shopping cart price rules you can apply discount for specific products using product's SKU
This link will help (section X% off specific products)

Categories