VirtueMart 1.1.x [ Old version - no longer supported ] > Products, Prices, Tax and Categories VM 1.1

Base price in Product details only,Base Price + Tax Amount + Sales price in cart

(1/2) > >>

jiapei100:

Hi, all:

How can I make VirtueMart in this way:

Only show Base Price in Product Details, while
show Base Price + Tax Amount + Sales Price in shopping cart?


Cheers
Pei

RevoLion:
What exactly are you asking? Can you be more specific, please?

MeanGreen7

mbittle:
I know what he's saying. I have the same question.

You have set up Virtuemart such that the tax is built into the price of a product. That is the European VAT model.

In other countries, Canada for example, the product price must by law be displayed separate from the tax.

So, how do we make the product price show just the product price in the online ordering system, and only at checkout will the tax be shown (as a separate line)? The tax would be the total tax for all the products.




mbittle:
I see that this question has been asked by many people over the years, but Virtuemart does not seem to have answered it.
 :(

joe_p:
hi all
I found this post and I have same problem,
I mean, I'd like show on details product only sales price and only on cart all prices (sales price, tax, discount, price before tax).

I changed  php code
from
echo $this->currencyDisplay->createPriceDiv('basePriceVariant','', $this->cart->pricesUnformatted[$pkey],false);
to
echo $this->cart->pricesUnformatted[$pkey]['basePriceVariant']

but I don't know how change VAT total field
echo "<span  class='priceColor2'>".$this->currencyDisplay->createPriceDiv('taxAmount','', $this->cart->pricesUnformatted,false)."</span>"

Can someone help me? (and I think many other people in the same situation)
Thanks in advance

Navigation

[0] Message Index

[#] Next page

Go to full version