diff --git a/app/Views/cart.php b/app/Views/cart.php index b98be0c..64da27e 100644 --- a/app/Views/cart.php +++ b/app/Views/cart.php @@ -50,7 +50,7 @@
Items (= $item_count; ?>) :
$= $amount; ?>
$
PST :
$= round($amount * $pst / 100 , 2); ?>
$
GST :
$= round($amount * $gst / 100 , 2); ?>
$