thenewguy
thenewguy
Hrm... well I am only using one content type table. Any idea how to clean up when this happens? It rarely seems to happen but it breaks any code that...
Sounds simple enough. Thanks for the tip
@michaelrsweet I haven't read how the test suite works. Any suggestions for commands we can run against the image to verify all is in working order? Is it possible to...
#242 adds some simple sanity tests that the expected commands are available and are able to be executed. A few gotchas to fix per #244 but this minimally confirms the...
It would be nice to allow multiple payments per order. I've been reading and noticed there is a single payment transaction_id set for the order. Use case: allow deposit to...
I feel like it could be made to work there but it would be more complicated than adding it in that one place. Sales tax in the USA needs to...
Perhaps a general method that is intended to return a dictionary or ordered list of three tuples could be called for all line items, fees and discounts on an order....
I've let this stew in the back of my mind for a few hours and I still think shipping needs to be separate from this in my opinion because the...
Continuous order number isn't always desirable. I.e. you're exposing information that could potentially be considered confidential... for example order volume. Ideally it would be configurable to prevent this type of...
If you are happy with the direction of issue #204 / pr #228 I can tackle this as well. Once #204 is handled then I need "packaging options" and this....