David Winterbottom

Results 14 comments of David Winterbottom

> can't one access the options from there? You need the options set by the customer, so you need the basket line (or the options and product separately).

Note-to-self: we should store the type of a product in the database so it's quick to determine if a product is standalone, parent or variant. This is required for validation...

Hi Arthur, The catalogue dashboard already has the ability to manage inventory, but you're right that support for managing variant products is lacking at the moment. Maik has started some...

Good point about how the existing implementation ensures manually set env vars take precedence. You're right too about the 12-factor approach. The trouble is we sometimes want to quickly tweak...

Ok, I'll submit a PR with that change.

I think so, although it might be tricky to distinguish messages that are suitable for an end-user (like the above one). I'll have a look.

I haven't really done any work on it other than a simple POC commit: https://github.com/tangentlabs/django-oscar-paypal/commit/e239980938b91bf811fdbf8d36c942f80df25852 Someone else from Tangent is definitely working on this at the moment though as we...

By jove you're right! If I manually force an item name within the `do_txn` method, then it does appear in the confirmation email. This seems like a bug with PayPal...

I've managed to get this working in a Django application using v2.0.22 where a `SIGTERM` handler is registered in middleware. Middleware is used so the request object can be bound...

Excellent. I'll have a go at implementing.