ItemCrossSellingService
This service class contains functions that are related to cross selling of items.
All public functions are available in the Twig template renderer.
Namespace
IO\Services
Type | Name | Description |
---|---|---|
|
||
|
Methods
public __construct($sessionStorageRepository, $sortingHelper)
ItemLastSeenService constructor.
Type |
Name |
Description |
|
||
|
public setType($type)
Set the type of cross selling
Type |
Name |
Description |
|
Type of cross selling |
public getType():mixed
Get the type of cross selling
public setSorting($sorting)
Set the sorting for cross selling
Type |
Name |
Description |
|
Sorting type for cross selling |
public getSorting():string
Get the sorting for cross selling
Thank you for your feedback!