My client sells puppies and would like to include an age calculation for each dog.
I found a simple javascript that will do this, I just don't understand how to pull Variables out of the Xcart Database to make it work.
http://www.javascriptkit.com/script/script2/calculateage.shtml
I figured I'd have to create some extra fields, so I made
Birth Month = Birth_M
Birth Day = Birth_D
Birth Year = Birth_Y
Anyone know how to do this right so that it goes on the details and the product list page?
Thanks For your help....