-
Notifications
You must be signed in to change notification settings - Fork 3
uStoreProvider services orders
- Orders
-
Represent the orders logic and API in the system
-
CartIndicatorModel :
Object -
Provides information about the cart items count.
-
UserOrdersSummaryModel :
Object -
Provides a user's summary of orders.
Represent the orders logic and API in the system
Kind: global class
orders.loadUserOrdersSummary() ⇒ UserOrdersSummaryModel | null
Set state.userOrdersSummary with the summary of the orders of the currently logged in user.
Kind: instance method of Orders
Returns: UserOrdersSummaryModel | null - - if the store require order approval then the summary else null
orders.loadCartItemsCount() ⇒ CartIndicatorModel
Set state.cartItemsCount information about the cart items count.
Kind: instance method of Orders
Returns: CartIndicatorModel - Returns the cart items count.
Provides information about the cart items count.
Kind: global typedef
Properties
| Name | Type | Description |
|---|---|---|
| ItemsCount | number |
The total number of items in the cart. |
Provides a user's summary of orders.
Kind: global typedef
Properties
| Name | Type | Description |
|---|---|---|
| RejectedOrderCount | number |
The number of rejected orders of the user. |
| PendingApprovalOrderCount | number |
The number of orders pending for approval by the user. |
uStore NG Themes
uStore NG Extensibility
Theme customization overview
Editing CSS variables
Editing the CSS
Migration from Legacy to NG
Theme development overview
Getting started
Theme file structure
Publishing the theme
Upgrading a Custom Theme
Editing HTML content
Adding a new page
Adding assets
Adding a component
Customizing a skin
Modifying CSS variables
Editing fonts
Adding JavaScript
uStore library
Working with REST API
Accessing uStore data
Managing custom state
Working with localizations
General services
Adding an external package
Customizing the Theme Editor
Theme tips and tricks
uStoreProvider Reference
Tax Webhook
Order Approval Webhook
Manufacturer Webhook
Widgets
Cart Export Webhook
Input Control Development Guide
Using uStore as a web component