Spencer Finnell

Results 38 comments of Spencer Finnell

You're right both should definitely be recorded. Updated the title to reflect.

What about doing this in the customizer? It would be nice to move the other relevant display options there as well. Basically add this option + what was moved in...

@robincornett The one thing we can't be certain about is people doing something like: ```js $( 'a.remove' ).on( 'click', function() { } ); ``` It's unlikely, and subjectively not a...

I like the idea of an "Archived" status. Stripe uses the same terminology for the same reason -- "disabling" a Product, Tax Rate, etc that needs to continue to exist...

In 3.0 Discounts and Tax Rates use "Deactivate" and become "Inactive", which would also work for Products.

We currently have a _ton_ of seemingly arbitrary media queries: ```css @media only screen and ( max-width: 782px ) { @media all and ( min-width: 1080px ) { @media all...

A few things that I think could be changed from the previous implementation: **Allow _all_ endpoints to be sorted/hidden** -- if the goal is to provide user customization we shouldn't...

@easydigitaldownloads/core-team I think this and #6943 should switch milestones and semi-merge ideas. Implementing #6943 will mean any extension that isn't updated before 3.0 that adds fields to the checkout will...

Proof of concept for the customer info fields: https://github.com/easydigitaldownloads/easy-digital-downloads/compare/release/3.0...test/checkout-modularity