Zack Spear
Zack Spear
### Description I have a JSON feed that I use to import categories and sub-categories. My issue lies with parent categories not correctly being assigned on sub-categories when the source...
Saw this while testing something: Chrome has been warning about this since 2016. https://developer.chrome.com/blog/removing-document-write/ Shouldn't take too much to refactor an alternative way of showing errors on the page. More...
Fixes issue #9
After updating to Craft 3.6.x along with it Guzzle was updated to 7.3. This plugin stopped working. I created a proof of concept to help troubleshoot the issue. ```bash #...
### Description I've refactored an existing Craft Commerce email template of mine that's setup for localization to also work with Stripe Payment orders. I've got it to mostly work. However...
### Description I have a Checkout Form that only accepts Alipay. In the order details in the CMS, in Twig using `order.getPaymentForm().name`, and within PHP using `$e->$order->getPaymentMethod()` the value returned...
This PR is based off the original work done in https://github.com/unraid/webgui/pull/1425. Huge shout out to @BaileyJM02 for the hard work with the initial setup for this. The purpose of this...