Pages
Provides page-related services and ensures required pages exist for BigCommerce integration.
- Full name: \BigCommerce\Container\Pages
- Parent class: Provider
Constants
| Constant | Visibility | Type | Value | 
|---|---|---|---|
| REQUIRED_PAGES | public | string | ’pages.required_pages’ | 
| CART_PAGE | public | string | ’pages.cart’ | 
| CHECKOUT_PAGE | public | string | ’pages.checkout’ | 
| CHECKOUT_COMPLETE_PAGE | public | string | ’pages.checkout.complete’ | 
| LOGIN_PAGE | public | string | ’pages.login’ | 
| REGISTRATION_PAGE | public | string | ’pages.register’ | 
| ACCOUNT_PAGE | public | string | ’pages.account’ | 
| ADDRESS_PAGE | public | string | ’pages.address’ | 
| ORDERS_PAGE | public | string | ’pages.orders’ | 
| GIFT_PURCHACE | public | string | ’pages.gift_certificate.purchase’ | 
| GIFT_BALANCE | public | string | ’pages.gift_certificate.balance’ | 
| SHIPPING_PAGE | public | string | ’pages.shipping_returns’ | 
| WISHLIST_USER | public | string | ’pages.wishlist.user’ | 
| WISHLIST_PUBLIC | public | string | ’pages.wishlist.public’ | 
Methods
register
Registers page-related services into the Pimple container.
public register(\Pimple\Container $container): voidParameters:
| Parameter | Type | Description | 
|---|---|---|
| $container | \Pimple\Container | The dependency injection container. | 
Automatically generated on 2025-01-21