<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* SupplierDetail/detail.twig */
class __TwigTemplate_fb25de80ce9c209ad83ec9c9d7ecd851e0ecb0803116ed3efef1f69809e7e0ff extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "SupplierDetail/detail.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "SupplierDetail/detail.twig"));
// line 3
$context["body_class"] = "forsupplier";
// line 1
$this->parent = $this->loadTemplate("default_frame.twig", "SupplierDetail/detail.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 6
echo " <link rel=\"stylesheet\" type=\"text/css\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/script/magnific-popup.css"), "html", null, true);
echo "\" media=\"all\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 7
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html", null, true);
echo "\" media=\"all\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 8
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/template/default/assets/css/style.css"), "html", null, true);
echo "\"
media=\"all\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 10
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/base.css"), "html", null, true);
echo "\" media=\"all\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 11
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/next.css"), "html", null, true);
echo "\" media=\"all\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 12
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/add.css"), "html", null, true);
echo "\" media=\"all\"/>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 15
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 16
echo "<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js\"></script>
<script src=\"";
// line 17
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/jquery.easing.1.3.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 18
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/jquery.smoothScroll.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/jquery.magnific-popup.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 20
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/emergence.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/effects.js"), "html", null, true);
echo "\"></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 24
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 25
echo " <div class=\"breadcrumb\">
<ul>
<li><a href=\"";
// line 27
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\"><img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/next/icon-home.svg"), "html", null, true);
echo "\" alt=\"HOME\">HOME</a></li>
<li><a href=\"\">代理店様 専用ページ</a></li>
<li>取扱価格表 - ";
// line 29
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["itemCompany"]) || array_key_exists("itemCompany", $context) ? $context["itemCompany"] : (function () { throw new RuntimeError('Variable "itemCompany" does not exist.', 29, $this->source); })()), "name", [], "any", false, false, false, 29), "html", null, true);
echo "</li>
</ul>
</div>
<div id=\"mainimg\" class=\"next\">
<div class=\"content\">
<h1 class=\"catch\">Price list<span>取扱価格表 - ";
// line 34
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["itemCompany"]) || array_key_exists("itemCompany", $context) ? $context["itemCompany"] : (function () { throw new RuntimeError('Variable "itemCompany" does not exist.', 34, $this->source); })()), "name", [], "any", false, false, false, 34), "html", null, true);
echo "</span></h1>
</div>
</div>
<main class=\"next\">
<section id=\"supplier-detail_01\">
<div class=\"s_content\">
<h2 class=\"heading-lv07\">企業情報</h2>
<dl class=\"tbl\">
<dt>メーカー</dt>
<dd>";
// line 43
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["itemCompany"]) || array_key_exists("itemCompany", $context) ? $context["itemCompany"] : (function () { throw new RuntimeError('Variable "itemCompany" does not exist.', 43, $this->source); })()), "name", [], "any", false, false, false, 43), "html", null, true);
echo "</dd>
<dt>お支払方法</dt>
<dd>";
// line 45
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["itemCompany"]) || array_key_exists("itemCompany", $context) ? $context["itemCompany"] : (function () { throw new RuntimeError('Variable "itemCompany" does not exist.', 45, $this->source); })()), "payment_method", [], "any", false, false, false, 45), "html", null, true);
echo "</dd>
<dt>振込手数料</dt>
<dd>";
// line 47
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["itemCompany"]) || array_key_exists("itemCompany", $context) ? $context["itemCompany"] : (function () { throw new RuntimeError('Variable "itemCompany" does not exist.', 47, $this->source); })()), "transfer_fee", [], "any", false, false, false, 47), "html", null, true);
echo "</dd>
<dt>配送料</dt>
<dd>";
// line 49
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["itemCompany"]) || array_key_exists("itemCompany", $context) ? $context["itemCompany"] : (function () { throw new RuntimeError('Variable "itemCompany" does not exist.', 49, $this->source); })()), "delivery_fee", [], "any", false, false, false, 49), "html", null, true);
echo "</dd>
<dt>その他</dt>
<dd>";
// line 51
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["itemCompany"]) || array_key_exists("itemCompany", $context) ? $context["itemCompany"] : (function () { throw new RuntimeError('Variable "itemCompany" does not exist.', 51, $this->source); })()), "note", [], "any", false, false, false, 51), "html", null, true);
echo "</dd>
</dl>
</div>
</section>
<section id=\"supplier-detail_01\">
<div class=\"s_content\">
<h2 class=\"heading-lv07\">取扱製品・価格一覧</h2>
<table class=\"tbl2\">
<thead>
<tr>
<th>カテゴリー</th>
<th>品名</th>
<th>品番</th>
<th>JANCODE</th>
<th>標準小売価格<br><small>(税別)</small></th>
<th>卸価格<br><small>(税別)</small></th>
<th>備考</th>
</tr>
</thead>
<tbody>
";
// line 71
if ((twig_length_filter($this->env, (isset($context["PriceLists"]) || array_key_exists("PriceLists", $context) ? $context["PriceLists"] : (function () { throw new RuntimeError('Variable "PriceLists" does not exist.', 71, $this->source); })())) > 0)) {
// line 72
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["PriceLists"]) || array_key_exists("PriceLists", $context) ? $context["PriceLists"] : (function () { throw new RuntimeError('Variable "PriceLists" does not exist.', 72, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["PriceList"]) {
// line 73
echo " <tr data-price_id=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["PriceList"], "id", [], "any", false, false, false, 73), "html", null, true);
echo "\">
<td>";
// line 74
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["PriceList"], "product_type", [], "any", false, false, false, 74), "html", null, true);
echo " </td>
<td>";
// line 75
echo twig_get_attribute($this->env, $this->source, $context["PriceList"], "product_name", [], "any", false, false, false, 75);
echo "</td>
<td>";
// line 76
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["PriceList"], "product_code", [], "any", false, false, false, 76), "html", null, true);
echo "</td>
<td>";
// line 77
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["PriceList"], "jancode", [], "any", false, false, false, 77), "html", null, true);
echo "</td>
<td>";
// line 78
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["PriceList"], "price", [], "any", false, false, false, 78), "html", null, true);
echo "</td>
<td>";
// line 79
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["PriceList"], "wholesale_price", [], "any", false, false, false, 79), "html", null, true);
echo "</td>
<td>";
// line 80
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["PriceList"], "note", [], "any", false, false, false, 80), "html", null, true);
echo "</td>
</tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['PriceList'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 83
echo " ";
}
// line 84
echo " </tbody>
</table>
</div>
</section>
<section id=\"forsupplier\">
<div class=\"s_content\">
<div class=\"heading-text-lv01\">
メーカー名をクリックすると、各メーカーの取扱価格一覧へ移動します。
</div>
<ul class=\"maker-btn-list\">
<li><a href=\"";
// line 94
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("page_supplier-detail", ["code" => "sirius"]);
echo "\">
<div><img src=\"";
// line 95
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/next/forsupplier/logo01.png"), "html", null, true);
echo "\"
srcset=\"";
// line 96
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/next/forsupplier/logo01.png"), "html", null, true);
echo " 1x, ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img//forsupplier/logo01@2x.png"), "html", null, true);
echo " 2x\"
width=\"141\" height=\"51\" alt=\"\"></div>
</a></li>
<li><a href=\"";
// line 99
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("page_supplier-detail", ["code" => "aqua"]);
echo "\">
<div><img src=\"";
// line 100
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/next/forsupplier/logo02.png"), "html", null, true);
echo "\"
srcset=\"";
// line 101
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/next/forsupplier/logo02.png"), "html", null, true);
echo " 1x, ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img//forsupplier/logo02@2x.png"), "html", null, true);
echo " 2x\"
width=\"103\" height=\"50\" alt=\"\"></div>
</a></li>
<li><a href=\"";
// line 104
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("page_supplier-detail", ["code" => "haier"]);
echo "\">
<div><img src=\"";
// line 105
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/next/forsupplier/logo03.png"), "html", null, true);
echo "\"
srcset=\"";
// line 106
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/next/forsupplier/logo03.png"), "html", null, true);
echo " 1x, ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img//forsupplier/logo03@2x.png"), "html", null, true);
echo " 2x\"
width=\"128\" height=\"50\" alt=\"\"></div>
</a></li>
</ul>
<div class=\"heading-text-lv01 pb40\">
以下メーカーの商品もお取り扱いがございます。<br>※商品によってお取り扱いができないものもございますのでお問い合わせください
</div>
<ul class=\"maker-list\">
<li>アイリスオーヤマ</li>
<li>小泉成器</li>
<li>トヨトミ</li>
<li>パーソナルカラオケオンステージ</li>
<li>パナソニックES産機システム</li>
<li>フィリップス</li>
<li>ティファール</li>
</ul>
</div>
</section>
<section class=\"conv-block\">
<div class=\"item-text\">代理店お申し込みに関するご不明点などございましたら、お気軽にお電話ください</div>
<div class=\"item-title\">株式会社シリウス 受注センター</div>
<div class=\"item-btn\">
<div><a href=\"\" class=\"btn icon-tel\">0120-91-4649</a></div>
<div><a href=\"\" class=\"btn icon-fax\">0120-91-4650</a></div>
</div>
<p class=\"item-time\">受付時間:祝日を除く月曜~金曜10:00~18:00</p>
</section>
";
// line 134
if (twig_get_attribute($this->env, $this->source, ($context["catalogList"] ?? null), 0, [], "array", true, true, false, 134)) {
// line 135
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["catalogList"]) || array_key_exists("catalogList", $context) ? $context["catalogList"] : (function () { throw new RuntimeError('Variable "catalogList" does not exist.', 135, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 136
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 136)) {
// line 137
echo " <section class=\"sec-pt\">
";
} else {
// line 139
echo " <section class=\"\">
";
}
// line 141
echo " <div class=\"s_content\">
<h2 class=\"heading-lv07\">";
// line 142
echo nl2br(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "name", [], "any", false, false, false, 142), "html", null, true));
echo "</h2>
";
// line 143
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "Children", [], "any", false, true, false, 143), 0, [], "array", true, true, false, 143)) {
// line 144
echo " <ul class=\"faq-cat\">
";
// line 145
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["row"], "Children", [], "any", false, false, false, 145));
foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
// line 146
echo " <li>
<a href=\"";
// line 147
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("page_faq_detail", ["id" => twig_get_attribute($this->env, $this->source, $context["child"], "id", [], "any", false, false, false, 147)]), "html", null, true);
echo "\">
<div class=\"item-img\"><span><img src=\"";
// line 148
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env, $this->source, $context["child"], "image", [], "any", false, false, false, 148)), "save_faq"), "html", null, true);
echo "\" srcset='";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env, $this->source, $context["child"], "image", [], "any", false, false, false, 148)), "save_faq"), "html", null, true);
echo " 1x,";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env, $this->source, $context["child"], "image_mobile", [], "any", false, false, false, 148)), "save_faq"), "html", null, true);
echo " 2x' width=\"66\" height=\"110\" alt=\"\"></span></div>
<div class=\"item-text\">";
// line 149
echo nl2br(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["child"], "name", [], "any", false, false, false, 149), "html", null, true));
echo "</div>
</a>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 153
echo " </ul>
";
}
// line 155
echo " </div>
</section>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 158
echo " ";
}
// line 159
echo "
";
// line 160
echo twig_include($this->env, $context, "Block/conv.twig");
echo "
</main>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "SupplierDetail/detail.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 463 => 160, 460 => 159, 457 => 158, 441 => 155, 437 => 153, 427 => 149, 419 => 148, 415 => 147, 412 => 146, 408 => 145, 405 => 144, 403 => 143, 399 => 142, 396 => 141, 392 => 139, 388 => 137, 385 => 136, 367 => 135, 365 => 134, 332 => 106, 328 => 105, 324 => 104, 316 => 101, 312 => 100, 308 => 99, 300 => 96, 296 => 95, 292 => 94, 280 => 84, 277 => 83, 268 => 80, 264 => 79, 260 => 78, 256 => 77, 252 => 76, 248 => 75, 244 => 74, 239 => 73, 234 => 72, 232 => 71, 209 => 51, 204 => 49, 199 => 47, 194 => 45, 189 => 43, 177 => 34, 169 => 29, 162 => 27, 158 => 25, 148 => 24, 136 => 21, 132 => 20, 128 => 19, 124 => 18, 120 => 17, 117 => 16, 107 => 15, 95 => 12, 91 => 11, 87 => 10, 82 => 8, 78 => 7, 73 => 6, 63 => 5, 52 => 1, 50 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% set body_class = 'forsupplier' %}
{% block stylesheet %}
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/script/magnific-popup.css') }}\" media=\"all\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/style.css') }}\" media=\"all\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/template/default/assets/css/style.css') }}\"
media=\"all\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/base.css') }}\" media=\"all\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/next.css') }}\" media=\"all\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/add.css') }}\" media=\"all\"/>
{% endblock %}
{% block javascript %}
<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js\"></script>
<script src=\"{{ asset('assets/js/jquery.easing.1.3.js') }}\"></script>
<script src=\"{{ asset('assets/js/jquery.smoothScroll.js') }}\"></script>
<script src=\"{{ asset('assets/js/jquery.magnific-popup.js') }}\"></script>
<script src=\"{{ asset('assets/js/emergence.min.js') }}\"></script>
<script src=\"{{ asset('assets/js/effects.js') }}\"></script>
{% endblock javascript %}
{% block main %}
<div class=\"breadcrumb\">
<ul>
<li><a href=\"{{ url('homepage') }}\"><img src=\"{{ asset('assets/img/next/icon-home.svg') }}\" alt=\"HOME\">HOME</a></li>
<li><a href=\"\">代理店様 専用ページ</a></li>
<li>取扱価格表 - {{ itemCompany.name }}</li>
</ul>
</div>
<div id=\"mainimg\" class=\"next\">
<div class=\"content\">
<h1 class=\"catch\">Price list<span>取扱価格表 - {{ itemCompany.name }}</span></h1>
</div>
</div>
<main class=\"next\">
<section id=\"supplier-detail_01\">
<div class=\"s_content\">
<h2 class=\"heading-lv07\">企業情報</h2>
<dl class=\"tbl\">
<dt>メーカー</dt>
<dd>{{ itemCompany.name }}</dd>
<dt>お支払方法</dt>
<dd>{{ itemCompany.payment_method }}</dd>
<dt>振込手数料</dt>
<dd>{{ itemCompany.transfer_fee }}</dd>
<dt>配送料</dt>
<dd>{{ itemCompany.delivery_fee }}</dd>
<dt>その他</dt>
<dd>{{ itemCompany.note }}</dd>
</dl>
</div>
</section>
<section id=\"supplier-detail_01\">
<div class=\"s_content\">
<h2 class=\"heading-lv07\">取扱製品・価格一覧</h2>
<table class=\"tbl2\">
<thead>
<tr>
<th>カテゴリー</th>
<th>品名</th>
<th>品番</th>
<th>JANCODE</th>
<th>標準小売価格<br><small>(税別)</small></th>
<th>卸価格<br><small>(税別)</small></th>
<th>備考</th>
</tr>
</thead>
<tbody>
{% if PriceLists|length > 0 %}
{% for PriceList in PriceLists %}
<tr data-price_id=\"{{ PriceList.id }}\">
<td>{{ PriceList.product_type }} </td>
<td>{{ PriceList.product_name|raw }}</td>
<td>{{ PriceList.product_code }}</td>
<td>{{ PriceList.jancode }}</td>
<td>{{ PriceList.price }}</td>
<td>{{ PriceList.wholesale_price }}</td>
<td>{{ PriceList.note }}</td>
</tr>
{% endfor %}
{% endif %}
</tbody>
</table>
</div>
</section>
<section id=\"forsupplier\">
<div class=\"s_content\">
<div class=\"heading-text-lv01\">
メーカー名をクリックすると、各メーカーの取扱価格一覧へ移動します。
</div>
<ul class=\"maker-btn-list\">
<li><a href=\"{{ url('page_supplier-detail',{code: 'sirius'}) }}\">
<div><img src=\"{{ asset('assets/img/next/forsupplier/logo01.png') }}\"
srcset=\"{{ asset('assets/img/next/forsupplier/logo01.png') }} 1x, {{ asset('assets/img//forsupplier/logo01@2x.png') }} 2x\"
width=\"141\" height=\"51\" alt=\"\"></div>
</a></li>
<li><a href=\"{{ url('page_supplier-detail',{code: 'aqua'}) }}\">
<div><img src=\"{{ asset('assets/img/next/forsupplier/logo02.png') }}\"
srcset=\"{{ asset('assets/img/next/forsupplier/logo02.png') }} 1x, {{ asset('assets/img//forsupplier/logo02@2x.png') }} 2x\"
width=\"103\" height=\"50\" alt=\"\"></div>
</a></li>
<li><a href=\"{{ url('page_supplier-detail',{code: 'haier'}) }}\">
<div><img src=\"{{ asset('assets/img/next/forsupplier/logo03.png') }}\"
srcset=\"{{ asset('assets/img/next/forsupplier/logo03.png') }} 1x, {{ asset('assets/img//forsupplier/logo03@2x.png') }} 2x\"
width=\"128\" height=\"50\" alt=\"\"></div>
</a></li>
</ul>
<div class=\"heading-text-lv01 pb40\">
以下メーカーの商品もお取り扱いがございます。<br>※商品によってお取り扱いができないものもございますのでお問い合わせください
</div>
<ul class=\"maker-list\">
<li>アイリスオーヤマ</li>
<li>小泉成器</li>
<li>トヨトミ</li>
<li>パーソナルカラオケオンステージ</li>
<li>パナソニックES産機システム</li>
<li>フィリップス</li>
<li>ティファール</li>
</ul>
</div>
</section>
<section class=\"conv-block\">
<div class=\"item-text\">代理店お申し込みに関するご不明点などございましたら、お気軽にお電話ください</div>
<div class=\"item-title\">株式会社シリウス 受注センター</div>
<div class=\"item-btn\">
<div><a href=\"\" class=\"btn icon-tel\">0120-91-4649</a></div>
<div><a href=\"\" class=\"btn icon-fax\">0120-91-4650</a></div>
</div>
<p class=\"item-time\">受付時間:祝日を除く月曜~金曜10:00~18:00</p>
</section>
{% if catalogList[0] is defined %}
{% for row in catalogList %}
{% if loop.first %}
<section class=\"sec-pt\">
{% else %}
<section class=\"\">
{% endif %}
<div class=\"s_content\">
<h2 class=\"heading-lv07\">{{ row.name|nl2br }}</h2>
{% if row.Children[0] is defined %}
<ul class=\"faq-cat\">
{% for child in row.Children %}
<li>
<a href=\"{{ url('page_faq_detail', {id : child.id}) }}\">
<div class=\"item-img\"><span><img src=\"{{ asset(child.image|no_image_product, 'save_faq') }}\" srcset='{{ asset(child.image|no_image_product, 'save_faq') }} 1x,{{ asset(child.image_mobile|no_image_product, 'save_faq') }} 2x' width=\"66\" height=\"110\" alt=\"\"></span></div>
<div class=\"item-text\">{{ child.name|nl2br }}</div>
</a>
</li>
{% endfor %}
</ul>
{% endif %}
</div>
</section>
{% endfor %}
{% endif %}
{{ include(\"Block/conv.twig\") }}
</main>
{% endblock %}
", "SupplierDetail/detail.twig", "/home/xs453838/adnet-space.com/public_html/eccube/app/template/default/SupplierDetail/detail.twig");
}
}