It still says only "free" because the site adds a 0 even if you leave it blank. Does anyone know what they did to fix it so I could fix it for my 2.2.3?
I've been having to manually correct prices because it's changing to "0" prices left blank, and it's publishing them as "Free", which causes A LOT of confusion!!!
How can I stop this "null" turning into "0"?
I checked Jay's link, but both lines highlighted are as he mentioned in his post, and I'm still getting the problem:
oc-includes/osclass/installer/struct.sql:
207 i_price BIGINT(20) NULL,
/oc-includes/osclass/ItemActions.php
1074 $aItem['price'] = (Params::getParam('price') != '') ? Params::getParam('price') : null;
Any ideas on how to fix the automatic conversion of NULL to "0" when posting a new ad?