wp-e-commerce / WP-e-Commerce

WP eCommerce - The most popular independent eCommerce platform for WordPress
https://wpecommerce.org
GNU General Public License v2.0
215 stars 217 forks source link

Multiple currency display issue #2244

Closed mihaijoldis closed 7 years ago

mihaijoldis commented 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']