Post by lidorc14 » Sun Apr 26, 2015 5:35 am

hey everyone...
in version 2.0.2.0 when you try to do copy to recurring its delete hem..

so I fix it,
open this file:
upload/admin/view/template/catalog/recurring_list.tpl
found this line:

Code: Select all

<button type="submit" form="form-recurring" formaction="<?php echo $copy; ?>" data-toggle="tooltip"
 title="<?php echo $button_copy; ?>" class="btn btn-default"><i class="fa fa-copy"></i></button>
and replace with this line:

Code: Select all

<button type="button" data-toggle="tooltip" title="<?php echo $button_copy; ?>" class="btn btn-default"
 onclick="$('#form-recurring').attr('action', '<?php echo $copy; ?>').submit()"><i class="fa fa-copy"></i></button>
good luck :)

Newbie

Posts

Joined
Sun Apr 26, 2015 5:26 am
Who is online

Users browsing this forum: No registered users and 6 guests