Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AliShareei/2cb3c1512b0542cebf0f4cab944d7f9d to your computer and use it in GitHub Desktop.
Save AliShareei/2cb3c1512b0542cebf0f4cab944d7f9d to your computer and use it in GitHub Desktop.
نمایش پیام مشتری هنگام ثبت سفارش
{assign var="cmessage" value=CustomerMessage::getMessagesByOrderId($order->id)}
{$cmessage.0.message}
-------------------------------------------------------------------------
نمایش توضیحات موقع ثبت نام یا توضیحات اضافی آدرس
که دو نوع است آدرس ارسال و آدرس ثبت سفارش یا فاکتور
توضیحات آدرس ارسال
{$dbsi_buyer.delivery.other}
توضیحات آدرس ثبت فاکتور
{$dbsi_buyer.invoice.other}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment