Skip to content

Instantly share code, notes, and snippets.

Created July 22, 2017 09:54
Show Gist options
  • Save anonymous/18639f81742da2675b5195f7d1690944 to your computer and use it in GitHub Desktop.
Save anonymous/18639f81742da2675b5195f7d1690944 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