BaseShippingMethod
in package
implements
ShippingMethodInterface
AbstractYes
Table of Contents
Interfaces
Methods
- isActive() : bool
- isApplicable() : bool
- showEvenIfNotCheapest() : bool
- this function is used to determine if applicable shipping method must be shown even if another which is cheaper is found
Methods
isActive()
public
isActive(Cart $cart) : bool
Parameters
- $cart : Cart
Return values
boolisApplicable()
public
isApplicable(Cart $cart) : bool
Parameters
- $cart : Cart
Return values
boolshowEvenIfNotCheapest()
this function is used to determine if applicable shipping method must be shown even if another which is cheaper is found
public
showEvenIfNotCheapest() : bool