diff --git a/root/tt/billing.tt b/root/tt/billing.tt index 61a95b2..d73c01d 100644 --- a/root/tt/billing.tt +++ b/root/tt/billing.tt @@ -11,7 +11,7 @@ [% IF products %] - + - + [% ELSE %] - + [% END %] [% IF messages.handle %][% END %] - + [% IF messages.name %][% END %] - + - + [% IF messages.charge %][% END %] - + [% IF messages.free_time %][% END %] - + [% IF messages.free_cash %][% END %]
classon sale name @@ -19,7 +19,10 @@ [% id = 0 %] [% FOREACH product = products %]
[% product.data.class %] + + [% product.data.name %] [% UNLESS Catalyst.session.admin.read_only %] diff --git a/root/tt/bilprof_edit.tt b/root/tt/bilprof_edit.tt index ba0b2e8..8d21650 100644 --- a/root/tt/bilprof_edit.tt +++ b/root/tt/bilprof_edit.tt @@ -17,18 +17,29 @@ [% IF handle %] [% bilprof.handle %] + + unique identifier string +
[% messages.handle %]
name: + + human readable profile name +
[% messages.name %]
prepaid: + +
interval charge: + + base fee charged per billing interval +
[% messages.charge %]
interval free time: + + included time per billing interval +
[% messages.free_time %]
interval free cash: + + included money per billing interval +
[% messages.free_cash %]
diff --git a/root/tt/product_edit.tt b/root/tt/product_edit.tt index 7d16cee..2696469 100644 --- a/root/tt/product_edit.tt +++ b/root/tt/product_edit.tt @@ -18,7 +18,11 @@ [% IF handle %] [% product.handle %] [% ELSE %] - + + + unique identifier string + [% END %] [% IF messages.handle %]
[% messages.handle %]
[% END %] @@ -37,28 +41,43 @@ --> name: - + + + human readable product name + [% IF messages.name %]
[% messages.name %]
[% END %] on sale: - + + + [% IF messages.on_sale %]
[% messages.on_sale %]
[% END %] price: - + + + selling or setup fee + [% IF messages.price %]
[% messages.price %]
[% END %] weight: - + + + weight for shipping + [% IF messages.weight %]
[% messages.weight %]
[% END %] billing_profile: - [% FOREACH bilprof = bilprofs %]