ClassesBigCommerceContainerCheckout

Checkout

Handles the registration of checkout-related services and actions.

This class is responsible for registering the services related to the checkout process, such as displaying checkout requirements notices and handling customer login functionality during the checkout flow.

  • Full name: \BigCommerce\Container\Checkout
  • Parent class: Provider

Constants

ConstantVisibilityTypeValue
REQUIREMENTS_NOTICEpublic’checkout.requirements_notice’
LOGINpublic’checkout.customer_login’

Methods

register

Registers checkout-related services in the container.

public register(\Pimple\Container $container): mixed

This method is used to register the checkout services, including the requirements notice and customer login services, in the container.

Parameters:

ParameterTypeDescription
$container\Pimple\ContainerThe container to register the services in.


Automatically generated on 2025-01-21