Active
Project:
Ubercart Sub-Product
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2010 at 13:31 UTC
Updated:
6 Oct 2010 at 00:25 UTC
Great module BTW! - Totally streamlined my cart!
This is more of a feature request but is it possible to have the product title in the table link back to the product node? That would be huge for me.
Thanks!
Comments
Comment #1
larowlanYou can implement theme_uc_subproduct_cart_table_form in your theme and in this bit
You can test if the value of $field is 'title' and then if it is, use your own output.
Alternatively you can implement hook_uc_subproduct_fields and hook_uc_subproduct_formatter in a custom module to a) notify uc_subproduct of a custom field (linked title) and then b) provide the output.
I'll leave this as a feature request.
Lee