Josh Crawford

Results 1487 comments of Josh Crawford

The tricky part is that we're pretty limited with extending the order detail view, due to Commerce using Vue for that, but I'll look into some options. At the very...

Added in [3.0.0-beta.3](https://github.com/verbb/events/releases/tag/3.0.0-beta.3).

Seems to work for me using JSON data. ```json [ { "title": "Feed Me Test", "tickets": [ { "type": 158, "price": 11, "quantity": 9999 } ] } ] ``` Note...

Fixed for the next release. To get this early, run `composer require verbb/events:"dev-craft-4 as 2.0.5"`.

Fixed in [2.0.6](https://github.com/verbb/events/releases/tag/2.0.6)

Tickets aren't setup with dimensions or weight so they shouldn't be factored into shipping rules. In fact, we specifically say that [they're not shippable](https://github.com/verbb/events/blob/135bae8094f264026d2fc6268e7b4071b56c13be/src/elements/Ticket.php#L691). What are you shipping rules and...

Just to be clear, I meant that you should disallow the shipping category in your shipping method. So here I have a $10 flat rate shipping method, and I have...

Okay, I can see you've set up everything correctly, and I've replicated that on my end. It's indeed not working. Unfortunately, it looks like this might be a Commerce issue,...

@pbmills Was that through their support system (email), Discord or GitHub? If email, please cc me into the conversation with them! I'll reach out to them regardless about it