VbzCart/v1/class/vcrShopCart: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "{{page/code/class}} * '''file''': {{l/version|file|cart/cart.shop.php}} * '''extends''': {{l/version|class|vcrCart}} * '''extended by''': {{l/version|class|vcrAdminCart}} Thi..." |
No edit summary |
||
| Line 3: | Line 3: | ||
* '''extends''': {{l/version|class|vcrCart}} | * '''extends''': {{l/version|class|vcrCart}} | ||
* '''extended by''': {{l/version|class|vcrAdminCart}} | * '''extended by''': {{l/version|class|vcrAdminCart}} | ||
* '''call chains''': | |||
** RenderBillingPage() (called by {{l/version|class|vcPageContent_ckout}} (2)) | |||
*** calls {{l/version|class|vcCartData_Buyer}}::RenderPayment() | |||
This is the customer-facing UI for the shopping cart. | This is the customer-facing UI for the shopping cart. | ||
Revision as of 13:32, 12 March 2019
{{#set:in project=VbzCart}}{{#set:thing type=VbzCart/class}}{{#set:class name=vcrShopCart}}{{#set:version=v1}}
- file: cart/cart.shop.php
- extends: vcrCart
- extended by: vcrAdminCart
- call chains:
- RenderBillingPage() (called by vcPageContent_ckout (2))
- calls vcCartData_Buyer::RenderPayment()
- RenderBillingPage() (called by vcPageContent_ckout (2))
This is the customer-facing UI for the shopping cart.
