Price Format
Posted: 02 Jul 2013, 23:08
Where and how can I change the price format from #######.00 £ to £ #######.00, meaning putting the currency in front rather than at back of price.
Discussion of company’s products and Yii framework
https://monoray.net/forum/
return $this->getCurrency().' '.$this->setPretty($price).' '.self::getPriceName($this->price_type);