View Single Post
  #4  
Old 03-13-2016, 11:30 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: X-Cart offline payment method

You should look into creating a custom payment method extended from \XLite\Model\Payment\Processor\Offline and use \XLite\Model\Payment\Processor\Check as an example (if you want some data to be entered by customers during checkout).

I believe you should add the extra order fields that will store the data, fill the fields from your offline payment method processor and display the fields in invoices with the help of @ListChild directive.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote