diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-17 19:19:33 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-17 19:19:33 +0800 |
commit | 1b8c8e4e870fe33668f956ea0e1e75cf9cd311d3 (patch) | |
tree | beffc40b29b7dc2892ea635baedc16722544b149 /etc/receipt.html | |
parent | 9e8128b8dbb2fc7e226e43b20df4742f7580afe9 (diff) |
Move the order call to transaction log
Diffstat (limited to 'etc/receipt.html')
-rw-r--r-- | etc/receipt.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/receipt.html b/etc/receipt.html index 2949186..b5cc5b5 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 order_number='[value mv_order_number]' insurance=0]</strong>"]Your Tracking Number is %s[/msg]</p> +<p class="well well-small lead">[msg arg="<strong>[value tracking_number]</strong>"]Your Tracking Number is %s[/msg]</p> <p>[L]Your order is being electronically processed and will be shipped soon.[/L]</p> |