Closed (fixed)
Project:
Ubercart
Version:
6.x-2.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Feb 2009 at 22:13 UTC
Updated:
27 Feb 2009 at 19:40 UTC
Jump to comment: Most recent file
We have a product kit which contains a product which has attributes. When editing the product kit, the 'Adjustments' tab is displayed by the attributes module to let us change the SKU based on attribute.
However, my understanding is that product kits don't have a true SKU, just an amalgamation of their component SKUs. So it seems as though adjusting SKUs through this adjustments tab does not actually do anything. (?) I'm wondering if actually the adjustments tab should only display for products not product kits.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | product_kit_attribute_tasks.patch | 405 bytes | Island Usurper |
Comments
Comment #1
rszrama commentedI think your assessment is spot on. I'm going to assign this to Lyle so he sees it tomorrow to throw in his 2 cents and review any patches that turn up.
Comment #2
Island Usurper commentedI guess since uc_attribute_form_alter() is already dealing with product kits as a special case, it should deal with them everywhere else, too. The nice thing about these menu item access callbacks is that I only had to change that one function.
Comment #3
jody lynnThanks guys. We're applying that patch and will reopen if we find related issues.
Comment #4
Island Usurper commentedCommitted. Thanks for the review. :)