How to add VAT Tax Price in Grand total on cart page in magento? - magento-1.6

I have add VAT Tax display and add in Grand Total Price on cart page .
So, how is it possible in magento?
If you have any idea about it then suggest to me.
Thanks

Related

Enable Voucher in Product Page and Display Quantity Selected Price

I am trying to check if it is possible to have the following in Shopify :
Enable Voucher in product page - Customers will insert a voucher to display a reduced price
Each product can have a separate voucher
Upon the insertion of voucher, it will display a slashed price in
product page
The product page will display the total price for quantities selected
The products will be reflected with discounted price in cart/checkout page
Additionally, the prices should be displayed before customer adds it to cart. I have several apps but it does not meet the requirement. Hoping if anyone can assist further.

Give different discounts for each product on Stripe Checkout

I'm trying to give different discounts "20% Off" and "10% Off" for each product "T-shirt" and "Shoes" respectively on Stripe Checkout but I could only find "discounts" parameter which will give only one same discount to all products:
Are there any ways to give different discounts for each product on Stripe Checkout?
When creating a Checkout Session you can only set a maximum of one coupon. So it won't be possible to apply a 20% discount for one product and a 30% discount for another product.
One workaround could be to:
Compute on your end the total amount to discount, for example $20
Dynamically create a coupon for $20
Then pass that coupon when creating the Checkout Session

Shipping Fees are being multiplied by every product in the cart

In my Prestashop 1.7.5 store I have some products with Shipping Fees, they all have the same additional fee (12.00).
I noticed that for each product with Shipping Fees that is added to the cart, instead of using a fixed shipping of 12.00, its being multiplied by all the products with that additional fee:
Product 1
Product 2
Product 3
Shipping Total: 36,00
This is not the intended result, it should be 12.00 for all the products.
How can I solve this issue? Is is there any Prestashop setting that I'm missing?
This is working as it should. Shipping fee is added for each product. It's not aggregated. You can't do what you want with PrestaShop. Probably there are some modules to do it.
Other thing that you could try is to create a new carrier and set higher fees, only for these products.

Force specific price in cart

In certain conditions, I would like to force a specific price for a given product in a cart in Prestashop ?
How can I interact with the customer's cart and give him a product discount programmatically ?
Assign specific price to certain customers group
Add customer to this group
or
Generate on the fly certain cart rule (coupon code) and assign it to the cart

Opencart invoice not showing MRP?

Opencart Invoice is not shwoing MRP it only choose minmum price between MRP and Special Price and display as Price in Invoice. Can any body please tell me how to do MRP Implementation in Invoice.
Thanks In Advace