Author Topic: Generating the page on which to enter payment details  (Read 617 times)

Offline limessl

  • Sr. Member
  • ****
  • Posts: 82
    • View Profile
Generating the page on which to enter payment details
« on: 14/June/2010, 04:25:52 PM »
I've got a gateway installed so that people can pay on my own site rather than being redirected. I was wondering whether the generation of the details on that page was something done by the gateway or by the core nbill software?

I want to redesign the page a bit but I cannot locate the source of the code for the page.

Offline netshine

  • Administrator
  • Hero Member
  • *****
  • Posts: 4,952
    • View Profile
Re: Generating the page on which to enter payment details
« Reply #1 on: 14/June/2010, 04:29:21 PM »
The core nBill software does not contain any code to render pages that prompt for card details. You did not say which gateway you are using, but generally gateways either include their own payment page code, or redirect to the payment service provider to use their payment page (which can often be customised by a template that you can upload).

Offline limessl

  • Sr. Member
  • ****
  • Posts: 82
    • View Profile
Re: Generating the page on which to enter payment details
« Reply #2 on: 14/June/2010, 05:13:37 PM »
It's the HSBC gateway from OSDCS. I've had a look in the file hsbc.php but I cannot get any indication of quite how it's creating any HTML!

Offline netshine

  • Administrator
  • Hero Member
  • *****
  • Posts: 4,952
    • View Profile
Re: Generating the page on which to enter payment details
« Reply #3 on: 14/June/2010, 07:13:23 PM »
Sorry, you would need to ask OSDCS as I have no idea about the workings of their gateways.