"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

VAT

Author Message

Vincent Saulnier

Tuesday 17 December 2002 6:47:26 am

In Quebec (Canada) there are two taxes.
One on top of the other (TVQ over TPS).

Exemple :

$priceTPS= $subTotalPrice*$TPS/100;
$priceTVQ= ($subTotalPrice+$priceTPS)*$TVQ/100;
$TotalPrive = $subTotalPrice + $priceTPS + $priceTVQ

Do you think you will support this kind of tax calculation in the near future?