I`ve followed the instructions written here on this topic:
viewtopic.php?t=6696
I`ve found those files in different places as i`m using 2032 version but i followed the same steps.
I`ve replaced all the places where there is "bank transfer" or "bank_transfer" with "payoneer transfer". But I receive this message when I`m trying to complete the checkout: http://prntscr.com/oclkek
Then i replaced also everywhere its written "bank" with "payoneer" in all the files, but still facing the same error.
For example in these places it was written:
Code: Select all
<button type="submit" form="form-bank-transfer" data-toggle="tooltip" title="<?php echo $button_save; ?>" class="btn btn-primary"><i class="fa fa-save"></i></button>
<?php echo $entry_bank; ?>
$_['entry_bank']
$data['entry_bank'] = $this->language->get('entry_bank');