Duncan McClean

Results 427 comments of Duncan McClean

Thanks for reporting! I'll take a look when I'm able.

I've fixed this issue for future projects. However, for existing projects, you'll need to change the handle of the "Shipping Method" field: * From: `shipping_method` * To: `data->shipping_method` This is...

If you know the fix for this, feel free to submit a PR and I can review & merge it. I'm currently only looking into show-stopping bugs while I [work...

Thanks a bunch for this PR. It's great and it's very much something I'd like to support in Simple Commerce at some point. However, I'm in the middle of a...

I'm going to keep this open so I don't forget about it. For now, you might be able to implement similar functionality in your own addon.

Thanks again for your contribution here. I've just finished working on Shipping for the next version of Simple Commerce. You'll be able to specify a "Tracking Number" & download a...

I don't have time to dig into this myself at the moment - I'm pretty focused on the [next version of Simple Commerce](https://duncanmcclean.com/future-of-simple-commerce). However, the issue will likely be here,...

Has this only just started happening recently or have you just built this and it's not working?

We don't usually recommend that you hijack our controllers like you have. 😄 Although, if you're able to reproduce the issue on a fresh site or provide access to the...

> But your hijacking comment made me wonder, what is the recommended way to take over the whole mailing, without hijacking Statamic's controllers and everything? I don't think we really...