Forums
Home / Plugin: Import any XML, CSV or Excel File to WordPress / fix zero
(@ethem56)
6 years ago
hello,
how to fix zero reduction on my products ?
for example : product 17,000 TL I want 17,00 TL
best regards thanks .
(@wpallimport)
5 years, 12 months ago
Hi @ethem56
You can use a PHP function for this: https://www.wpallimport.com/documentation/developers/execute-php/. Example:
[number_format( {price[1]}, 2 )]