Page 1 of 1

Editing Payment Options

Posted: Sun Feb 26, 2017 1:23 am
by AllanR
Hi All,

Just working on setting up payment systems on my site. By default the user has the option of "PAYPAL" and "WIRE TRANSFER".

How do adjust the setting of the wire transfer option?

I assume its the _WIRE_INFO and _WIRE_PAYMENT_DETAILS from the missing translation keys?

Also is the method to disable the wire transfer option and only show paypal?

Re: Editing Payment Options

Posted: Sun Feb 26, 2017 1:39 am
by AllanR
Also is there away to show the order number on the transaction page so you can link payments to pending transactions?

Re: Editing Payment Options

Posted: Mon Feb 27, 2017 5:28 pm
by max
Hi Allan,
the keys you are looking for are all in the "Cart" module
_WIRE_INFO > it's the page title
_WIRE_PAYMENT > it's the title of the form of payment "wire payment"
_WIRE_PAYMENT_DETAILS > it's where you insert the info for the wire payment

etc.

Anyway, you can find them here: viewtopic.php?f=4&t=12557

Re: Editing Payment Options

Posted: Mon Feb 27, 2017 5:28 pm
by max
AllanR wrote:Also is there away to show the order number on the transaction page so you can link payments to pending transactions?
No, I am sorry, right now there is no way.