Jump to the post that solved this thread.
Not Solved Error in couponcodes plugin
#1
Not Solved
I am getting this error couponcodes plugin

inc/plugins/couponcodes.php 568 DefaultForm->generate_yes_no_radio

and the in 568 line is

			$form_container->output_row($lang->couponcodes_used_only, $lang->couponcodes_used_only_desc, $form->generate_yes_no_radio('usedonly', 0, true, "", ""), 'usedonly');

please tell me how to fix it .
Reply
#2
Not Solved
aby help ?
Reply
#3
Not Solved
Your error is not visible.
Anyway, the 2 last arguments of generate_yes_no_radio must be arrays or nothing, not strings:
$form_container->output_row($lang->couponcodes_used_only, $lang->couponcodes_used_only_desc, $form->generate_yes_no_radio('usedonly', 0, true, [], []), 'usedonly');
or:
$form_container->output_row($lang->couponcodes_used_only, $lang->couponcodes_used_only_desc, $form->generate_yes_no_radio('usedonly', 0, true), 'usedonly');
Tchat en français
Do not ask me help through PM or Discord

Reply
#4
Not Solved
Thank you @crazycat , Error solved
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)