View Single Post
  #2  
Old 01-26-2004, 08:17 AM
 
Gibberish Gibberish is offline
 

Senior Member
  
Join Date: Sep 2003
Posts: 182
 

Default

yes, find the function that creates the $cart_subtotal and find out what the variable name is of the root price before it does the calculations of adding discount and shipping. Then I would assume you would want to make internationl customers a diff usertype then other customers so you could put an if statement like {if $usertype eq "Iinternational"} Show regular price {else} show $cart_subtotal {/if}

Something like that. Hope that helps.

I'll look around for that variable. I am making a personal list variables made in xcart and what they do, I am new to all this as well and knowing what variables are named and what there function is would be a great help. I will post it on here for everyone once I get it a good size, unless there is already something like this available.
__________________
Gibberish
[Unix] X-Cart 4.0.12
Reply With Quote