File

projects/congarevenuecloud/ecommerce/src/lib/modules/catalog/services/product-option.service.ts

Deprecated

This service is deprecated. Product options are individual products that users can select from when configuring a bundle.

Usage

```typescript import { ProductOptionComponentService } from '@congarevenuecloud/ecommerce'; constructor(private productOptionComponentService: ProductOptionComponentService) {} // or export class MyService extends AObjectService { private productOptionComponentService: ProductOptionComponentService = this.injector.get(ProductOptionComponentService); } ```

Description

Product options are individual products that users can select from when configuring a bundle.

Usage

Example :
import { ProductOptionComponentService } from '@congarevenuecloud/ecommerce';

constructor(private productOptionComponentService: ProductOptionComponentService) {}

// or

export class MyService extends AObjectService {
private productOptionComponentService: ProductOptionComponentService = this.injector.get(ProductOptionComponentService);
}

Extends

AObjectService

Index

Properties

Properties

Protected attributeGroupService
Type : ProductAttributeGroupService
Default value : this.injector.get(ProductAttributeGroupService)
Protected attributeService
Type : ProductAttributeService
Default value : this.injector.get(ProductAttributeService)
Protected cartItemService
Type : CartItemService
Default value : this.injector.get(CartItemService)
Protected orderLineItemService
Type : OrderLineItemService
Default value : this.injector.get(OrderLineItemService)
Protected pliService
Default value : this.injector.get(PriceListItemService)
Protected productService
Type : ProductService
Default value : this.injector.get(ProductService)
Protected quoteLineItemService
Type : QuoteLineItemService
Default value : this.injector.get(QuoteLineItemService)
type
Default value : ProductOptionComponent

results matching ""

    No results matching ""