View Single Post
Old June 5th, 2008, 07:13 PM   #2 (permalink)
dontom
Member
Verified Customer
 
Join Date: Oct 2002
Location: Germany
Posts: 258
Send a message via ICQ to dontom
Found it
PP added an new column "currency" in the products table and added the value USD everywhere

I fixed it by doing this:
update pp_products set currency = "EUR"
dontom is offline   Reply With Quote