[comment]
ui_template: Yes
ui_template_name: leftonly
[/comment]
[tmp page_title]__COMPANY__ -- [L]Stock Alerting[/L][/tmp]
[control reset=1]
[control-set]
[component]search_box_small[/component]
[/control-set]
[control-set]
[component]product_tree[/component]
[/control-set]
[control reset=1]
@_LEFTONLY_TOP_@
[if session arg]
[seti code][data session arg][/seti]
[/if]
[L]Your request has been sent sucessfully.[/L]
[L]We will contact you once your selected item becomes available.[/L]
[L]Thank you for your interest in our products.[/L]
|
[set name=alert_added interpolate=1]
[comment] SEND REPORT OF NEW ALERT ENTRY [/comment]
[email
to="__EMAIL_SERVICE__"
subject="[L]Stock Alert Request[/L]"
from="[value email]"
][L]name[/L]: [value fname] [value lname]
[L]username[/L]: [data session username]
[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]']
[/email]
[comment] SEND ACKNOWLEDGEMENT [/comment]
[email
to="[value email]"
subject="__COMPANY__ - [L]Stock Alert Request[/L]"
from="__COMPANY__ <__EMAIL_INFO__>"
reply="__COMPANY__ <__EMAIL_INFO__>"]
[L]Hello and thank you for your interest in __COMPANY__ products.[/L]
[L]We have received your in-stock alert notification and we will contact you once the selected item becomes available.[/L]
[L]This a confirmation of your request submission.[/L]
[L]Name[/L]: [value fname] [value lname]
[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]']
[/email]
[/set]
@_LEFTONLY_BOTTOM_@