Answer Posted / Deep Kumar Verma
In Magento, prices are formatted using the $priceHelper->currency()->formatTxt() method. Here's an example:n$price = $this->priceHelper->currency()->formatTxt($product->getPrice(), false);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers