Created
July 22, 2017 09:54
-
-
Save anonymous/18639f81742da2675b5195f7d1690944 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