Closed (fixed)
Project:
Ubercart Sub-Product
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2010 at 17:45 UTC
Updated:
17 Aug 2010 at 23:30 UTC
Table rows and all td's need class selectors.
table.uc-subproduct-product-list td:first-child
and
table.uc-subproduct-product-list td:first-child + td
Only get you so far. :)
Comments
Comment #1
larowlanHi Dan
I will add this to the module as time permits
In the meantime...
The table is themable so if you copy the function theme_uc_subproduct_cart_table_form from the module to your theme's template.php file and rename it YOURTHEMENAME_uc_subproduct_cart_table where YOURTHEMENAME is the theme name- you can add a class by changing the
line to
Comment #2
DanGarthwaite commentedThat in the dev version?
Comment #3
larowlanAdded to dev release, make sure you wait for the Drupal.org packaging script to make a new one (check the date)