app/Plugin/Maker42/Resource/template/default/maker.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {# <script>
  9.     $(function () {
  10.         $('#maker_area').insertBefore($('div.ec-productRole__category'));
  11.     });
  12. </script>
  13. {% if Product.Maker is not empty %}
  14.     <div id="maker_area" class="ec-productRole__maker" style="padding: 14px 0; border-bottom: 1px dotted #ccc;">
  15.         {% if Product.maker_url is not empty %}
  16.             <p class="ec-maker">{{ 'maker.admin.maker'|trans }}: <a href="{{ Product.maker_url }}" target="_blank">{{ Product.Maker.name }}</a></p>
  17.         {% else %}
  18.             <p class="ec-maker">{{ 'maker.admin.maker'|trans }}: {{ Product.Maker.name }}</p>
  19.         {% endif %}
  20.     </div>
  21. {% endif %} #}