error 503 appears after submitting the coupon code in shopping cart. The massage will be shown: "Service Unavailable".
vm 2
j2.5
vm 2
j2.5
<?php
$this->vmcart->getCartPrices(); // triggers taxbill tax
?>
<?php
if (version_compare($this->vmversion, '2.0.16', '>=')) $this->vmcart->getCartPrices(); // triggers taxbill tax
?>