John Parton
John Parton
Works with `troposphere==3.0.2`, but there are other problems with using that.
Is this still being actively worked on?
@maikhoepfel We're currently evaluating Oscar at my job. I've talked with my employer and I'll be able to spend a few hours a week working with/on Oscar.
I'm not sure if this is part of the same issue, or if it should be considered as a separate issue. With the default Oscar templates, any photos associated with...
I've started some basic work on this.  Here's some of the interesting bits: ``` python # templatetags.py def _get_variant_descriptors(product, timeout=DEFAULT_TIMEOUT): descriptors = {} for...
Here's the branch I'm working on: https://github.com/john-parton/django-oscar/tree/issue/675/per_variant_image_support
Here's documentation from Magento on how they handle some of these issues. http://www.magentocommerce.com/knowledge-base/entry/ee1141-ce191-configurable-swatches There are some screenshots of the backend that might be helpful. 
The UI looks pretty good. Is this done in a relatively domain-agnostic way?
I'm sorry, I didn't mean domain as in the URL. I meant problem domain. http://en.wikipedia.org/wiki/Problem_domain Does the implementation assume that the dimensions are colors and sizes? For instance, can you...
You'll need to create a variant for each combination of properties. In your T-shirt example, you'll need 12 variants: S White, M White, L White, XL White, S Red, M...