View Single Post
  #9  
Old 06-19-2008, 06:39 AM
 
mikalou mikalou is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 71
 

Default Re: Add special handling charge to cart totals

Yes, I believe that would be possible. Although I haven't checked it myself, I think the variable for the shipping zone for the customer is "$customer_zone" which you would use in the conditional statement.

if ($customer_zone == 122)
$handling_fee = 20.0;
__________________
X-Cart Gold 4.2.2 - 3.1.19
Reply With Quote