Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I haven't tried this or looked into this, but it might be possible. I'm not too familiar with theming Ubercart. I looked at uc_order-* and those files do not seem to include the pane output that you're supposed to do with Ubercart. However, I'm sure that someone more experienced has done this. You may try asking on ubercart.org because my search abilities are failing me right now.
Edit: additionally, the panes are not generated in template_preprocess_uc_order() so I'm not actually sure how the uc order stuff is displaying panes without delving into the entirety of Ubercart code.
uc license keys generates its own pane for the order pages with a list of license keys.
Comments
Comment #1
mradcliffeI haven't tried this or looked into this, but it might be possible. I'm not too familiar with theming Ubercart. I looked at uc_order-* and those files do not seem to include the pane output that you're supposed to do with Ubercart. However, I'm sure that someone more experienced has done this. You may try asking on ubercart.org because my search abilities are failing me right now.
Edit: additionally, the panes are not generated in template_preprocess_uc_order() so I'm not actually sure how the uc order stuff is displaying panes without delving into the entirety of Ubercart code.
uc license keys generates its own pane for the order pages with a list of license keys.