View Single Post
  #4  
Old 09-06-2005, 09:00 AM
 
ronp ronp is offline
 

Advanced Member
  
Join Date: Feb 2003
Location: SE US
Posts: 30
 

Default Might Help

I am on an older version (3.51) but maybe it will help. I removed shipping in the minicart by opening shop/customer/minicart.php and simply changed
$MINICART["total_cost"] = $cart["total_cost"]; to
$MINICART["total_cost"] = ($cart["total_cost"] - $cart["shipping_cost"]);

Don't know if this will work in your version, but if not maybe it can give you a heads up in the right direction...
__________________
----------------------------------------------------
X-Cart 3.5.1
\"Heavily Modified\"
Win2000 Advanced Server/Apache 2.0.54 w/OpenSSL 0.9.7g
PHP 4.4.0/MySQL 4.1.14-nt
Reply With Quote