Support Forums - Classified Ads Script Osclass

General osclass questions => General discussion => Topic started by: atba on October 05, 2021, 01:25:03 PM

Title: "Check with seller" instead of "Free"
Post by: atba on October 05, 2021, 01:25:03 PM
Currently, Osclass 4.1.1. There is no need and no possibility to upgrade to a more recent version. Couldn't find the changes on my own. Help solve the Fixed item price function problem, where 0 price was processed as "Check with seller" instead of "Free". How to fix this problem? Or at least tell me which file to watch.
Title: Re: "Check with seller" instead of "Free"
Post by: MB Themes on October 05, 2021, 03:52:48 PM
Who should remeber that?  ::)
Title: Re: "Check with seller" instead of "Free"
Post by: atba on October 05, 2021, 04:12:00 PM
You certainly do, since you don't want to generate competitors. For osclass also once also began to respond, and we all know how it ended)
Title: Re: "Check with seller" instead of "Free"
Post by: MB Themes on October 05, 2021, 04:29:04 PM
It might be updated year ago or so, who would remember that.
But I would tip file you ade looking for could be ItenActions.php 8)
Title: Re: "Check with seller" instead of "Free"
Post by: atba on October 05, 2021, 09:09:41 PM
Another thing) I'll try to look more closely
Title: Re: "Check with seller" instead of "Free"
Post by: atba on October 05, 2021, 09:29:54 PM
It might be updated year ago or so, who would remember that.
But I would tip file you ade looking for could be ItenActions.php 8)
Excellent. And you said you don't remember. ;)

$aItem[ 'price' ]    = Params::getParam('price') === '' ? null : Params::getParam('price');   // update 420, Params::getParam('price') ? : null;

Thanks for the help, keep it up!
Title: Re: "Check with seller" instead of "Free"
Post by: MB Themes on October 05, 2021, 09:46:16 PM
Cool  :P