Hi,
Nice improvement and I think these features should come with the next update of osclass
How to fixed osclass price support billion
1. go cpanel>> file manager>> public_html>> oc-includes>> osclass>> ItemActions.php
editing this code
((!osc_validate_max(number_format($aItem['price'],0,'',''), 15)) ? _m("Price too long.") . PHP_EOL : '' ) .
editing “15” with “20”
in this ItemActions.php have 2 must to editing
So we can type any price of Items that have billion price
Thanks