Вход • Регистрация

Всего найдено: 150

  • 22 мая 2017 г.
  • Заметил сегодня какой-то баг на сайте не работает кнопка купить. при нажатии не добавляет в корзину, если начать паниковать и жать постоянно на все кнопки подряд, в какой-то момент срабатывает. Если перейти в карточку товара = работает. Ума не приложу что могло случиться. Изменений не вносил никаких. Есть мысли? 19 мая думал попробовать обновиться, но у меня возникала ошибка. На хостинге (beget) ребята увеличили лимит выделяемой памяти. Может ли это быть связано? Попросил их вернуть обратно (пока молчат), это взаимосвязано или стоит искать ошибку в другом?
  • 22 мая 2017 г.
  • Цитата
    Случаем не превышано кол-во товара, которое есть на складе?
    нет, остатки соответствуют.
    Цитата
    Ну или успокойтесь, что что-то не работает
    вы же понимаете, что не вариант. покупатель уйдет.
    Сейчас проверил, кнопка не работает в блоках "Новинки" и "Спецпредложения". Если перейти через каталог и выбрать товар - добавляет в корзину.
  • 22 мая 2017 г.
  • Все, баг детектед
    В одной из тем обсуждали слайдер, так вот я скрипт перенес в начало страницы, из-за этого ошибка видимо была. Вернул вниз данный код
    Код
    <insert name="show_js">
    <script src="<insert name="custom" path="js/jquery.bd.move.slider.js" absolute="true">"></script>
    <script src="<insert name="custom" path="js/jquery.touchSwipe.js" absolute="true">"></script>
    <script src="<insert name="custom" path="js/main.js" absolute="true">"></script>

    Все работает!
  • 14 мая 2017 г. , редакция: 1494761761
  • Олег, добрый день! А можете дать рекомендацию мне? Есть сайт в домене .ru на днях купил домен в зоне .РФ. Нужен в большей степени для соцсетей, хештегов и т.п. После покупки склеил домен с основным сайтом в кабинете beget. После чего сайт.РФ стал по сути зеркалом основного site.ru. В целом неплохо, но я подумал, вдруг Яндекс снизит позиции site.ru, поскольку есть полная копия сайт.РФ? Конечно я прочёл в вебмастере, что он (яндеск) поймёт что это зеркало, но есть опасения как все это выглядит на практике. На текущий момент настроил редирект с сайта.рф на site.ru.

    В поисковиках выходит разумеется проиндексированный site.ru. пускай так и будет.
  • 08 июня 2017 г.
  • Товарищи, добрый день! А может кто дать совет? Был домен в зоне ru, он проиндексирован и участвует в поиске. Потом я взял домен в зоне рф. Настроил редирект. Все работает, в вебмастере успешно осуществил переезд. Но в связи с редиректом яндекс пишет что нет файла robots. См. скриншот. Как-то это можно прописать, как правильно?
  • 08 июня 2017 г.
  • Михаил, приветствую Вас! В том то и "прикол" что он был и есть.. См. скрин. Прикладываю код htaccess
    Код
    Options -Indexes

    Options +FollowSymLinks

    DirectoryIndex index.php index.html

    ErrorDocument 404 /404.php

    AddDefaultCharset utf-8
    <IfModule mod_rewrite.c>
    RewriteEngine on

    RewriteCond %{HTTP_HOST} ^(www.)?mensface.ru$ [NC]
    RewriteRule ^(.*)$ http://xn--90ablmekqdsdu6h.xn--p1ai/$1 [R=301,L]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

    # раскомментируйте строку ниже, если на Вашем хостинге установщик выдает ошибку 500 Internal Server Error
    # измените / на /sub/ при установке в подпапку http://site.ru/sub/
    # RewriteBase /

    # расcкомментируйте строки ниже, если хотите чтобы сайт был всегда с www,
    # т.е. постоянный редирект с http://site.ru/ на http://www.site.ru/
    # RewriteCond %{HTTP_HOST} !^www.
    # RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L]

    # и наоборот: раскомментируйте эти две строки, чтобы был редирект с www на без www
    RewriteCond %{HTTP_HOST} ^www.(.*) [NC]
    RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

    RewriteCond %{HTTP:Authorization} !^$
    RewriteCond %{REQUEST_URI} ^/shop/1c/.*
    RewriteRule ^(.*)$ shop/1c/?auth=%{HTTP:Authorization}&%{QUERY_STRING}

    RewriteRule ^(.*)sitemap.xml$ index.php?rewrite=sitemap.xml [QSA]
    RewriteRule ^(&*)(.*)/$ index.php?rewrite=$2 [QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(&*)(.*)$ index.php?rewrite=$2 [QSA]
    RewriteRule ^index.php/(.*)$ index.php?rewrite=index.php/$1 [QSA]

    # If-Modified-Since (if php is not installed as cgi then comment lines below)
    RewriteRule .* - [E=HTTP_IF_MODIFIED_SINCE:%{HTTP:If-Modified-Since}]
    RewriteRule .* - [E=HTTP_IF_NONE_MATCH:%{HTTP:If-None-Match}]
    </IfModule>

    <IfModule mod_headers.c>
    <FilesMatch ".(flv|woff|woff2|eot|svg|otf|ttf|gif|jpg|jpeg|png|ico|swf|js|css|pdf|ico)$">
    Header set Cache-Control "max-age=864000"
    </FilesMatch>
    </IfModule>

    <IfModule mod_expires.c>
    <filesMatch ".(flv|woff|woff2|eot|svg|otf|ttf|gif|jpg|jpeg|png|ico|swf|js|css|pdf|ico)$">
    ExpiresActive On
    ExpiresDefault "access plus 11 month"
    Header append Cache-Control "public"
    </filesMatch>
    </IfModule>


    robots
    Код
    User-agent: *
    Disallow: /m/
    Disallow: *?
    Sitemap: https://xn--90ablmekqdsdu6h.xn--p1ai/sitemap.xml

    User-agent: Yandex
    Disallow: /m/
    Disallow: *?
    Host: https://xn--90ablmekqdsdu6h.xn--p1ai

  • 08 июня 2017 г.
  • Владимир, приветствую Вас! Спасибо, я пробовал инструмент проверки. При проверке сайта выдает "редирект", основное зеркало проверку проходит. Я делал переезд же сайта. Может надо как-то прописать в htaccess, чтобы robots не "редиректил"? Я в первые столкнулся с этим, не знаю как правильно. Читал эту инструкцию, не нашел ответа. Она больше по синтаксису robots мне кажется.
  • 09 июня 2017 г.
  • ПРИКЛЮЧИЛОСЬ ЧП! Все страницы убраны из поиска. Причина на скрине, может кто глянуть, я неправильно настроил редирект? Выше выкладывал htaccess
    Переезд сайта в вебмастере прошел успешно, не пойму в чем дело. Переезд делал с домена .ru (было http://) на домен https://.....рф. Редирект настроили на https, все работало вроде правильно, а яндекс пишет что редирект на http://..........рф, а поскольку главное зеркало https://............рф поэтому как я понял страницы удалены. В общем простите за сумбур, только проснулся, а тут такое
  • 20 июня 2017 г.
  • Всем добрый вечер, неделю назад меня вернули в поиск, но вот сейчас сижу слушаю вебинар от Яндекса, зашел в вебмастер, смотрю статистику обхода робота и вижу, что он обходит ненужное. Прочитал ветку сначала, не нашел. Может кто подсказать, как правильнее закрыть в роботсе? Если напишу Disallow: /userfiles на сколько верно будет решение? Текущий robots.txt выглядит так
    Код

    User-agent: *
    Disallow: /m/
    Disallow: *?
    Sitemap: https://xn--90ablmekqdsdu6h.xn--p1ai/sitemap.xml

    User-agent: Yandex
    Disallow: /m/
    Disallow: *?
    Host: https://xn--90ablmekqdsdu6h.xn--p1ai
  • 30 июля 2017 г.
  • Сергей, добрый день! А сможете подсказать? Мне нужно в карточке товара создать вкладку "Доставка", блок общий для всех товаров, поэтому сложности вроде быть не должно. Я иду в папку custom/../shop.view.id.php и из куска кода понимаю, что где-то здесь нужно вставить вкладку новую, вопрос как правильно это сделать?
    Код
    $tabs = array();

    if (!empty($result['text'])) {
    $tabs['Описание'] = $this->htmleditor($result['text']);
    }

    if(!empty($result['param'])) {
    $tabs['Характеристики'] = $this->get('param', 'shop', array("rows" => $result["param"], "id" => $result["id"]));
    }
    if(!empty($result['comments'])) {
    $tabs['Отзывы'] = $result['comments'];
    }

    if (!empty($tabs)) {
    echo '<div class="tabs">';
    $first = true;
    foreach (array_keys($tabs) as $i => $name) {

    echo '<a href=".tab-' . $i . '" class="tabs__item' . ($first ? ' active' : '') . '">' . $this->diafan->_($name) . '</a>';
    $first = false;
    }
    echo '</div>';


    foreach (array_values($tabs) as $i => $value) {
    echo '<div class="tab-' . $i . ' text">' . $value . '</div>';
    }
  • 03 августа 2017 г. , редакция: 1501785966
  • Всем добрый вечер! Решил я продолжить освоение динамических блоков. Классная штука оказывается! Захотел в карточку товаров под фотографими добавить видео-обзоры. Сделал динамический блок, открыл /custom/my/modules/shop/views/shop.view.id.php и добавил блок в кусок кода:
    Код
    foreach ($result["img"] as $img) {

    echo '<a href="#" data-id='.$img['id'].' class="pics__mini' . ($first ? ' pics__mini_active' : '') . '">
    <img src="' . $img['preview'] . '" alt="" class="pics__mini__img">
    </a>';
    $first = false;
    }

    echo $this->htmleditor('<insert name="show_dynamic" module="site" id="3">');
    }

    echo '</div>
    <!-- |===============| pics end |===============| -->


    Заработало. А вот теперь вопрос.. В карточке товара блок показывает, а вот в общем списке, при нажатии на кнопку подробнее нет. Я понял, что за предпросмотр отвечает другой файл. Методом изучения разных php файлов в той же папке, я нашел shop.view.rows.php, который по-моему должен отвечать за это. Вставлял в нем блок, но он не отображается. Может кто подсказать, где и как его правильно разместить, чтобы блок с видео отображался в предпросмотре товара тоже?

    Вот ссылка на карточку товара, с блоком
  • 04 августа 2017 г.
  • Александр, сайт что-то падает, ругается на ошибку (syntax error). А подскажите пожалуйста, modul_name и element type, что в них прописывать? В общем разные вариации опробовал, что-то не выходит, может что-то не учел я?
  • 13 августа 2017 г.
  • Всем добрый вечер! Товарищи, кто сможет помочь? Сверстал в befree письмо в html, все нормально. Но табличка cart.view.table_email.php на компьютере нормально отображается при получении, а на телефоне полная ерунда столбец с названием товара узкий становится, как я понял благодаря адаптивности верстки письма. Залез сам попробовал поковыряться убрать наименование, получаю ошибку в синтаксе. Может кто сталкивался, по-хорошему оставить название, артикул, но чтоб все не съезжало. Либо удалить, оставить только картинку. Или как вариант название товара вывести в столбце с картинкой (под ней).

    В общем, если кто сможет помочь, буду очень признателен!

    Во вложении скриншоты письма на компьютере, на телефоне.
    html письма
    Код
    <!-- [if gte mso 9]><xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
    </xml><![endif]--><!-- [if !mso]><!--><!--<![endif]-->
    <p>&nbsp;</p>
    <!-- [if !mso]><!-- -->
    <p>&nbsp;</p>
    <!--<![endif]--><!-- [if IE]><div class="ie-browser"><![endif]-->
    <p>&nbsp;</p>
    <!-- [if mso]><div class="mso-container"><![endif]-->
    <div class="nl-container" style="min-width: 320px; margin: 0 auto; background-color: #ffffff;"><!-- [if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" style="background-color: #FFFFFF;"><![endif]-->
    <div style="background-color: transparent;">
    <div class="block-grid two-up" style="margin: 0 auto; min-width: 320px; max-width: 620px; width: calc(31000% - 197780px); overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: transparent;">
    <div style="border-collapse: collapse; display: table; width: 100%;"><!-- [if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="background-color:transparent;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width: 620px;"><tr class="layout-full-width" style="background-color:transparent;"><![endif]--> <!-- [if (mso)|(IE)]><td align="center" width="310" style=" width:310px; padding-right: 10px; padding-left: 10px; padding-top:5px; padding-bottom:5px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num6" style="float: left; max-width: 320px; min-width: 310px; width: calc(6510px - 1000%); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 5px 10px 5px 10px;"><!--<![endif]-->
    <div class="img-container left fullwidth" style="padding-right: 5px; padding-left: 5px;" align="left"><!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 5px; padding-left: 5px;" align="left"><![endif]-->
    <div style="line-height: 5px; font-size: 1px;">&nbsp;</div>
    <a href="https://xn--90ablmekqdsdu6h.xn--p1ai/" target="_blank"> <img class="left fullwidth" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; clear: both; display: block !important; border: none; height: auto; float: none; width: 100%; max-width: 280px;" title="LOGO" src="https://xn--90ablmekqdsdu6h.xn--p1ai/userfiles/editor/large/188_logo3.png" alt="LOGO" width="280" align="left" border="0" /> </a>
    <div style="line-height: 5px; font-size: 1px;">&nbsp;</div>
    <!-- [if mso]></td></tr></table><![endif]--></div>
    <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td><td align="center" width="310" style=" width:310px; padding-right: 10px; padding-left: 10px; padding-top:5px; padding-bottom:5px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num6" style="float: left; max-width: 320px; min-width: 310px; width: calc(6510px - 1000%); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 5px 10px 5px 10px;"><!--<![endif]--> <!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top: 15px; padding-bottom: 15px;"><![endif]-->
    <div style="font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif; color: #555555; line-height: 120%; padding: 15px 0px 15px 0px;">
    <div style="font-size: 12px; line-height: 14px; font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif; color: #555555; text-align: left;">
    <p style="margin: 0; font-size: 14px; line-height: 17px; text-align: center;"><em>Интернет-магазин станков для бритья и аксессуаров МужскойВыбор.рф</em></p>
    </div>
    </div>
    <!-- [if mso]></td></tr></table><![endif]-->
    <div class="button-container center" style="padding: 10px;" align="center"><!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top:10px; padding-bottom:10px;" align="center"><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="tel:+79053000309" style="height:40px; v-text-anchor:middle; width:256px;" arcsize="23%" strokecolor="#3AAEE0" fillcolor="#3AAEE0"><w:anchorlock/><center style="color:#ffffff; font-family:'Lato', Tahoma, Verdana, Segoe, sans-serif; font-size:20px;"><![endif]--> <a style="display: inline-block; text-decoration: none; -webkit-text-size-adjust: none; text-align: center; color: #ffffff; background-color: #3aaee0; border-radius: 9px; -webkit-border-radius: 9px; -moz-border-radius: 9px; max-width: 236px; width: 85%; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; mso-border-alt: none; border: 0px solid transparent; padding: 0px;" href="tel:+79053000309" target="_blank"> <span style="font-size: 12px; line-height: 24px;"><span style="font-size: 20px;"><strong><span style="line-height: 40px;">+7(905)3000-309</span></strong></span></span> </a> <!-- [if mso]></center></v:roundrect></td></tr></table><![endif]--></div>
    <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]--></div>
    </div>
    </div>
    <div style="background-color: transparent;">
    <div class="block-grid " style="margin: 0 auto; min-width: 320px; max-width: 620px; width: calc(31000% - 197780px); overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: transparent;">
    <div style="border-collapse: collapse; display: table; width: 100%;"><!-- [if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="background-color:transparent;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width: 620px;"><tr class="layout-full-width" style="background-color:transparent;"><![endif]--> <!-- [if (mso)|(IE)]><td align="center" width="620" style=" width:620px; padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num12" style="min-width: 320px; max-width: 620px; width: calc(30000% - 185380px); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 5px 0px 5px 0px;"><!--<![endif]-->
    <div class="img-container center" style="padding-right: 0px; padding-left: 0px;" align="center"><!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px;" align="center"><![endif]--> <img class="center" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; clear: both; display: block !important; border: 0; height: auto; float: none; width: 100%; max-width: 250px;" title="Image" src="https://xn--90ablmekqdsdu6h.xn--p1ai/userfiles/editor/large/2/13107_okok.gif" alt="Image" width="250" align="center" border="0" /> <!-- [if mso]></td></tr></table><![endif]--></div>
    <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]--></div>
    </div>
    </div>
    <div style="background-color: transparent;">
    <div class="block-grid " style="margin: 0 auto; min-width: 320px; max-width: 620px; width: calc(31000% - 197780px); overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: transparent;">
    <div style="border-collapse: collapse; display: table; width: 100%;"><!-- [if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="background-color:transparent;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width: 620px;"><tr class="layout-full-width" style="background-color:transparent;"><![endif]--> <!-- [if (mso)|(IE)]><td align="center" width="620" style=" width:620px; padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:10px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num12" style="min-width: 320px; max-width: 620px; width: calc(30000% - 185380px); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 5px 0px 10px 0px;"><!--<![endif]--> <!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 5px;"><![endif]-->
    <div style="font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; color: #000000; line-height: 120%; padding: 10px 10px 5px 10px;">
    <div style="font-size: 12px; line-height: 14px; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif; color: #000000; text-align: left;">
    <p style="margin: 0; font-size: 14px; line-height: 17px; text-align: center;"><strong><span style="font-size: 18px; line-height: 21px;">Спасибо, что сделали заказ в МужскойВыбор.рф!</span></strong></p>
    </div>
    </div>
    <!-- [if mso]></td></tr></table><![endif]--> <!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 25px;"><![endif]-->
    <div style="font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; color: #71777d; line-height: 120%; padding: 10px 10px 25px 10px;">
    <div style="font-size: 12px; line-height: 14px; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif; color: #71777d; text-align: left;">
    <p style="margin: 0; font-size: 14px; line-height: 17px; text-align: center;">Ниже представлена информация о Вашем заказе.</p>
    </div>
    </div>
    <!-- [if mso]></td></tr></table><![endif]--> <!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px;"><![endif]-->
    <div style="color: #555555; line-height: 120%; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; padding: 10px;">
    <div style="font-size: 12px; line-height: 14px; color: #555555; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; text-align: left;">
    <p style="margin: 0; font-size: 14px; line-height: 17px;">Номер заказа: %id<br />%order<br />Способ оплаты: %payment<br /><br />%message</p>
    </div>
    </div>
    <!-- [if mso]></td></tr></table><![endif]-->
    <div style="padding: 10px;"><!-- [if (mso)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px;padding-left: 10px; padding-top: 10px; padding-bottom: 10px;"><table width="100%" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td><![endif]-->
    <div align="center">
    <div style="border-top: 1px solid #BBBBBB; width: 100%; line-height: 1px; height: 1px; font-size: 1px;">&nbsp;</div>
    </div>
    <!-- [if (mso)]></td></tr></table></td></tr></table><![endif]--></div>
    <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]--></div>
    </div>
    </div>
    <div style="background-color: transparent;">
    <div class="block-grid mixed-two-up" style="margin: 0 auto; min-width: 320px; max-width: 620px; width: calc(31000% - 197780px); overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: transparent;">
    <div style="border-collapse: collapse; display: table; width: 100%;"><!-- [if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="background-color:transparent;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width: 620px;"><tr class="layout-full-width" style="background-color:transparent;"><![endif]--> <!-- [if (mso)|(IE)]><td align="center" width="207" style=" width:207px; padding-right: 10px; padding-left: 10px; padding-top:15px; padding-bottom:15px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num4" style="float: left; max-width: 320px; min-width: 204px; width: calc(72124px - 11600%); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 15px 10px 15px 10px;"><!--<![endif]-->
    <div class="img-container center" style="padding-right: 0px; padding-left: 0px;" align="center"><!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px;" align="center"><![endif]--> <img class="center" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; clear: both; display: block !important; border: 0; height: auto; float: none; width: 100%; max-width: 160px;" title="Image" src="https://xn--90ablmekqdsdu6h.xn--p1ai/userfiles/editor/large/2/13109_avatar.png" alt="Image" width="160" align="center" border="0" /> <!-- [if mso]></td></tr></table><![endif]--></div>
    <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td><td align="center" width="413" style=" width:413px; padding-right: 0px; padding-left: 0px; padding-top:15px; padding-bottom:15px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num8" style="float: left; min-width: 320px; max-width: 408px; width: calc(9800% - 62312px); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 15px 0px 15px 0px;"><!--<![endif]--> <!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px;"><![endif]-->
    <div style="color: #555555; line-height: 120%; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; padding: 10px;">
    <div style="font-size: 12px; line-height: 14px; color: #555555; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; text-align: left;">
    <p style="margin: 0; font-size: 12px; line-height: 14px; text-align: justify;"><span style="font-size: 16px; line-height: 19px;"><em>"Нам очень важно, как Вы оцениваете нашу работу, пожалуйста оставьте отзыв на нашем сайте. Несколько предложений помогут другим покупателям и сделают нашу работу еще лучше! "</em></span></p>
    </div>
    </div>
    <!-- [if mso]></td></tr></table><![endif]-->
    <div class="button-container center" style="padding: 10px;" align="center"><!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top:10px; padding-bottom:10px;" align="center"><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="" style="height:42px; v-text-anchor:middle; width:185px;" arcsize="10%" strokecolor="#3AAEE0" fillcolor="#3AAEE0"><w:anchorlock/><center style="color:#ffffff; font-family:'Lato', Tahoma, Verdana, Segoe, sans-serif; font-size:16px;"><![endif]--> <a style="color: #ffffff; background-color: #3aaee0; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; max-width: 195px; width: auto; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; text-align: center; mso-border-alt: none; border: 0px solid transparent; padding: 5px 20px 5px 20px;" href="https://мужскойвыбор.рф/reviews/" target="_blank"> <span style="font-size: 16px; line-height: 32px;">ОСТАВИТЬ ОТЗЫВ&rarr;</span></a> <!-- [if mso]></center></v:roundrect></td></tr></table><![endif]--></div>
    <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]--></div>
    </div>
    </div>
    <div style="background-color: transparent;">
    <div class="block-grid " style="margin: 0 auto; min-width: 320px; max-width: 620px; width: calc(31000% - 197780px); overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: transparent;">
    <div style="border-collapse: collapse; display: table; width: 100%;"><!-- [if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="background-color:transparent;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width: 620px;"><tr class="layout-full-width" style="background-color:transparent;"><![endif]--> <!-- [if (mso)|(IE)]><td align="center" width="620" style=" width:620px; padding-right: 0px; padding-left: 0px; padding-top:0px; padding-bottom:5px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num12" style="min-width: 320px; max-width: 620px; width: calc(30000% - 185380px); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 0px 0px 5px 0px;"><!--<![endif]--> <!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px;"><![endif]-->
    <div style="color: #555555; line-height: 120%; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; padding: 10px;">
    <div style="font-size: 12px; line-height: 14px; color: #555555; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; text-align: left;">
    <p style="margin: 0; font-size: 12px; line-height: 14px; text-align: center;"><span style="font-size: 16px; line-height: 19px;">С уважением, Станислав! Руководитель интернет-магазина МужскойВыбор.рф.</span></p>
    </div>
    </div>
    <!-- [if mso]></td></tr></table><![endif]-->
    <div style="padding: 15px 10px 15px 10px;"><!-- [if (mso)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px;padding-left: 10px; padding-top: 15px; padding-bottom: 15px;"><table width="100%" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td><![endif]-->
    <div align="center">
    <div style="border-top: 1px dotted #CCCCCC; width: 100%; line-height: 1px; height: 1px; font-size: 1px;">&nbsp;</div>
    </div>
    <!-- [if (mso)]></td></tr></table></td></tr></table><![endif]--></div>
    <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]--></div>
    </div>
    </div>
    <div style="background-color: transparent;">
    <div class="block-grid four-up" style="margin: 0 auto; min-width: 320px; max-width: 620px; width: calc(31000% - 197780px); overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: transparent;">
    <div style="border-collapse: collapse; display: table; width: 100%;"><!-- [if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="background-color:transparent;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width: 620px;"><tr class="layout-full-width" style="background-color:transparent;"><![endif]--> <!-- [if (mso)|(IE)]><td align="center" width="155" style=" width:155px; padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num3" style="float: left; max-width: 320px; min-width: 155px; width: calc(102455px - 16500%); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 5px 0px 5px 0px;"><!--<![endif]-->
    <div class="img-container center fullwidth" style="padding-right: 0px; padding-left: 0px;" align="center"><!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px;" align="center"><![endif]--> <a href="https://мужскойвыбор.рф/shop/stanki-dlya-britya/" target="_blank"> <img class="center fullwidth" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; clear: both; display: block !important; border: 0; height: auto; float: none; width: 100%; max-width: 155px;" title="" src="https://xn--90ablmekqdsdu6h.xn--p1ai/userfiles/editor/large/2/13101_1.png" alt="СТАНКИ ДЛЯ БРИТЬЯ" width="155" align="center" border="0" /> <!-- [if mso]></td></tr></table><![endif]--></a></div>
    <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td><td align="center" width="155" style=" width:155px; padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num3" style="float: left; max-width: 320px; min-width: 155px; width: calc(102455px - 16500%); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 5px 0px 5px 0px;"><!--<![endif]-->
    <div class="img-container center fullwidth" style="padding-right: 0px; padding-left: 0px;" align="center"><!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px;" align="center"><![endif]--> <a href="https://мужскойвыбор.рф/shop/nabory/" target="_blank"><img class="center fullwidth" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; clear: both; display: block !important; border: 0; height: auto; float: none; width: 100%; max-width: 155px;" title="" src="https://xn--90ablmekqdsdu6h.xn--p1ai/userfiles/editor/large/2/13105_2.png" alt="НАБОРЫ" width="155" align="center" border="0" /> <!-- [if mso]></td></tr></table><![endif]--></a></div>
    <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td><td align="center" width="155" style=" width:155px; padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num3" style="float: left; max-width: 320px; min-width: 155px; width: calc(102455px - 16500%); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 5px 0px 5px 0px;"><!--<![endif]-->
    <div class="img-container center fullwidth" style="padding-right: 0px; padding-left: 0px;" align="center"><!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px;" align="center"><![endif]--><a href="https://мужскойвыбор.рф/shop/sredstva-dlya-britya/" target="_blank"><img class="center fullwidth" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; clear: both; display: block !important; border: 0; height: auto; float: none; width: 100%; max-width: 155px;" title="" src="https://xn--90ablmekqdsdu6h.xn--p1ai/userfiles/editor/large/2/13106_3.png" alt="СРЕДСТВА ДЛЯ БРИТЬЯ" width="155" align="center" border="0" /> <!-- [if mso]></td></tr></table><![endif]--></a></div>
    <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td><td align="center" width="155" style=" width:155px; padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num3" style="float: left; max-width: 320px; min-width: 155px; width: calc(102455px - 16500%); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 5px 0px 5px 0px;"><!--<![endif]-->
    <div class="img-container center fullwidth" style="padding-right: 0px; padding-left: 0px;" align="center"><!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px;" align="center"><![endif]--> <a href="https://мужскойвыбор.рф/shop/pomazki/" target="_blank"><img class="center fullwidth" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; clear: both; display: block !important; border: 0; height: auto; float: none; width: 100%; max-width: 155px;" title="" src="https://xn--90ablmekqdsdu6h.xn--p1ai/userfiles/editor/large/2/13102_4.png" alt="ПОМАЗКИ" width="155" align="center" border="0" /> <!-- [if mso]></td></tr></table><![endif]--></a></div>
    <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]--></div>
    </div>
    </div>
    <div style="background-color: transparent;">
    <div class="block-grid " style="margin: 0 auto; min-width: 320px; max-width: 620px; width: calc(31000% - 197780px); overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: transparent;">
    <div style="border-collapse: collapse; display: table; width: 100%;"><!-- [if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="background-color:transparent;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width: 620px;"><tr class="layout-full-width" style="background-color:transparent;"><![endif]--> <!-- [if (mso)|(IE)]><td align="center" width="620" style=" width:620px; padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:0px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num12" style="min-width: 320px; max-width: 620px; width: calc(30000% - 185380px); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 5px 0px 0px 0px;"><!--<![endif]-->
    <div style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px;" align="center">
    <div style="line-height: 5px; font-size: 1px;">&nbsp;</div>
    <div style="display: table; max-width: 141;"><!-- [if (mso)|(IE)]><table width="131" cellpadding="0" cellspacing="0" border="0"><tr><td style="border-collapse:collapse; padding-right: 5px; padding-left: 5px; padding-bottom: 5px;" align="center"><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:131px;"><tr><td width="32" style="width:32px; padding-right: 5px;" valign="top"><![endif]-->
    <table style="border-collapse: collapse; table-layout: fixed; border-spacing: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; vertical-align: top; margin-right: 5px;" border="0" width="32" cellspacing="0" cellpadding="0" align="left">
    <tbody>
    <tr style="vertical-align: top;">
    <td style="word-break: break-word; border-collapse: collapse !important; vertical-align: top;" align="left" valign="middle"><a title="Facebook" href="https://www.facebook.com/mensface/" target="_blank"> <img style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; clear: both; display: block !important; border: none; height: auto; float: none; max-width: 32px !important;" title="Facebook" src="https://xn--90ablmekqdsdu6h.xn--p1ai/userfiles/editor/large/2/13108_facebook2x.png" alt="Facebook" width="32" /> </a>
    <div style="line-height: 5px; font-size: 1px;">&nbsp;</div>
    </td>
    </tr>
    </tbody>
    </table>
    <!-- [if (mso)|(IE)]></td><td width="32" style="width:32px; padding-right: 5px;" valign="top"><![endif]-->
    <table style="border-collapse: collapse; table-layout: fixed; border-spacing: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; vertical-align: top; margin-right: 5px;" border="0" width="32" cellspacing="0" cellpadding="0" align="left">
    <tbody>
    <tr style="vertical-align: top;">
    <td style="word-break: break-word; border-collapse: collapse !important; vertical-align: top;" align="left" valign="middle"><a title="YouTube" href="https://www.youtube.com/channel/UC8c6f_uZ5t-BKj9T9eergow" target="_blank"> <img style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; clear: both; display: block !important; border: none; height: auto; float: none; max-width: 32px !important;" title="YouTube" src="https://xn--90ablmekqdsdu6h.xn--p1ai/userfiles/editor/large/2/13104_youtube2x.png" alt="YouTube" width="32" /> </a>
    <div style="line-height: 5px; font-size: 1px;">&nbsp;</div>
    </td>
    </tr>
    </tbody>
    </table>
    <!-- [if (mso)|(IE)]></td><td width="32" style="width:32px; padding-right: 0;" valign="top"><![endif]-->
    <table style="border-collapse: collapse; table-layout: fixed; border-spacing: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; vertical-align: top; margin-right: 0;" border="0" width="32" cellspacing="0" cellpadding="0" align="left">
    <tbody>
    <tr style="vertical-align: top;">
    <td style="word-break: break-word; border-collapse: collapse !important; vertical-align: top;" align="left" valign="middle"><a title="Instagram" href="https://www.instagram.com/mensface.ru/" target="_blank"> <img style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; clear: both; display: block !important; border: none; height: auto; float: none; max-width: 32px !important;" title="Instagram" src="https://xn--90ablmekqdsdu6h.xn--p1ai/userfiles/editor/large/2/13103_instagram2x.png" alt="Instagram" width="32" /> </a>
    <div style="line-height: 5px; font-size: 1px;">&nbsp;</div>
    </td>
    </tr>
    </tbody>
    </table>
    <!-- [if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]--></div>
    </div>
    <div style="padding: 15px 10px 15px 10px;"><!-- [if (mso)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px;padding-left: 10px; padding-top: 15px; padding-bottom: 15px;"><table width="100%" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td><![endif]-->
    <div align="center">
    <div style="border-top: 1px dotted #CCCCCC; width: 100%; line-height: 1px; height: 1px; font-size: 1px;">&nbsp;</div>
    </div>
    <!-- [if (mso)]></td></tr></table></td></tr></table><![endif]--></div>
    <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]--></div>
    </div>
    </div>
    <div style="background-color: transparent;">
    <div class="block-grid " style="margin: 0 auto; min-width: 320px; max-width: 620px; width: calc(31000% - 197780px); overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: transparent;">
    <div style="border-collapse: collapse; display: table; width: 100%;"><!-- [if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="background-color:transparent;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width: 620px;"><tr class="layout-full-width" style="background-color:transparent;"><![endif]--> <!-- [if (mso)|(IE)]><td align="center" width="620" style=" width:620px; padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><![endif]-->
    <div class="col num12" style="min-width: 320px; max-width: 620px; width: calc(30000% - 185380px); background-color: transparent;">
    <div style="background-color: transparent; width: 100% !important;"><!-- [if (!mso)&(!IE)]><!-->
    <div style="border: 0px solid transparent; padding: 5px 0px 5px 0px;"><!--<![endif]--> <!-- [if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px;"><![endif]-->
    <div style="font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; color: #555555; line-height: 120%; padding: 10px;">
    <div style="font-size: 12px; line-height: 14px; color: #555555; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; text-align: left;">
    <p style="margin: 0; font-size: 12px; line-height: 14px; text-align: center;"><a style="color: #71777d; text-decoration: underline;" href="https://xn--90ablmekqdsdu6h.xn--p1ai/" target="_blank" rel="noopener noreferrer">МужскойВыбор.рф - станки для бритья и аксессуары</a> , <a style="color: #71777d; text-decoration: underline;" title="tel:+78462670309" href="tel:+78462670309">+7(846)267-0-309</a>, <a style="color: #71777d; text-decoration: underline;" title="tel:+79053000309" href="tel:+79053000309">+7(905)3000-309</a></p>
    </div>
    </div>
    <!-- [if mso]></td></tr></table><![endif]--> <!-- [if (!mso)&(!IE)]><!--></div>
    <!--<![endif]--></div>
    </div>
    <!-- [if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]--></div>
    </div>
    </div>
    <!-- [if (mso)|(IE)]></td></tr></table><![endif]--></div>
    <!-- [if (mso)|(IE)]></div><![endif]-->

    cart.view.table_email.php
    Код
    <?php
    /**
    * Шаблон таблицы с товарами, отправляемый пользователю по почте
    *
    * @package DIAFAN.CMS
    * @author diafan.ru
    * @version 6.0
    * @license http://www.diafan.ru/license.html
    * @copyright Copyright (c) 2003-2017 OOO «Диафан» (http://www.diafan.ru/)
    */

    if (! defined('DIAFAN')) {
    $path = __FILE__; $i = 0;
    while(! file_exists($path.'/includes/404.php'))
    {
    if($i == 10) exit; $i++;
    $path = dirname($path);
    }
    include $path.'/includes/404.php';
    }


    //шапка таблицы
    echo '<table cellpadding="5" bgcolor="#eeeeee">
    <thead><tr>
    <th bgcolor="#f9f9f9"></th>
    <th bgcolor="#f9f9f9">'.$this->diafan->_('Наименование товара').'</th>';
    if(! empty($result["measure_unit"]))
    {
    echo '<th bgcolor="#f9f9f9">'.$this->diafan->_('Единица измерения').'</th>';
    }
    echo '
    <th bgcolor="#f9f9f9">'.$this->diafan->_('Кол-во').'</th>
    <th bgcolor="#f9f9f9" nowrap>'.$this->diafan->_('Цена').'('.$result["currency"].')</th>';
    if($result["discount"])
    {
    echo '<th bgcolor="#f9f9f9" nowrap>'.$this->diafan->_('Скидка').'('.$result["currency"].')</th>';
    echo '<th bgcolor="#f9f9f9">'.$this->diafan->_('Скидка').'(%)</th>';
    }
    echo '<th bgcolor="#f9f9f9" nowrap>'.$this->diafan->_('Сумма').'('.$result["currency"].')</th>
    </tr></thead><tbody>';

    //товары
    if (! empty($result["rows"]))
    {
    foreach ($result["rows"] as $row)
    {
    echo '
    <tr>
    <td bgcolor="#ffffff">';
    if (!empty($row["img"]))
    {
    echo '<a href="'.BASE_PATH_HREF.$row["link"].'"><img src="http'.(IS_HTTPS ? "s" : '')."://".getenv("HTTP_HOST").$row["img"]["src"].'" width="'.$row["img"]["width"].'" height="'.$row["img"]["height"].'" alt="'.$row["img"]["alt"].'" title="'.$row["img"]["title"].'"></a> ';
    }
    echo '</td>
    <td bgcolor="#ffffff">';
    if(! empty($row["cat"]))
    {
    echo '<a href="'.BASE_PATH_HREF.$row["cat"]["link"].'">'.$row["cat"]["name"].'</a> / ';
    }
    echo '<a href="'.BASE_PATH_HREF.$row["link"].'">'.$row["name"];
    if(! empty($row["param"]))
    {
    foreach($row["param"] as $name => $value)
    {
    echo ', '.$name.': '.$value;
    }
    }
    if(! empty($row["article"]))
    {
    echo '<br/>'.$this->diafan->_('Артикул').': '.$row["article"];
    }
    echo '</a>';
    if(! empty($row["additional_cost"]))
    {
    foreach($row["additional_cost"] as $a)
    {
    echo '<br>'.$a["name"];
    if($a["summ"])
    {
    echo ' + '.$a["format_summ"].' '.$result["currency"];
    }
    }
    }
    echo '</td>';
    if(! empty($result["measure_unit"]))
    {
    echo '<td bgcolor="#ffffff">'.($row["measure_unit"] ? $row["measure_unit"] : $this->diafan->_('шт.')).'</td>';
    }
    echo '
    <td bgcolor="#ffffff">'.$row["count"].'</td>';
    if($result["discount"])
    {
    echo '<td bgcolor="#ffffff">'.($row["old_price"] ? $row["old_price"] : $row["price"]).'</td>';
    echo '<td bgcolor="#ffffff">'.($row["old_price"] ? $row["price"] : '').'</td>';
    echo '<td bgcolor="#ffffff">'.($row["discount"] ? $row["discount"] : '').'</td>';
    }
    else
    {
    echo '<td bgcolor="#ffffff">'.$row["price"].'</td>';
    }
    echo '
    <td bgcolor="#ffffff">'.$row["summ"].'</td>
    </tr>';
    }

    if(! empty($result["old_summ_goods"]))
    {
    echo '
    <tr>
    <td bgcolor="#ffffff" colspan="'.($result["discount"] ? 6 : 4).'" align="right">'.$this->diafan->_('Итого без скидок').'</td>
    <th bgcolor="#ffffff">'.$result["old_summ_goods"].'</th>
    </tr>';
    }

    // общая скидка от объема
    if(! empty($result["discount_summ"]))
    {
    echo '
    <tr>
    <td bgcolor="#ffffff" colspan="'.($result["discount"] ? 6 : 4).'" align="right">'.$this->diafan->_('Общая скидка').'</td>
    <th bgcolor="#ffffff">'.$result["discount_summ"].'</th>
    </tr>';
    }



    //итоговая строка для товаров
    echo '
    <tr>

    <td bgcolor="#fefefe" colspan="2" align="right">'.$this->diafan->_('Всего товаров').'</td>';
    if(! empty($result["measure_unit"]))
    {
    echo '<td bgcolor="#ffffff"></td>';
    }
    echo '<th bgcolor="#fefefe">'.$result["count"].'</th>
    <td align="right" bgcolor="#ffffff" colspan="'.($result["discount"] ? 3 : 1).'">'.$this->diafan->_('на сумму').'</td>';
    echo '
    <th bgcolor="#fefefe">';
    echo $result["summ_goods"];
    echo '</th>
    </tr>';



    $count_clm = 0;
    if(! empty($result["discount"]))
    {
    $count_clm += 2;
    }
    if(! empty($result["measure_unit"]))
    {
    $count_clm++;
    }

    //дополнительно
    if (! empty($result["additional_cost"]))
    {
    echo '<tr><th colspan="'.($count_clm + 5).'" bgcolor="#ffffff" align="right">'.$this->diafan->_('Дополнительно').'</th></tr>';
    foreach ($result["additional_cost"] as $row)
    {
    if ($row['amount'])
    {
    $row['text'] .= '<br>'.$this->diafan->_('Бесплатно от суммы').' '.$row['amount'].' '.$result["currency"];
    }
    echo '
    <tr>
    <td bgcolor="#ffffff" colspan="'.($count_clm + 3).'">
    <div class="cart_additional_cost_name">'.$row["name"].'</div>
    </td>
    <td bgcolor="#ffffff">'.($row['percent'] ? $row['percent'].'%' : $row["price"]).'</td>
    <th bgcolor="#ffffff">'.$row["summ"].'</th>
    </tr>';
    }
    }

    //способы доставки
    if (! empty($result["delivery"]))
    {
    echo '<tr><td colspan="'.($count_clm + 4).'" bgcolor="#ffffff" align="right">'.$this->diafan->_('Способ доставки').': '.$result["delivery"]["name"].'
    </td>
    <th bgcolor="#ffffff">'.$result["delivery"]["summ"].'</th>
    </tr>';
    }
    }


    //итоговая строка таблицы
    echo '
    <tr>
    <th bgcolor="#ffffff" align="right" colspan="'.($count_clm + 4).'">'.$this->diafan->_('Итого к оплате').'</th>';

    echo '<th bgcolor="#ffffff">'.$result["summ"];
    if(! empty($result["tax"]))
    {
    echo '<br>'.$this->diafan->_('в т. ч. %s', true, $result["tax_name"]).'<br>'.$result["tax"];
    }
    echo '</th>
    </tr></tbody>
    </table>';
Показывать по:

Новости

  • Вчера, 09:47
  • В преддверии 2025 года была выпущена сборка 7.2.5, которая не приносит радикальных изменений в функциональности, но способствует повышению стабильности работы системы и расширению возможностей облачного сервиса для создания сайтов.
  • 18 июня 2024 г.
  • В сборке большое обновление demo-шаблона, дополнительная защита от спама, улучшение YML-импорта и еще много важного и интересного.
  • 24 апреля 2024 г.
  • В новой сборке совершили революцию в структурировании кастомизированной информации в шаблонах, добавили авторегистрацию пользователей, усовершенствовали защиту от спама, актуализировали накопительную скидку, а также улучшили производительность и стабильность работы системы.