class OrderFromExcelEventContainer

Class OrderFromExcelEventContainer is injected as order_from_excel.event_container. This container is connecting StoreManager manager to other services

Methods

__construct(ContainerInterface $container)

No description

float|int
getCurrencyRatio(string $current)

No description

float|int
doCartAction(Order $order, Product $product, mixed $action, mixed $qty, mixed $selectedAttributes)

No description

getCheckoutManager()

No description

getPAVbyCode(string $code)

No description

Details

at line 33
__construct(ContainerInterface $container)

Parameters

ContainerInterface $container

at line 43
float|int getCurrencyRatio(string $current)

Parameters

string $current

Return Value

float|int

at line 57
float|int doCartAction(Order $order, Product $product, mixed $action, mixed $qty, mixed $selectedAttributes)

Parameters

Order $order
Product $product
mixed $action
mixed $qty
mixed $selectedAttributes

Return Value

float|int

at line 66
CheckoutManager|object getCheckoutManager()

Return Value

CheckoutManager|object

at line 76
ProductAttributeValues getPAVbyCode(string $code)

Parameters

string $code

Return Value

ProductAttributeValues