Closed lukeholder closed 4 years ago
Ticket Purchasables are marked as having free shipping as well as non-shippable:
See code here: https://github.com/verbb/events/blob/craft-3/src/elements/Ticket.php#L617-L630
This means that shipping cost rules can not be applied to them, even though there is support for shipping categories for ticket types. You may want to document that shipping costs can not be added to tickets.
Thanks for the heads-up here, I didn't realise the free shipping function would have that effect. Updated in 1.2.0
Description
Ticket Purchasables are marked as having free shipping as well as non-shippable:
See code here: https://github.com/verbb/events/blob/craft-3/src/elements/Ticket.php#L617-L630
This means that shipping cost rules can not be applied to them, even though there is support for shipping categories for ticket types. You may want to document that shipping costs can not be added to tickets.