CalculateSaleProductShippingAmountEvent
extends Event
in package
The mz.sale.products.calculate.shipping.amount event is dispatched each time an order is shipped in the system.
Table of Contents
Constants
- NAME = 'mz.sale.products.calculate.shipping.amount'
Properties
- $product : Product
- $sale : Sale
- $shippingMethod : mixed
Methods
- __construct() : mixed
- getProduct() : mixed
- getSale() : mixed
- getShippingMethod() : mixed
Constants
NAME
public
mixed
NAME
= 'mz.sale.products.calculate.shipping.amount'
Properties
$product
private
Product
$product
$sale
private
Sale
$sale
$shippingMethod
private
mixed
$shippingMethod
Tags
Methods
__construct()
public
__construct(mixed $product, mixed $sale, mixed $shippingMethod) : mixed
Parameters
- $product : mixed
- $sale : mixed
- $shippingMethod : mixed
getProduct()
public
getProduct() : mixed
getSale()
public
getSale() : mixed
getShippingMethod()
public
getShippingMethod() : mixed