Forums
Forums / Plugin: WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets / fix zero
(@ethem56)
7 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)
Hi @ethem56
You can use a PHP function for this: http://www.wpallimport.com/documentation/developers/execute-php/. Example:
[number_format( {price[1]}, 2 )]
The topic ‘fix zero’ is closed to new replies.