Jump to content

[SOLVED] Wrong currency in product specific prices administration


Recommended Posts

Hi, just a little bug fix.

When you have more specific prices for more currencies, in product->prices is showing after fixed price always only one currency.

 

For fix replace around row 3074 in AdminProductsController:

$fixed_price = ($price == Tools::ps_round($obj->price, 2) || $specific_price['price'] == -1) ? '--' : Tools::displayPrice($price);

 

$fixed_price = ($price == Tools::ps_round($obj->price, 2) || $specific_price['price'] == -1) ? '--' : Tools::displayPrice($price,$current_specific_currency);

 

i will report that as a bug too..

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...