When I go to additional information, I see the attribute Cost as Cost <span class="price">Rs. 17,500.00</span> insteas of Cost -- Rs.17500
3 answers
You try to open lib\Zend\Locale\Data\en.xml file and remove red text:
1. Line 2562 <group>,</group>
2. Line 2598 <pattern>
I have made modifications as you said and now those lines appear as below:
Line 2562 <group></group>
Line 2598 <pattern>¤#,##0.;(¤#,##0.00)</pattern>
After edit them, I deleted all cache. but still not solved
2. Line 2598
Code:
<pattern>
This question is now closed