Forked from anonymous/gist:18639f81742da2675b5195f7d1690944
Created
January 9, 2018 07:23
-
-
Save AliShareei/2cb3c1512b0542cebf0f4cab944d7f9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
نمایش پیام مشتری هنگام ثبت سفارش | |
{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