/mnt/web601/b3/14/57451114/htdocs/httpdocs/inc/xtc_add_tax.inc.php
<?php
/* -----------------------------------------------------------------------------------------
   $Id: xtc_add_tax.inc.php 899 2005-04-29 02:40:57Z hhgag $

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2003 XT-Commerce
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2003	 nextcommerce (xtc_add_tax.inc.php,v 1.4 2003/08/24); www.nextcommerce.org 

   Released under the GNU General Public License
   ---------------------------------------------------------------------------------------*/
   
function xtc_add_tax($price, $tax) 
	{ 
	  $price=$price+$price/100*$tax;
	  return $price;
	  }
 ?>

Unexpected error occurred...

Class "main_ORIGIN" not found