Nathaniel Hammond
Nathaniel Hammond
Hi All Thank you very much for the feedback, it is really appreciated. There are certain areas we can improve on in terms of documentation and functionality. Looking at the...
Just to riff on @erwstout reply for pausing vimeo videos. Make sure to include the [Vimeo player.js](https://github.com/vimeo/player.js) and then the following code should help you out. ``` js $( document...
Hi @bossanova808 Thank you for your great suggestion, this is something we will definitely take on board and look to get in, in the future. There are a few things...
Hi @bossanova808 Thank you for your report. I have created a user group with the permissions as you mentioned: I then logged in as that person, went to the order...
Hi @krizzzly Thank you for your message, do you have a full stack trace for this issue? If you go into the control panel and go to `/admin/edit/225995`, does the...
Closing this issue for now as it seems to be stale. If you have any further information please let us know and we can reopen the issue. Thanks!
Hi @benfeather Can you try the following in your composer file: ```json "require": { "craftcms/commerce": "5.0.x-dev#c6fc6590d47e9b4c144825e6e907e11375faa0ca as 5.0.0-beta.1", "...": "..." } ``` Then run `composer update`. Hopefully this should get...
Closing as this was resolved via support. Project related issue and not a Commerce bug.
Hi @jonleverrier Thank you for your message, I was unable to replicate this issue with the following event code: ```php Event::on(Order::class, Order::EVENT_BEFORE_SAVE, function(ModelEvent $event) { $event->sender->validate(); }); ``` Here is...
Closing this issue for now due to not being able to replicate and no further information. Please let us know if you have any more info and we can re-open...