|  Hi Luke,   I need to multiply order total by a factor ( currency rate ) for at least two countries ( Europe and Canada )   Suppose factorer are constants provided by me. What is the code for doing this based on the Country of the customer.    if country = Canada then OrderTotal *= FACTOR   Do I need Core Components?   Actually I can do it in current code. but I need to address this issue:       Thanks,     |