README.txt |
README.txt |
|
------------------------------
Ubercart Webform Checkout Pane
------------------------------
Originally provided by Jonah Ellison
Maintained by Martin B. - martin@webscio.net
Supported by JoyGroup -… |
THEMING.txt |
THEMING.txt |
|
Here is a code snippet that you can use to display Webform pane values into your invoices.
Feel free to edit it to adjust your needs.
=============================================================
== Place the following into your theme/preprocess… |
uc_webform_pane.css |
uc_webform_pane.css |
|
.uc-webform-edit-table {
width: auto;
}
.uc-webform-edit-table .uwet-label {
text-align: right;
font-weight: bold;
}
.uc-webform-edit-table .form-item {
display: inline;
} |
uc_webform_pane.info |
uc_webform_pane.info |
|
name = Ubercart Webform Checkout Pane
description = "Allows Webform nodes to be displayed as checkout panes."
core = 6.x
package = Ubercart - extra
dependencies[] = uc_product
dependencies[] = uc_store
dependencies[] =… |
uc_webform_pane.install |
uc_webform_pane.install |
|
Install hooks for uc_webform_pane. |
uc_webform_pane.module |
uc_webform_pane.module |
|
uc_webform_pane.module |