Hello, I have a product field with the value set to a dollar amount without a dollar sign. Another field is set to display or not depending on the first selection. Well from what I've figured out, since two of the items have 100 for the value, the second field can't differentiate between the two.
The reason I have 100 in the value is that I'm passing it to a form that autosubmits to Google checkout using the the product value. If I try to send the Price in the parameter it adds a $ which Google Checkout isn't liking.
So is there a way to send the price as a parameter without the dollar sign?