You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Is it possible include in "Order Notification" the item information that you are ordering?
I'm using ##order.item.name## tag but it doesn't work.
The info that i want to sent is : quantity, equipment, reference, unit price...
A try:
##FOREACHorders##
##lang.order.item.name## : ##order.item.name##
##lang.order.item.numorder## : ##order.item.numorder##
##lang.order.item.orderdate## : ##order.item.orderdate##
##lang.order.item.duedate## : ##order.item.duedate##
##lang.order.item.deliverydate## : ##order.item.deliverydate##
##order.item.url##
##ENDFOREACHorders##
but it doesn't work.
I am asking for some tips, maybe I am doing something wrong.
The text was updated successfully, but these errors were encountered:
Hello,
Is it possible include in "Order Notification" the item information that you are ordering?
I'm using ##order.item.name## tag but it doesn't work.
The info that i want to sent is : quantity, equipment, reference, unit price...
A try:
##FOREACHorders##
##lang.order.item.name## : ##order.item.name##
##lang.order.item.numorder## : ##order.item.numorder##
##lang.order.item.orderdate## : ##order.item.orderdate##
##lang.order.item.duedate## : ##order.item.duedate##
##lang.order.item.deliverydate## : ##order.item.deliverydate##
##order.item.url##
##ENDFOREACHorders##
but it doesn't work.
I am asking for some tips, maybe I am doing something wrong.
The text was updated successfully, but these errors were encountered: