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
{dbsinvoice::dbsiBarCode($order_detail.product_reference)} |
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
<table style="page-break-inside:avoid"> | |
/* Table Codes */ | |
</table> |
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
function tabAutoPlay($wrapper,speed) { | |
var speed = parseInt($wrapper.data('speed')) || 4000; | |
var linerTimerInterval; | |
tabTimer = setInterval(function(){ | |
var $titles = $wrapper.find('.dbsa_tab_titles'); | |
var $active = $titles.find('.dbsa_active_title'); | |
var $target = $active.next(); | |
if($target.length){ |
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
پنهان کردن تایمر در موبایل و تبلت | |
@media screen and (max-width: 650px) { | |
#dbs-theme-builder .dbsa_timer { | |
display: none; | |
} | |
} | |
نمونه کد تنظیم تایمر در اندازه های مختلف تبلت ، موبایل و موبایلهای کوچکتر |
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
{if !$dbsi_is_last} | |
<div class="dbsi-page-break" style="margin-top: 5px;"></div> | |
{/if} |
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} |
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
public function getContent() | |
{ | |
$fields_form = array( | |
'form' => array( | |
'legend' => array( | |
'title' => $this->trans('Settings', array(), 'Admin.Global'), | |
'icon' => 'icon-cogs' | |
), | |
'input' => array( | |
array( |