Currently, attribute options support adjusting "Cost", "Price", and "Weight".
Our company sells products with various sizes. Some of these sizes require multiple packages to ship. Therefore, we need to be able to adjust the package quantity for accurate shipping quotes for attribute options.
Comments
Comment #1
tr commentedComment #2
philbar commentedI guess I will start working on adding this:
Added the following to
uc_attribute.installin the$schema['uc_attribute_options'] = arrayNow on to
uc_attribute.moduleanduc_attribute.admin.incComment #3
philbar commentedAdded the following to
function uc_attribute_option_form($form_state, $attribute, $option = NULL)ofuc_attribute.admin.inc:Comment #4
philbar commentedOk, I've given up on trying to code this.
Instead, I created the following work around:
Items that ship in multiple packages...
If you don't want people buying the packages individually, you can hide the newly created "Products" by using the Private module. This will hide the "Product" node from users, preventing them from adding it to the cart individually, but will still allow the "Product" to be added to the cart when it is included in the "Product Kit".
This work around will allow shipping rates to be calculated accurately based on package quantity, size, and weight.
Comment #5
philbar commentedThis functionality seems to be dependent on #802372: Allow Products to have Multiple Packages
Once that gets closed, then the same functionality can be added to the option adjustments.
Comment #6
tr commentedNew features should go into 7.x-3.x first.