John Parton

Results 163 comments of 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. ![screenshot from 2015-01-08 16 09 53](https://cloud.githubusercontent.com/assets/2071543/5671858/f70bea44-9750-11e4-91a0-ec4eb4e96326.png) 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. ![Magento example](http://www.magentocommerce.com/images/uploads/configurable_swatches_swap_image_demo.gif)

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...