TaxGroupId() == 3 && $this->customer->getCustTaxID1()) || ($guest_tax == 3 && $guest_taxid1))) { // madimar mod end foreach ($tax_rates as $tax_rate) { if (isset($tax_rate_data[$tax_rate['tax_rate_id']])) { $amount = $tax_rate_data[$tax_rate['tax_rate_id']]['amount']; } else { $amount = 0; } if ($tax_rate['type'] == 'F') { $amount += $tax_rate['rate']; } elseif ($tax_rate['type'] == 'P') { $amount += ($value / 100 * $tax_rate['rate']); } $tax_rate_data[$tax_rate['tax_rate_id']] = array( 'tax_rate_id' => $tax_rate['tax_rate_id'], 'name' => $tax_rate['name'], 'type' => $tax_rate['type'], 'amount' => $amount ); } // madimar mod } // madimar mod end return $tax_rate_data; } public function has($tax_class_id) { return isset($this->taxes[$tax_class_id]); } } ?>Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /web/htdocs/www.prandiservice.com/home/vqmod/vqcache/vq2-system_library_tax.php:37) in /web/htdocs/www.prandiservice.com/home/system/library/session.php on line 11Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /web/htdocs/www.prandiservice.com/home/vqmod/vqcache/vq2-system_library_tax.php:37) in /web/htdocs/www.prandiservice.com/home/system/library/session.php on line 11Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.prandiservice.com/home/vqmod/vqcache/vq2-system_library_tax.php:37) in /web/htdocs/www.prandiservice.com/home/index.php on line 236Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.prandiservice.com/home/vqmod/vqcache/vq2-system_library_tax.php:37) in /web/htdocs/www.prandiservice.com/home/system/library/currency.php on line 45
Fatal error: Class 'Tax' not found in /web/htdocs/www.prandiservice.com/home/index.php on line 266