an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Order Total multiply by a fixed factor based on...
Last Post 6/24/2009 10:11:10 AM By Bahram. 0 replies.
6/24/2009 10:11:10 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Order Total multiply by a fixed factor based on the country
 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,