haunter Posted December 13, 2012 Share Posted December 13, 2012 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 More sharing options...
Vincent Augagneur Posted January 2, 2013 Share Posted January 2, 2013 Hi, Sorry for the delay but i fix this bug on GitHub. https://github.com/PrestaShop/PrestaShop/commit/f7754045fbc246835001cba8a9230447eba1d53f Regards 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now