Example #1
0
 public function attributeHints()
 {
     $link = urlencode(Url::base(true));
     $a = Html::a('http://www.seogadget.ru/ip?urls=' . $link, 'http://www.seogadget.ru/ip?urls=' . $link, ['target' => '_blank']);
     return ArrayHelper::merge(parent::attributeHints(), ['v3toysIdPropertyName' => 'Как называется свойство товаров, в котором храниться id товара из системы v3toys', 'content_ids' => 'Обновление наличия и цен будет происходить у элементов этого выбранного контента', 'v3toysShopPersonTypeId' => 'Необходимо настроить тип покупателя, и его свойства, для связи с данными v3toys [ <b>php yii v3toys/init/update-person-type</b> ]', 'affiliate_key' => 'Ключ связан с ip адресом сайта, необходимо сообщить свой IP. Проверить IP можно тут: ' . $a, 'notify_emails' => 'Укажите email адреса через запятую, на них будет приходить информация о новых заказах.', 'pickup_discaunt_value' => 'Указывается в рублях.', 'post_discaunt_value' => 'Указывается в рублях.', 'courier_discaunt_value' => 'Указывается в рублях.', 'price_discount_percent' => 'Указывается в процентах, эта сумма будет добавлена или вычтена из цены товара на v3toys']);
 }
Example #2
0
 public function attributeHints()
 {
     return ArrayHelper::merge(parent::attributeHints(), ['markupOnUpdate' => \Yii::t('skeeks/money', 'In the process of updating the data currency, this mark-up will be added to price, specify a percentage') . ' (%)']);
 }
Example #3
0
 public function attributeHints()
 {
     return ArrayHelper::merge(parent::attributeHints(), ['notify_emails' => \Yii::t('skeeks/shop/app', 'Enter email addresses, separated by commas, they will come on new orders information')]);
 }
 public function attributeHints()
 {
     return ArrayHelper::merge(parent::attributeHints(), ['notify_emails' => \Yii::t('skeeks/reviews2', 'You can specify multiple Email addresses (separated by commas), which will be sent notification of new reviews.')]);
 }
Example #5
0
 public function attributeHints()
 {
     return ArrayHelper::merge(parent::attributeHints(), ['enabled' => 'Этот параметр отключает/включает панель для всех пользователей сайта, независимо от их прав и возможностей', 'isOpen' => 'По умолчанию панель будет открыта или закрыта', 'enableFancyboxWindow' => 'Диалоговые окна в сайтовой части будут более красивые, однако это может портить верстку (но это происходит крайне редко)', 'infoblockEditBorderColor' => 'Цвет рамки вокруг инфоблоков в режиме редактирования']);
 }