Anyone using og with ubercart?
I have stores setup as groups and would like
the purchasing items to be "grouped" together
on the shopping cart page, so as to specify
what store they came from. It would also be
nice to do this in the preview shopping cart
block as well.
I've hacked in a few lines of code in the
beginning of theme_uc_cart_view_form function
in uc_cart.module that creates multiple $form's
that then get looped through in calling tapir_get_table.
Preliminary results show that this "visually"
works, but not sure functionally, yet.
I would like to avoid touching uc's beautiful
code. Is there a better way of doing this?
P.S. I'm using 7e.
