Thread
:
Currency display problem
View Single Post
June 5th, 2008, 07:13 PM
#
2
(
permalink
)
dontom
Member
Verified Customer
Join Date: Oct 2002
Location: Germany
Posts: 258
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
View Public Profile
Visit dontom's homepage!
Find More Posts by dontom