Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
30 May 2009 at 03:18 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rszrama commentedSubscribin', yo.
Comment #2
sammys commentedPatch attached. Also memory cached the product table header so it doesn't need to be altered twice when the catalog is built.
Comment #3
Island Usurper commentedPatch doesn't apply anymore, though it's easy enough to figure out by hand. Update to DRUPAL-6--2.
However, I'd also like to see an example implementation added to docs/hooks.php. It doesn't have to be completely fleshed out, just enough to give people an idea of what they have to work with.
Comment #4
sammys commented*DELETED*
Comment #5
sammys commentedHere is an updated patch to apply to 6.x-2.x. I'll add the example during the week.
Comment #6
rszrama commentedComment #7
sammys commentedHere's a patch with hook docs for both hook_tapir_table_alter() and hook_tapir_table_header_alter() complete with example code.
Comment #8
Island Usurper commentedThanks a bunch, Sammy.
Committed with a small change to the hooks' documentation. The api.module parser expects a one-line summary in its own paragraph at the top of the comment. I just rearranged some words to make the first sentence fit in one line.