Osclass forums
Support forums => Plugins => Plugin Payments => Topic started by: Sudo on March 05, 2017, 02:38:57 am
-
Hi,
When user goes to page to post an item, with the plugin it adds 'highlight' and 'premium' options.
There is a check box to add these options to listing. Box is unchecked by default, I would like
to have checked by default, so user has to uncheck if they dont want to add premium features.
I cannot find this form in the code. Can you help?
Thanks in advance!!
Robert
-
Is there any update on this?
Thanks in advance!!!
-Robert
-
In oc-content/plugins/payments_pro/user/item_edit.php
lines 14 (for premiums) and line 30 (for highlight), look for
<input type="checkbox"
change it to
<input type="checkbox" checked="checked"
-
Thank you!!!