View Single Post
  #9 (permalink)  
Old 09-23-09, 11:25 PM
ruteckycs's Avatar
ruteckycs ruteckycs is offline
Coding Addict
 
Join Date: Jul 2009
Posts: 377
Thanks: 6
Thanked 10 Times in 10 Posts
When the price data is read from the database then you need only apply the modifier. I would save the modifiers in a flat file though so you can easily update them later.

This is a fairly simple job though I can not give you exact code because I do not know the variables used in your current script.

You will have to make a form that accepts the currency input,
then set a variable based on the selection
then retrieve the modifier
then apply it to the price.
__________________
This post was created with 100% recycled electrons.
Reply With Quote