Closed (works as designed)
Project:
Ubercart
Version:
6.x-2.0-beta5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2009 at 17:36 UTC
Updated:
10 Apr 2009 at 18:43 UTC
After creating an attribute and adding it to product i changed price and weight for attribute option and does changes doesn't seems to be working on product - still are working previous (first inserting) prices.
To solve this problem i'm must to remove this attribute from Drupal at all (not only from product) and create new one.
Also new options in attribute doesn't appear until i remove attribute from drupal and create new one.
Comments
Comment #1
Island Usurper commentedAny changes that happen to attributes and options have to be repeated on any products that have those attributes already. This is because those are only default values until they are actually put on products. Products can then use the same attributes and options, but have different prices and weights.
It's not ideal, because it can be tedious to change all of your product's prices individually, but that's what you have to do at the moment.