new CustomerServiceView(params) → {module:views/CartView~CartView}
Adds customer, session, request, and customer service link information to the view.
Parameters:
Name | Type | Description |
---|---|---|
params |
Object |
The parameters to pass to the template for rendering. |
Returns:
A CustomerService view.
Extends
Methods
extend(prop) → {Object}
Create a new sub class
Parameters:
Name | Type | Description |
---|---|---|
prop |
Object |
An object defining the members of the sub class |
- Inherited From:
- Source:
Returns:
The sub class
- Type
- Object