Back
Remote OK
Load previous page…
fix admin cannot unhighlight job post because I made it impossible for a company to UNhighlight a job post because they already paid for it, so if they’d unhighlight, then after they’d highlight again, it’d charge them again and total mayhem would ensue, and I have no system to log what they paid for before, so for now check if admin and allow to UNhighlight, if regular company don’t allow UNhighlight
#remoteok
fix admin cannot unsticky job post because I made it impossible for a company to UNsticky a job post because they already paid for it, so if they’d unsticky, then after they’d sticky again, it’d charge them again and total mayhem would ensue, and I have no system to log what they paid for before, so for now check if admin and allow to UNsticky, if regular company don’t allow UNsticky
#remoteok
fix when you post job and go to Stripe Checkout then click <- Back on Stripe Checkout and cancel you go back to the job post, it loads it from the db, but there was some bugs that made it not be exactly the same job post (like the brand color would be disabled) so it had a different price and it confused people
#remoteok
find out I’ve had if($bumpPrice>500) { $bumpPrice=500; } in auto bump script which has been limiting the bumpPrice for no other reason than that I thought that was a security limit in case price went wrong in 2014
#remoteok and it’s been keeping our revenue probably 30% lower for years F