Sam Bell

Results 26 comments of Sam Bell

Thanks @GeorgeFlorian, I was tearing my hair out with this one. It works for me too 🙏

I’ve been able to replicate inability to change currency. Any events created after changing the currency are fine but it does not retroactively change events that have already been set...

@jeremyquinton We may need to look at making both currency and tax per-event options. I have had another request just today for per-event taxes from people that hold events in...

We’re not very good at keeping the demo site up to date. It is probably very old. I will look at setting up some kind of CI from the master...

Now that we have a better foundation with the latest release we will be more comfortable testing and merging PRs. This one is on the list for review.

Attendize doesn't support this. Can you explain why a user might want to do this so that we can consider it as a future feature?

No, don't edit this file. The database.php file uses the variables from .env or the fallback value listed after it. Depending on what characters are in your password, sometimes with...

This is a legacy feature. Most browsers will no longer allow you to submit forms within an iframe now. The only way I can think of to get this to...

Yes, and they break out of the iframe as soon as you click add to cart.

:information_source: Laravel 7 upgraded to Symfony 5 which passes instances of the `Throwable` interface instead of `Exception` instances to core components like the `Exceptions\Handler`. Shift [automated this change](https://github.com/Attendize/Attendize/pull/778/commits/f90913e817386533d41dd8dbb0e62988dcdfd287?w=1). However, if...