Robin Cornett
Robin Cornett
I think the main cause of the problem might be in this line: https://github.com/awesomemotive/easy-digital-downloads/blob/main/includes/admin/downloads/metabox.php#L619 As I read the code, the `_edd_bundled_products` is intended to follow the same array key system...
I think adding an additional confirmation of some type seems reasonable, whether it's requiring `--force` or doing an extra confirmation--probably the latter, actually, as I expect you would already be...
Thanks for the instructions, @davidsherlock, that's helpful. Interestingly, I get the property errors, but not array key errors: ``` PHP Notice: Undefined property: stdClass::$day in C:\Users\robin\Documents\websites\edd\app\public\wp-content\plugins\easy-digital-downloads.30\includes\admin\reporting\reports.php on line 1884 PHP...
Since the setting description specifically says "Cart saving allows shoppers to create a temporary link to their current shopping cart so they can come back to it later, or share...
@cklosowski just updating--John said that the PR worked for the customer who was testing it and he was able to migrate his logs.
@cklosowski noting that [0adb0d8](https://github.com/awesomemotive/easy-digital-downloads/pull/9282/commits/0adb0d82de40bba528ebddbbf912789cf173d3ff) needs to be added to the 3.1 release regardless as it's a hook AA uses. I've merged release/3.1 into this branch and rebased the PR. Currently...
FWIW, the original issue was closed with the final comment being that the PR was being merged into 2.6. I did some digging and it looks like the faux links...
I don't know that we are using it but I've encountered two different users with custom code who were. I've pointed them to the new code to use. As we...
A CSS reorganization might be helpful as well, to try to get CSS for specific screens grouped as much as possible. Switching to Sass could allow for logical grouping in...
Working through the tax rates table, I would love to have this class in place for that. Wondering, though, if we should consider more than one class, to cover multiple...