VbzCart/docs/pieces/checkout/page 2: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle (Created page with "==Notes== ===2018-09-17=== For some reason, the <code>CaptureBilling()</code> form capture function for page 2 was in <code>vcPageCkout</code> instead of in <code> vcPageConte...") |
m (Woozle moved page VbzCart/VbzCart/pieces/checkout/page 2 to VbzCart/docs/pieces/checkout/page 2 without leaving a redirect: correct naming (was no way to import directly to this name)) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
This shows the general layout of the Payment page: | |||
[[File:2019-08-29.screenshot.VBZ checkout page 2.png]] | |||
==Notes== | ==Notes== | ||
===2018-09-17=== | ===2018-09-17=== | ||
Latest revision as of 01:53, 25 February 2024
This shows the general layout of the Payment page:
Notes
2018-09-17
For some reason, the CaptureBilling() form capture function for page 2 was in vcPageCkout instead of in vcPageContent_ckout with the others. I've moved it.
The function in turn calls $this->CartRecord()->CaptureBillingPage(); I don't yet know if that will stay the same.
