ShippingService
This service class contains functions related to shipping profiles.
All public functions are available in the Twig template renderer.
Methods
public __construct($checkout)
ShippingService constructor.
Type |
Name |
Description |
|
public setShippingProfileId($shippingProfileId)
Set the id of the current shipping profile
Type |
Name |
Description |
|
A shipping profile id |
public getMaxDeliveryDays():array
Return an array of shipping profile ids as keys and max delivery days as values
Thank you for your feedback!