[interchange] Fix displayed price on stock_alert_added page.
Stefan Hornburg <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit b9ba8853063b8051c57b13898c71c1e6786c6cf0 Author: Stefan Hornburg (Racke) <[email protected]> Date: Wed May 2 10:01:43 2012 +0200 Fix displayed price on stock_alert_added page. .../standard/pages/function/stock_alert_added.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/dist/standard/pages/function/stock_alert_added.html b/dist/standard/pages/function/stock_alert_added.html index c087e47..bb69c0b 100644 --- a/dist/standard/pages/function/stock_alert_added.html +++ b/dist/standard/pages/function/stock_alert_added.html @@ -51,7 +51,7 @@ ui_template_name: leftonly [L]email[/L]: [value email] [L]sku[/L]: [scratch code] [L]descripton[/L]: [data table=products column=description key='[scratch code]'] -[L]price[/L]: [data table=products column=price key='[scratch code]'] +[L]price[/L]: [price code='[scratch code]'] [/email] @@ -73,7 +73,7 @@ ui_template_name: leftonly [L]Email[/L]: [value email] [L]Product[/L]: [data table=products column=description key='[scratch code]'] -[L]Current Price[/L]: [data table=products column=price key='[scratch code]'] +[L]Current Price[/L]: [price code='[scratch code]'] [/email]