django-shop-configurableproduct

Configurable product for django-shop
Download

django-shop-configurableproduct Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Pavel Zhukov
  • Publisher web site:
  • http://bitbucket.org/zeus/

django-shop-configurableproduct Tags


django-shop-configurableproduct Description

Configurable product for django-shop django-shop-configurableproduct is a Django plugin that allows you to:- Define product types in django admin interface with custom set of fields- Add custom fields to productsSupported field types- Float field- Char field- Image field (with preview in admin via sorl.thumbnail)- Boolean field (NullBooleanField)How to use it- Install from bitbucket or pypi- If you want to define static fields for all product types (i.e. size, ...):- Create a subclass of configurableproduct.models.CProduct- Write admin class based on configurableproduct.admin.CProductAdmin- If you want to use CProduct model directly, set ENABLE_CPRODUCT_ADMIN to True in your settings file.- You can access custom fields via productfloat_set, productchar_set,... as: product_object.productchar_set.all().value Requirements: · Python · Django


django-shop-configurableproduct Related Software