Osclass forums
Support forums => Suggestions => Topic started by: Dude on December 13, 2012, 01:40:20 pm
-
It would be cool to have a "Free" checkbox next to the price field on item-post.php
It does not need to be some fancy stuff that require to modify the db structure, it could simply be a JavaScript that places 0 in the field OnClick
By the way, I guess this must me super easy for the ones among you who have some JS skills, so don't hesitate to share some code
-
Found it myself
<input type="checkbox" onclick="document.getElementById('price').value ='0'" />Free
-
Hi Dude,
That is a great solution you found and it should work very well.
Jay