Closed mihaijoldis closed 7 years ago
Assuming your store is in USD and for a product you add another currency price then on the product page the extra currency shows in USD instead of the set currency
Fix that works for my test is on this line https://github.com/wp-e-commerce/WP-e-Commerce/blob/branch-3.12.0/wpsc-includes/processing.functions.php#L45
Change $currency_type to $query['isocode']
$currency_type
$query['isocode']
Assuming your store is in USD and for a product you add another currency price then on the product page the extra currency shows in USD instead of the set currency
Fix that works for my test is on this line https://github.com/wp-e-commerce/WP-e-Commerce/blob/branch-3.12.0/wpsc-includes/processing.functions.php#L45
Change
$currency_type
to$query['isocode']