diff options
-rw-r--r-- | config/pikul_order.tag | 1 | ||||
-rw-r--r-- | etc/receipt.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config/pikul_order.tag b/config/pikul_order.tag index 0936442..08bbffb 100644 --- a/config/pikul_order.tag +++ b/config/pikul_order.tag @@ -1,3 +1,4 @@ +UserTag pikul_order Order order_number UserTag pikul_order Routine <<EOR sub { my $order_number = shift; diff --git a/etc/receipt.html b/etc/receipt.html index 6e853f9..e94b584 100644 --- a/etc/receipt.html +++ b/etc/receipt.html @@ -7,7 +7,7 @@ <h1>[msg arg="__COMPANY__"]Thank you for shopping at %s[/msg]</h1> <p class="well well-small lead">[msg arg="<strong>[value mv_order_number]</strong>"]Your Order Number is %s[/msg]</p> -<p class="well well-small lead">[msg arg="<strong>[pikul_order [value mv_order_number]]</strong>"]Your Tracking Number is %s[/msg]</p> +<p class="well well-small lead">[msg arg="<strong>[pikul_order order_number='[value mv_order_number]']</strong>"]Your Tracking Number is %s[/msg]</p> <p>[L]Your order is being electronically processed and will be shipped soon.[/L]</p> |