1

我使用来自 master 分支的最新 django-oscar。

我一直在尝试了解如何使用 oscar,请帮助我解决以下问题。

使用管理页面,首先,我添加以下产品属性

Product class: Base Card 
Name: Card Type 
Type: Option  
Option Group: 'Card Type' 
Required: checked

然后我尝试添加一个带有产品类的新产品Base Card。在该Product Attribute Values部分下,我选择Card Type了属性,但无论我在值选项、文本或整数下插入什么值,我都会不断收到下面的验证错误。知道为什么吗?

ValidationError at /admin/catalogue/product/add/
[u'cardtype attribute cannot be blank']
4

1 回答 1

0

恐怕我无法重现您的问题。

您确定将选项添加到Card Type选项组吗?

于 2013-12-18T16:00:42.940 回答