<?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;
/* Product/detail.twig */
class __TwigTemplate_b2100f6f89f3a47defd2ff69a9e5d6a59fac32b83488c4a89eccfad369c787be 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 11
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", "Product/detail.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Product/detail.twig"));
// line 13
$context["body_class"] = "product_page";
// line 11
$this->parent = $this->loadTemplate("default_frame.twig", "Product/detail.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 15
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 16
echo " <style>
.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -45px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
content: \" \";
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 12px;
text-align: center;
opacity: .25;
background-color: black;
border-radius: 50%;
}
.slick-dots li.slick-active button:before {
opacity: .75;
background-color: black;
}
.slick-dots li button.thumbnail img {
width: 0;
height: 0;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 95
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 96
echo " <script>
eccube.classCategories = ";
// line 97
echo $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getClassCategoriesAsJson((isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 97, $this->source); })()));
echo ";
// 規格2に選択肢を割り当てる。
function fnSetClassCategories(form, classcat_id2_selected) {
var \$form = \$(form);
var product_id = \$form.find('input[name=product_id]').val();
var \$sele1 = \$form.find('select[name=classcategory_id1]');
var \$sele2 = \$form.find('select[name=classcategory_id2]');
eccube.setClassCategories(\$form, product_id, \$sele1, \$sele2, classcat_id2_selected);
}
";
// line 108
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id2", [], "any", true, true, false, 108)) {
// line 109
echo " fnSetClassCategories(
\$('#form1'), ";
// line 110
echo json_encode(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 110, $this->source); })()), "classcategory_id2", [], "any", false, false, false, 110), "vars", [], "any", false, false, false, 110), "value", [], "any", false, false, false, 110));
echo "
);
";
} elseif (twig_get_attribute($this->env, $this->source, // line 112
($context["form"] ?? null), "classcategory_id1", [], "any", true, true, false, 112)) {
// line 113
echo " eccube.checkStock(\$('#form1'), ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 113, $this->source); })()), "id", [], "any", false, false, false, 113), "html", null, true);
echo ", ";
echo json_encode(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 113, $this->source); })()), "classcategory_id1", [], "any", false, false, false, 113), "vars", [], "any", false, false, false, 113), "value", [], "any", false, false, false, 113));
echo ", null);
";
}
// line 115
echo " </script>
<script>
\$(function() {
// bfcache無効化
\$(window).bind('pageshow', function(event) {
if (event.originalEvent.persisted) {
location.reload(true);
}
});
// Core Web Vital の Cumulative Layout Shift(CLS)対策のため
// img タグに width, height が付与されている.
// 630px 未満の画面サイズでは縦横比が壊れるための対策
// see https://github.com/EC-CUBE/ec-cube/pull/5023
\$('.ec-grid2__cell').hide();
var removeSize = function () {
\$('.slide-item').height('');
\$('.slide-item img')
.removeAttr('width')
.removeAttr('height')
.removeAttr('style');
};
var slickInitial = function(slick) {
\$('.ec-grid2__cell').fadeIn(1500);
var baseHeight = \$(slick.target).height();
var baseWidth = \$(slick.target).width();
var rate = baseWidth / baseHeight;
\$('.slide-item').height(baseHeight * rate); // 余白を削除する
// transform を使用することでCLSの影響を受けないようにする
\$('.slide-item img')
.css(
{
'transform-origin': 'top left',
'transform': 'scaleY(' + rate + ')',
'transition': 'transform .1s'
}
);
// 正しいサイズに近くなったら属性を解除する
setTimeout(removeSize, 500);
};
\$('.item_visual').on('init', slickInitial);
// リサイズ時は CLS の影響を受けないため属性を解除する
\$(window).resize(removeSize);
\$('.item_visual').slick({
dots: false,
arrows: false,
responsive: [{
breakpoint: 768,
settings: {
dots: true
}
}]
});
\$('.slideThumb').on('click', function() {
var index = \$(this).attr('data-index');
\$('.item_visual').slick('slickGoTo', index, false);
})
});
</script>
<script>
\$(function() {
\$('.add-cart').on('click', function(event) {
";
// line 179
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id1", [], "any", true, true, false, 179)) {
// line 180
echo " // 規格1フォームの必須チェック
if (\$('#classcategory_id1').val() == '__unselected' || \$('#classcategory_id1').val() == '') {
\$('#classcategory_id1')[0].setCustomValidity('";
// line 182
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("項目が選択されていません"), "html", null, true);
echo "');
return true;
} else {
\$('#classcategory_id1')[0].setCustomValidity('');
}
";
}
// line 188
echo "
";
// line 189
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id2", [], "any", true, true, false, 189)) {
// line 190
echo " // 規格2フォームの必須チェック
if (\$('#classcategory_id2').val() == '__unselected' || \$('#classcategory_id2').val() == '') {
\$('#classcategory_id2')[0].setCustomValidity('";
// line 192
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("項目が選択されていません"), "html", null, true);
echo "');
return true;
} else {
\$('#classcategory_id2')[0].setCustomValidity('');
}
";
}
// line 198
echo "
// 個数フォームのチェック
if (\$('#quantity').val() < 1) {
\$('#quantity')[0].setCustomValidity('";
// line 201
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("1以上で入力してください。"), "html", null, true);
echo "');
return true;
} else {
\$('#quantity')[0].setCustomValidity('');
}
event.preventDefault();
\$form = \$('#form1');
\$.ajax({
url: \$form.attr('action'),
type: \$form.attr('method'),
data: \$form.serialize(),
dataType: 'json',
beforeSend: function(xhr, settings) {
// Buttonを無効にする
\$('.add-cart').prop('disabled', true);
}
}).done(function(data) {
// レスポンス内のメッセージをalertで表示
\$.each(data.messages, function() {
\$('#ec-modal-header').text(this);
});
\$('.ec-modal').show()
// カートブロックを更新する
\$.ajax({
url: \"";
// line 228
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_cart");
echo "\",
type: 'GET',
dataType: 'html'
}).done(function(html) {
\$('.ec-headerRole__cart').html(html);
});
}).fail(function(data) {
alert('";
// line 235
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートへの追加に失敗しました。"), "html", null, true);
echo "');
}).always(function(data) {
// Buttonを有効にする
\$('.add-cart').prop('disabled', false);
//工事特急券の場合、カートへ移動
if (\$('.add-cart').hasClass('cart-express')) {
location.href = \"";
// line 242
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
echo "\";
}
});
});
});
\$('.ec-modal-wrap').on('click', function(e) {
// モーダル内の処理は外側にバブリングさせない
e.stopPropagation();
});
\$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
\$('.ec-modal').hide()
});
</script>
<script type=\"application/ld+json\">
{
\"@context\": \"https://schema.org/\",
\"@type\": \"Product\",
\"name\": \"";
// line 260
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 260, $this->source); })()), "name", [], "any", false, false, false, 260), "html", null, true);
echo "\",
\"image\": [
";
// line 262
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 262, $this->source); })()), "ProductImage", [], "any", false, false, false, 262));
$context['_iterated'] = false;
$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["img"]) {
// line 263
echo " \"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 263, $this->source); })()), "request", [], "any", false, false, false, 263), "schemeAndHttpHost", [], "any", false, false, false, 263), "html", null, true);
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["img"], "save_image"), "html", null, true);
echo "\"";
if ( !twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 263)) {
echo ",";
}
// line 264
echo "
";
$context['_iterated'] = true;
++$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'];
}
}
if (!$context['_iterated']) {
// line 266
echo " \"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 266, $this->source); })()), "request", [], "any", false, false, false, 266), "schemeAndHttpHost", [], "any", false, false, false, 266), "html", null, true);
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(""), "save_image"), "html", null, true);
echo "\"
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['img'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 268
echo " ],
\"description\": \"";
// line 269
echo twig_escape_filter($this->env, twig_slice($this->env, twig_replace_filter(((twig_get_attribute($this->env, $this->source, ($context["Product"] ?? null), "description_list", [], "any", true, true, false, 269)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["Product"] ?? null), "description_list", [], "any", false, false, false, 269), twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 269, $this->source); })()), "description_detail", [], "any", false, false, false, 269))) : (twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 269, $this->source); })()), "description_detail", [], "any", false, false, false, 269))), ["
" => "", "
" => ""]), 0, 300), "html", null, true);
echo "\",
";
// line 270
if (twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 270, $this->source); })()), "code_min", [], "any", false, false, false, 270)) {
// line 271
echo " \"sku\": \"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 271, $this->source); })()), "code_min", [], "any", false, false, false, 271), "html", null, true);
echo "\",
";
}
// line 273
echo " \"offers\": {
\"@type\": \"Offer\",
\"url\": \"";
// line 275
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 275, $this->source); })()), "id", [], "any", false, false, false, 275)]), "html", null, true);
echo "\",
\"priceCurrency\": \"";
// line 276
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config", $context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.', 276, $this->source); })()), "currency", [], "any", false, false, false, 276), "html", null, true);
echo "\",
\"price\": ";
// line 277
((twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 277, $this->source); })()), "getPrice02IncTaxMin", [], "any", false, false, false, 277)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 277, $this->source); })()), "getPrice02IncTaxMin", [], "any", false, false, false, 277), "html", null, true))) : (print (0)));
echo ",
\"availability\": \"";
// line 278
echo ((twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 278, $this->source); })()), "stock_find", [], "any", false, false, false, 278)) ? ("InStock") : ("OutOfStock"));
echo "\"
}
}
</script>
<script>
\$(function() {
setTimeout(function() {
\$('.slider-for').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
fade: true,
asNavFor: '.slider-nav',
}).on('init', function(event, slick) {
console.log('slider-for đã khởi tạo');
});
\$('.slider-nav').slick({
slidesToShow: \$('.slider-nav img').length,
slidesToScroll: 0,
asNavFor: '.slider-for',
centerMode: true,
focusOnSelect: true
});
}, 300);
});
</script>
<script>
\$(function() {
\$('#favorite-heart').click(function(event) {
\$('#favorite').click();
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 316
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 317
echo "
";
// line 318
if ((twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 318, $this->source); })()), "id", [], "any", false, false, false, 318) == 1207)) {
// line 319
echo "
";
// line 321
echo " <div class=\"ec-featured-product-page\">
<div class=\"ec-banner\">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
<h2>";
// line 325
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 325, $this->source); })()), "name", [], "any", false, false, false, 325), "html", null, true);
echo "</h2>
</div>
</div>
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"";
// line 330
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
<li class=\"ec-breadcrumb__item\"><p>";
// line 332
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 332, $this->source); })()), "name", [], "any", false, false, false, 332), "html", null, true);
echo "</p></li>
</ul>
</div>
</div>
</div>
<div class=\"ec-product-detail-page\">
<div class=\"ec-inquiry-page\">
<div class=\"ec-product-detail-main\">
<div class=\"ec-product-detail__inner\">
<div class=\"inner\">
<div class=\"product-press\">
<table>
<tr>
<th width=\"25%\">工事種別</th>
<th width=\"25%\">期間</th>
<th width=\"25%\">追加料金</th>
<th width=\"25%\">備考</th>
</tr>
<tr>
<td>特急工事</td>
<td>1週間以内 </td>
<td>";
// line 355
echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 355, $this->source); })()), "getPrice02Min", [], "any", false, false, false, 355), 0, ","), "html", null, true);
echo "円(税抜) </td>
<td>万が一期間内に実施できなかった場合は、全額返金保証有</td>
</tr>
<tr>
<td>通常工事</td>
<td>1週間~1ヶ月<br><small>※繁忙期等の混雑状況によります。</small></td>
<td>標準工事費に含む</td>
<td></td>
</tr>
</table>
<p>通常工事は、ご注文をいただいた順にご案内をさせていただきます。お客様の注文状況や工事エリア、繁忙期等により異なりますが、工事特急券をご利用いただいた場合、1週間以内で設置工事が完了するように優先的に工事のご案内をさせていただきます。万が一、1週間以内に設置工事が完了しなかった場合は、工事特急券費用(";
// line 366
echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 366, $this->source); })()), "getPrice02Min", [], "any", false, false, false, 366), 0, ","), "html", null, true);
echo "円)は全額返金させていただきます。</p>
<form action=\"";
// line 368
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 368, $this->source); })()), "id", [], "any", false, false, false, 368)]), "html", null, true);
echo "\" method=\"post\" id=\"form1\" name=\"form1\">
";
// line 369
if (twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 369, $this->source); })()), "stock_find", [], "any", false, false, false, 369)) {
// line 370
echo " <div class=\"ec-productRole__actions\">
";
// line 371
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id1", [], "any", true, true, false, 371)) {
// line 372
echo " <div class=\"ec-select\">
";
// line 373
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 373, $this->source); })()), "classcategory_id1", [], "any", false, false, false, 373), 'row');
echo "
";
// line 374
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 374, $this->source); })()), "classcategory_id1", [], "any", false, false, false, 374), 'errors');
echo "
</div>
";
// line 376
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id2", [], "any", true, true, false, 376)) {
// line 377
echo " <div class=\"ec-select\">
";
// line 378
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 378, $this->source); })()), "classcategory_id2", [], "any", false, false, false, 378), 'row');
echo "
";
// line 379
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 379, $this->source); })()), "classcategory_id2", [], "any", false, false, false, 379), 'errors');
echo "
</div>
";
}
// line 382
echo " ";
}
// line 383
echo " <div class=\"ec-numberInput\" style=\"display: none;\">
";
// line 384
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 384, $this->source); })()), "quantity", [], "any", false, false, false, 384), 'widget');
echo "
";
// line 385
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 385, $this->source); })()), "quantity", [], "any", false, false, false, 385), 'errors');
echo "
</div>
</div>
<div class=\"ec-product-detail__group\">
<div class=\"list-btn\">
<a href=\"";
// line 392
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
echo "\" class=\"btn btn-back\"><span>戻る</span></a>
</div>
<div class=\"product\">
<div class=\"right\">
<div class=\"list-btn\">
<button type=\"submit\" class=\"cart add-cart cart-express\" style=\"border: none;\">
<span>";
// line 398
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートに入れる"), "html", null, true);
echo "</span>
</button>
</div>
</div>
</div>
</div>
";
}
// line 406
echo "
";
// line 407
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 407, $this->source); })()), 'rest');
echo "
</form>
</div>
</div>
</div>
</div>
</div>
</div>
";
} else {
// line 417
echo "
";
// line 418
$context["isTelProduct"] = false;
// line 419
echo " ";
$context["isLoanProduct"] = false;
// line 420
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 420, $this->source); })()), "ProductCategories", [], "any", false, false, false, 420))) {
// line 421
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 421, $this->source); })()), "ProductCategories", [], "any", false, false, false, 421));
foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
// line 422
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 422), "id", [], "any", false, false, false, 422) == 117)) {
// line 423
echo " ";
$context["isTelProduct"] = true;
// line 424
echo " ";
}
// line 425
echo "
";
// line 426
if ((twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "category_id", [], "any", false, false, false, 426) == 118)) {
// line 427
echo " ";
$context["isLoanProduct"] = true;
echo "
";
}
// line 429
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 430
echo " ";
}
// line 431
echo "
";
// line 433
echo " <div class=\"ec-product-detail-page\">
<div class=\"ec-inquiry-page\">
<div class=\"ec-banner\">
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"";
// line 438
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
";
// line 441
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 441, $this->source); })()), "ProductCategories", [], "any", false, false, false, 441))) {
// line 442
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 442, $this->source); })()), "ProductCategories", [], "any", false, false, false, 442));
foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
// line 443
echo " ";
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 443), "id", [], "any", false, false, false, 443) == 7) || (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 443), "id", [], "any", false, false, false, 443) == 8))) {
// line 444
echo " <li class=\"ec-breadcrumb__item\"><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?category_id=";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 444), "id", [], "any", false, false, false, 444), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 444), "name", [], "any", false, false, false, 444), "html", null, true);
echo "</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
";
}
// line 447
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 448
echo " ";
}
// line 449
echo "
<li class=\"ec-breadcrumb__item\"><p>";
// line 450
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 450, $this->source); })()), "name", [], "any", false, false, false, 450), "html", null, true);
echo "</p></li>
</ul>
</div>
</div>
<div class=\"ec-product-detail-main\">
<div class=\"ec-product-detail__inner\">
<div class=\"inner\">
<div class=\"ec-product-detail__group\">
<div class=\"product tatami\">
<div class=\"left\">
<div class=\"slider-for\">
";
// line 461
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 461, $this->source); })()), "ProductImage", [], "any", false, false, false, 461));
$context['_iterated'] = false;
$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["ProductImage"]) {
// line 462
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["ProductImage"], "save_image"), "html", null, true);
echo "\" alt=\"";
((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 462)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 462, $this->source); })()), "name", [], "any", false, false, false, 462), "html", null, true))) : (print ("")));
echo "\">
";
$context['_iterated'] = true;
++$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'];
}
}
if (!$context['_iterated']) {
// line 464
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(""), "save_image"), "html", null, true);
echo "\" alt=\"";
((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 464)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 464, $this->source); })()), "name", [], "any", false, false, false, 464), "html", null, true))) : (print ("")));
echo "\">
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductImage'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 466
echo " </div>
<div class=\"slider-nav\">
";
// line 468
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 468, $this->source); })()), "ProductImage", [], "any", false, false, false, 468));
$context['_iterated'] = false;
$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["ProductImage"]) {
// line 469
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["ProductImage"], "save_image"), "html", null, true);
echo "\" alt=\"";
((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 469)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 469, $this->source); })()), "name", [], "any", false, false, false, 469), "html", null, true))) : (print ("")));
echo "\">
";
$context['_iterated'] = true;
++$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'];
}
}
if (!$context['_iterated']) {
// line 471
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(""), "save_image"), "html", null, true);
echo "\" alt=\"";
((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 471)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 471, $this->source); })()), "name", [], "any", false, false, false, 471), "html", null, true))) : (print ("")));
echo "\">
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductImage'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 473
echo " </div>
</div>
<div class=\"right\">
";
// line 476
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 476, $this->source); })()), "ProductCategories", [], "any", false, false, false, 476));
foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
// line 477
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 477), "name", [], "any", false, false, false, 477) == "おすすめ")) {
// line 478
echo " <div class=\"list-cate v2\">
";
// line 479
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories", $context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.', 479, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["cate"]) {
// line 480
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["cate"], "parent", [], "any", false, false, false, 480) == "機能")) {
// line 481
echo " ";
if (twig_in_filter(twig_get_attribute($this->env, $this->source, $context["cate"], "id", [], "any", false, false, false, 481), (isset($context["recommendCatChild"]) || array_key_exists("recommendCatChild", $context) ? $context["recommendCatChild"] : (function () { throw new RuntimeError('Variable "recommendCatChild" does not exist.', 481, $this->source); })()))) {
// line 482
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/cate-"), "html", null, true);
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["cate"], "id", [], "any", false, false, false, 482), "html", null, true);
echo ".png\" alt=\"\"/>
";
} else {
// line 484
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/cate-"), "html", null, true);
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["cate"], "id", [], "any", false, false, false, 484), "html", null, true);
echo "-uc.png\" alt=\"\"/>
";
}
// line 486
echo " ";
}
// line 487
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cate'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 488
echo " </div>
";
}
// line 490
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 491
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 491, $this->source); })()), "ProductCategories", [], "any", false, false, false, 491))) {
// line 492
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 492, $this->source); })()), "ProductCategories", [], "any", false, false, false, 492));
foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
// line 493
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 493), "name", [], "any", false, false, false, 493) == "おすすめ")) {
// line 494
echo " <div class=\"list-cate v3\">
<div class=\"year-model\">
";
// line 496
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories", $context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.', 496, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["cate"]) {
// line 497
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["cate"], "parent", [], "any", false, false, false, 497) == "20XXモデル")) {
// line 498
echo " ";
if (twig_in_filter(twig_get_attribute($this->env, $this->source, $context["cate"], "id", [], "any", false, false, false, 498), (isset($context["moderYearCatChild"]) || array_key_exists("moderYearCatChild", $context) ? $context["moderYearCatChild"] : (function () { throw new RuntimeError('Variable "moderYearCatChild" does not exist.', 498, $this->source); })()))) {
// line 499
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/ymodel-"), "html", null, true);
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["cate"], "id", [], "any", false, false, false, 499), "html", null, true);
echo ".png\" alt=\"\"/>
";
}
// line 501
echo " ";
}
// line 502
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cate'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 503
echo " </div>
";
// line 504
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories", $context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.', 504, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["cate"]) {
// line 505
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["cate"], "parent", [], "any", false, false, false, 505) == "メーカー")) {
// line 506
echo " ";
if (twig_in_filter(twig_get_attribute($this->env, $this->source, $context["cate"], "id", [], "any", false, false, false, 506), (isset($context["tradeCatChild"]) || array_key_exists("tradeCatChild", $context) ? $context["tradeCatChild"] : (function () { throw new RuntimeError('Variable "tradeCatChild" does not exist.', 506, $this->source); })()))) {
// line 507
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/trademark-"), "html", null, true);
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["cate"], "id", [], "any", false, false, false, 507), "html", null, true);
echo ".png\" alt=\"\"/>
";
}
// line 509
echo " ";
}
// line 510
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cate'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 511
echo " </div>
";
}
// line 513
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 514
echo " ";
}
// line 515
echo " <div class=\"list-cate basic\">
";
// line 516
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 516, $this->source); })()), "ProductCategories", [], "any", false, false, false, 516))) {
// line 517
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 517, $this->source); })()), "ProductCategories", [], "any", false, false, false, 517));
foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
// line 518
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 518), "Parent", [], "any", false, false, false, 518))) {
// line 519
echo " ";
$context["parentCat"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 519), "Parent", [], "any", false, false, false, 519);
// line 520
echo " ";
if (((twig_get_attribute($this->env, $this->source, (isset($context["parentCat"]) || array_key_exists("parentCat", $context) ? $context["parentCat"] : (function () { throw new RuntimeError('Variable "parentCat" does not exist.', 520, $this->source); })()), "id", [], "any", false, false, false, 520) == 20) && (twig_get_attribute($this->env, $this->source, (isset($context["parentCat"]) || array_key_exists("parentCat", $context) ? $context["parentCat"] : (function () { throw new RuntimeError('Variable "parentCat" does not exist.', 520, $this->source); })()), "id", [], "any", false, false, false, 520) == 21))) {
// line 521
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 521), "name", [], "any", false, false, false, 521), "html", null, true);
echo "
";
}
// line 523
echo " ";
}
// line 524
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 525
echo " ";
}
// line 526
echo " </div>
<div class=\"title\">
<p>";
// line 528
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 528, $this->source); })()), "name", [], "any", false, false, false, 528), "html", null, true);
echo "</p>
</div>
<div class=\"price\">
";
// line 533
echo " ";
// line 549
echo "
";
// line 551
echo " <div class=\"ec-productRole__price\">
";
// line 552
if (twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 552, $this->source); })()), "hasProductClass", [], "any", false, false, false, 552)) {
// line 553
if ((twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 553, $this->source); })()), "getPrice02IncTaxMin", [], "any", false, false, false, 553) == twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 553, $this->source); })()), "getPrice02IncTaxMax", [], "any", false, false, false, 553))) {
// line 554
echo " <p>
";
// line 556
echo " ";
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 556, $this->source); })()), "getPrice02IncTaxMin", [], "any", false, false, false, 556)), "html", null, true);
echo "
<small>(税込)</small>
</p>
";
} else {
// line 560
echo " <p>
";
// line 562
echo " ";
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 562, $this->source); })()), "getPrice02IncTaxMin", [], "any", false, false, false, 562)), "html", null, true);
echo " ~ ";
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 562, $this->source); })()), "getPrice02IncTaxMax", [], "any", false, false, false, 562)), "html", null, true);
echo "
<small>(税込)</small>
</p>
";
}
// line 566
echo " ";
} else {
// line 567
echo " <p>
";
// line 568
if ((isset($context["recommendCatChild"]) || array_key_exists("recommendCatChild", $context) ? $context["recommendCatChild"] : (function () { throw new RuntimeError('Variable "recommendCatChild" does not exist.', 568, $this->source); })())) {
echo "
";
// line 569
if (((isset($context["isLoanProduct"]) || array_key_exists("isLoanProduct", $context) ? $context["isLoanProduct"] : (function () { throw new RuntimeError('Variable "isLoanProduct" does not exist.', 569, $this->source); })()) == true)) {
// line 570
echo " ";
$context["priceProduct"] = ((int) floor((((twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 570, $this->source); })()), "getPrice02IncTaxMin", [], "any", false, false, false, 570) / 24) / 10) / 1)) * 10);
// line 571
echo " <span class=\"price-1\">月々<span class=\"ic-yen\">¥</span>";
echo twig_escape_filter($this->env, twig_number_format_filter($this->env, (isset($context["priceProduct"]) || array_key_exists("priceProduct", $context) ? $context["priceProduct"] : (function () { throw new RuntimeError('Variable "priceProduct" does not exist.', 571, $this->source); })()), 0, ","), "html", null, true);
echo "/24回払い</span><br />
<span>価格: </span>
<span class=\"price-2\">¥</span>
<span class=\"price-2\">";
// line 574
echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 574, $this->source); })()), "getPrice02IncTaxMin", [], "any", false, false, false, 574), 0, ","), "html", null, true);
echo "</span>
<small>(税込)</small>
<span class=\"price-2\"> / ¥";
// line 576
echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 576, $this->source); })()), "getPrice02Min", [], "any", false, false, false, 576), 0, ","), "html", null, true);
echo "</span>
<small>(税抜)</small>
";
} else {
// line 579
echo " <span>価格: </span>
<span class=\"ic-yen\">¥</span>
<span class=\"price-1\">";
// line 581
echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 581, $this->source); })()), "getPrice02IncTaxMin", [], "any", false, false, false, 581), 0, ","), "html", null, true);
echo "</span>
<small>(税込)</small>
<span class=\"price-2\"> / ¥";
// line 583
echo twig_escape_filter($this->env, twig_number_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 583, $this->source); })()), "getPrice02Min", [], "any", false, false, false, 583), 0, ","), "html", null, true);
echo "</span>
<small>(税抜)</small>
";
}
// line 586
echo "
";
} else {
// line 588
echo " ";
// line 589
echo " ";
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 589, $this->source); })()), "getPrice02IncTaxMin", [], "any", false, false, false, 589)), "html", null, true);
echo "
<small>(税込)</small>
";
}
// line 592
echo "
</p>
";
}
// line 595
echo " </div>
</div>
";
// line 600
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 600, $this->source); })()), "code_min", [], "any", false, false, false, 600))) {
// line 601
echo " <div class=\"num-product\">
<p>品番</p>
<span>";
// line 603
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 603, $this->source); })()), "code_min", [], "any", false, false, false, 603), "html", null, true);
if ((twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 603, $this->source); })()), "code_min", [], "any", false, false, false, 603) != twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 603, $this->source); })()), "code_max", [], "any", false, false, false, 603))) {
echo " ~ ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 603, $this->source); })()), "code_max", [], "any", false, false, false, 603), "html", null, true);
}
echo "</span>
</div>
";
}
// line 606
echo "
";
// line 611
echo "
<div class=\"text\">
<p>";
// line 613
echo twig_nl2br(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 613, $this->source); })()), "description_detail", [], "any", false, false, false, 613));
echo "</p>
</div>
<form action=\"";
// line 616
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 616, $this->source); })()), "id", [], "any", false, false, false, 616)]), "html", null, true);
echo "\" method=\"post\" id=\"form1\" name=\"form1\">
";
// line 617
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 617, $this->source); })()), "_token", [], "any", false, false, false, 617), 'widget');
echo "
";
// line 618
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 618, $this->source); })()), "product_id", [], "any", false, false, false, 618), 'widget');
echo "
";
// line 619
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 619, $this->source); })()), "ProductClass", [], "any", false, false, false, 619), 'widget');
echo "
";
// line 621
if (twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 621, $this->source); })()), "stock_find", [], "any", false, false, false, 621)) {
// line 622
echo " <div class=\"ec-productRole__actions\">
";
// line 623
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id1", [], "any", true, true, false, 623)) {
// line 624
echo " <div class=\"ec-select\">
";
// line 625
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 625, $this->source); })()), "classcategory_id1", [], "any", false, false, false, 625), 'row');
echo "
";
// line 626
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 626, $this->source); })()), "classcategory_id1", [], "any", false, false, false, 626), 'errors');
echo "
</div>
";
// line 628
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id2", [], "any", true, true, false, 628)) {
// line 629
echo " <div class=\"ec-select\">
";
// line 630
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 630, $this->source); })()), "classcategory_id2", [], "any", false, false, false, 630), 'row');
echo "
";
// line 631
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 631, $this->source); })()), "classcategory_id2", [], "any", false, false, false, 631), 'errors');
echo "
</div>
";
}
// line 634
echo " ";
}
// line 635
echo "
";
// line 636
if (((isset($context["isTelProduct"]) || array_key_exists("isTelProduct", $context) ? $context["isTelProduct"] : (function () { throw new RuntimeError('Variable "isTelProduct" does not exist.', 636, $this->source); })()) != true)) {
// line 637
echo " <div class=\"ec-numberInput\"><span>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("数量"), "html", null, true);
echo "</span>
";
// line 638
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 638, $this->source); })()), "quantity", [], "any", false, false, false, 638), 'widget');
echo "
";
// line 639
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 639, $this->source); })()), "quantity", [], "any", false, false, false, 639), 'errors');
echo "
</div>
";
}
// line 642
echo " </div>
<div class=\"list-btn\">
";
// line 644
if (((isset($context["isTelProduct"]) || array_key_exists("isTelProduct", $context) ? $context["isTelProduct"] : (function () { throw new RuntimeError('Variable "isTelProduct" does not exist.', 644, $this->source); })()) == true)) {
// line 645
echo " <a href=\"tel:080-0222-4466\" class=\"cart cart-tel\" style=\"border: none;\">
<span>";
// line 646
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("080-0222-4466"), "html", null, true);
echo "</span>
</a>
";
} elseif (( // line 648
(isset($context["isLoanProduct"]) || array_key_exists("isLoanProduct", $context) ? $context["isLoanProduct"] : (function () { throw new RuntimeError('Variable "isLoanProduct" does not exist.', 648, $this->source); })()) == true)) {
// line 649
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("loan_examination");
echo "?id=";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 649, $this->source); })()), "id", [], "any", false, false, false, 649), "html", null, true);
echo "\" class=\"cart cart-loan\" style=\"border: none;\">
<span>";
// line 650
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("審査のお申込み"), "html", null, true);
echo "</span>
</a>
";
} else {
// line 653
echo " <button type=\"submit\" class=\"cart add-cart\" style=\"border: none;\">
<span>";
// line 654
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートに入れる"), "html", null, true);
echo "</span>
</button>
";
}
// line 657
echo "
";
// line 658
if (((isset($context["is_favorite"]) || array_key_exists("is_favorite", $context) ? $context["is_favorite"] : (function () { throw new RuntimeError('Variable "is_favorite" does not exist.', 658, $this->source); })()) == false)) {
// line 659
echo " <a href=\"javascript:void(0);\" id=\"favorite-heart\" class=\"favorite\"><span></span></a>
";
} else {
// line 661
echo " <a href=\"javascript:void(0);\" class=\"favorite active\"><span></span></a>
";
}
// line 663
echo " </div>
";
} else {
// line 665
echo " <div class=\"list-btn\">
<button type=\"button\" class=\"cart\" disabled=\"disabled\">
";
// line 667
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ただいま品切れ中です。"), "html", null, true);
echo "
</button>
";
// line 669
if (((isset($context["is_favorite"]) || array_key_exists("is_favorite", $context) ? $context["is_favorite"] : (function () { throw new RuntimeError('Variable "is_favorite" does not exist.', 669, $this->source); })()) == false)) {
// line 670
echo " <a href=\"javascript:void(0);\" id=\"favorite-heart\" class=\"favorite\"><span></span></a>
";
} else {
// line 672
echo " <a href=\"javascript:void(0);\" class=\"favorite active\"><span></span></a>
";
}
// line 674
echo " </div>
";
}
// line 676
echo "
";
// line 678
echo " </form>
<div class=\"ec-modal\">
<div class=\"ec-modal-overlay\">
<div class=\"ec-modal-wrap\">
<span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"";
// line 683
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/cross-dark.svg"), "html", null, true);
echo "\" alt=\"\"/></span></span>
<div id=\"ec-modal-header\" class=\"text-center\">";
// line 684
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートに追加しました。"), "html", null, true);
echo "</div>
<div class=\"ec-modal-box\">
<div class=\"ec-role\">
<span class=\"ec-inlineBtn--cancel\">";
// line 687
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お買い物を続ける"), "html", null, true);
echo "</span>
<a href=\"";
// line 688
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
echo "\" class=\"ec-inlineBtn--action\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートへ進む"), "html", null, true);
echo "</a>
</div>
</div>
</div>
</div>
</div>
";
// line 696
if (twig_get_attribute($this->env, $this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo", $context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.', 696, $this->source); })()), "option_favorite_product", [], "any", false, false, false, 696)) {
// line 697
echo " <div style=\"display: none;\">
<form action=\"";
// line 698
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_favorite", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 698, $this->source); })()), "id", [], "any", false, false, false, 698)]), "html", null, true);
echo "\" method=\"post\">
<div class=\"ec-productRole__btn\">
";
// line 700
if (((isset($context["is_favorite"]) || array_key_exists("is_favorite", $context) ? $context["is_favorite"] : (function () { throw new RuntimeError('Variable "is_favorite" does not exist.', 700, $this->source); })()) == false)) {
// line 701
echo " <button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\">
";
// line 702
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加"), "html", null, true);
echo "
</button>
";
} else {
// line 705
echo " <button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\"
disabled=\"disabled\">";
// line 706
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加済です。"), "html", null, true);
echo "
</button>
";
}
// line 709
echo " </div>
</form>
</div>
";
}
// line 713
echo "
</div>
</div>
<div class=\"list-btn\">
<a href=\"";
// line 717
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "#construction\" class=\"btn btn-sd\"><span>各種工事について</span></a>
<a href=\"";
// line 718
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
echo "\" class=\"btn btn-sd\"><span>お問い合わせ</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
";
}
// line 728
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Product/detail.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1473 => 728, 1460 => 718, 1456 => 717, 1450 => 713, 1444 => 709, 1438 => 706, 1435 => 705, 1429 => 702, 1426 => 701, 1424 => 700, 1419 => 698, 1416 => 697, 1414 => 696, 1401 => 688, 1397 => 687, 1391 => 684, 1387 => 683, 1380 => 678, 1377 => 676, 1373 => 674, 1369 => 672, 1365 => 670, 1363 => 669, 1358 => 667, 1354 => 665, 1350 => 663, 1346 => 661, 1342 => 659, 1340 => 658, 1337 => 657, 1331 => 654, 1328 => 653, 1322 => 650, 1315 => 649, 1313 => 648, 1308 => 646, 1305 => 645, 1303 => 644, 1299 => 642, 1293 => 639, 1289 => 638, 1284 => 637, 1282 => 636, 1279 => 635, 1276 => 634, 1270 => 631, 1266 => 630, 1263 => 629, 1261 => 628, 1256 => 626, 1252 => 625, 1249 => 624, 1247 => 623, 1244 => 622, 1242 => 621, 1237 => 619, 1233 => 618, 1229 => 617, 1225 => 616, 1219 => 613, 1215 => 611, 1212 => 606, 1202 => 603, 1198 => 601, 1196 => 600, 1189 => 595, 1184 => 592, 1177 => 589, 1175 => 588, 1171 => 586, 1165 => 583, 1160 => 581, 1156 => 579, 1150 => 576, 1145 => 574, 1138 => 571, 1135 => 570, 1133 => 569, 1129 => 568, 1126 => 567, 1123 => 566, 1113 => 562, 1110 => 560, 1102 => 556, 1099 => 554, 1097 => 553, 1095 => 552, 1092 => 551, 1089 => 549, 1087 => 533, 1080 => 528, 1076 => 526, 1073 => 525, 1067 => 524, 1064 => 523, 1058 => 521, 1055 => 520, 1052 => 519, 1049 => 518, 1044 => 517, 1042 => 516, 1039 => 515, 1036 => 514, 1030 => 513, 1026 => 511, 1020 => 510, 1017 => 509, 1010 => 507, 1007 => 506, 1004 => 505, 1000 => 504, 997 => 503, 991 => 502, 988 => 501, 981 => 499, 978 => 498, 975 => 497, 971 => 496, 967 => 494, 964 => 493, 959 => 492, 956 => 491, 950 => 490, 946 => 488, 940 => 487, 937 => 486, 930 => 484, 923 => 482, 920 => 481, 917 => 480, 913 => 479, 910 => 478, 907 => 477, 903 => 476, 898 => 473, 887 => 471, 869 => 469, 851 => 468, 847 => 466, 836 => 464, 818 => 462, 800 => 461, 786 => 450, 783 => 449, 780 => 448, 774 => 447, 763 => 444, 760 => 443, 755 => 442, 753 => 441, 747 => 438, 740 => 433, 737 => 431, 734 => 430, 728 => 429, 722 => 427, 720 => 426, 717 => 425, 714 => 424, 711 => 423, 708 => 422, 703 => 421, 700 => 420, 697 => 419, 695 => 418, 692 => 417, 679 => 407, 676 => 406, 665 => 398, 656 => 392, 646 => 385, 642 => 384, 639 => 383, 636 => 382, 630 => 379, 626 => 378, 623 => 377, 621 => 376, 616 => 374, 612 => 373, 609 => 372, 607 => 371, 604 => 370, 602 => 369, 598 => 368, 593 => 366, 579 => 355, 553 => 332, 548 => 330, 540 => 325, 534 => 321, 531 => 319, 529 => 318, 526 => 317, 516 => 316, 469 => 278, 465 => 277, 461 => 276, 457 => 275, 453 => 273, 447 => 271, 445 => 270, 440 => 269, 437 => 268, 427 => 266, 413 => 264, 405 => 263, 387 => 262, 382 => 260, 361 => 242, 351 => 235, 341 => 228, 311 => 201, 306 => 198, 297 => 192, 293 => 190, 291 => 189, 288 => 188, 279 => 182, 275 => 180, 273 => 179, 207 => 115, 199 => 113, 197 => 112, 192 => 110, 189 => 109, 187 => 108, 173 => 97, 170 => 96, 160 => 95, 73 => 16, 63 => 15, 52 => 11, 50 => 13, 37 => 11,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'product_page' %}
{% block stylesheet %}
<style>
.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -45px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
content: \" \";
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 12px;
text-align: center;
opacity: .25;
background-color: black;
border-radius: 50%;
}
.slick-dots li.slick-active button:before {
opacity: .75;
background-color: black;
}
.slick-dots li button.thumbnail img {
width: 0;
height: 0;
}
</style>
{% endblock %}
{% block javascript %}
<script>
eccube.classCategories = {{ class_categories_as_json(Product)|raw }};
// 規格2に選択肢を割り当てる。
function fnSetClassCategories(form, classcat_id2_selected) {
var \$form = \$(form);
var product_id = \$form.find('input[name=product_id]').val();
var \$sele1 = \$form.find('select[name=classcategory_id1]');
var \$sele2 = \$form.find('select[name=classcategory_id2]');
eccube.setClassCategories(\$form, product_id, \$sele1, \$sele2, classcat_id2_selected);
}
{% if form.classcategory_id2 is defined %}
fnSetClassCategories(
\$('#form1'), {{ form.classcategory_id2.vars.value|json_encode|raw }}
);
{% elseif form.classcategory_id1 is defined %}
eccube.checkStock(\$('#form1'), {{ Product.id }}, {{ form.classcategory_id1.vars.value|json_encode|raw }}, null);
{% endif %}
</script>
<script>
\$(function() {
// bfcache無効化
\$(window).bind('pageshow', function(event) {
if (event.originalEvent.persisted) {
location.reload(true);
}
});
// Core Web Vital の Cumulative Layout Shift(CLS)対策のため
// img タグに width, height が付与されている.
// 630px 未満の画面サイズでは縦横比が壊れるための対策
// see https://github.com/EC-CUBE/ec-cube/pull/5023
\$('.ec-grid2__cell').hide();
var removeSize = function () {
\$('.slide-item').height('');
\$('.slide-item img')
.removeAttr('width')
.removeAttr('height')
.removeAttr('style');
};
var slickInitial = function(slick) {
\$('.ec-grid2__cell').fadeIn(1500);
var baseHeight = \$(slick.target).height();
var baseWidth = \$(slick.target).width();
var rate = baseWidth / baseHeight;
\$('.slide-item').height(baseHeight * rate); // 余白を削除する
// transform を使用することでCLSの影響を受けないようにする
\$('.slide-item img')
.css(
{
'transform-origin': 'top left',
'transform': 'scaleY(' + rate + ')',
'transition': 'transform .1s'
}
);
// 正しいサイズに近くなったら属性を解除する
setTimeout(removeSize, 500);
};
\$('.item_visual').on('init', slickInitial);
// リサイズ時は CLS の影響を受けないため属性を解除する
\$(window).resize(removeSize);
\$('.item_visual').slick({
dots: false,
arrows: false,
responsive: [{
breakpoint: 768,
settings: {
dots: true
}
}]
});
\$('.slideThumb').on('click', function() {
var index = \$(this).attr('data-index');
\$('.item_visual').slick('slickGoTo', index, false);
})
});
</script>
<script>
\$(function() {
\$('.add-cart').on('click', function(event) {
{% if form.classcategory_id1 is defined %}
// 規格1フォームの必須チェック
if (\$('#classcategory_id1').val() == '__unselected' || \$('#classcategory_id1').val() == '') {
\$('#classcategory_id1')[0].setCustomValidity('{{ '項目が選択されていません'|trans }}');
return true;
} else {
\$('#classcategory_id1')[0].setCustomValidity('');
}
{% endif %}
{% if form.classcategory_id2 is defined %}
// 規格2フォームの必須チェック
if (\$('#classcategory_id2').val() == '__unselected' || \$('#classcategory_id2').val() == '') {
\$('#classcategory_id2')[0].setCustomValidity('{{ '項目が選択されていません'|trans }}');
return true;
} else {
\$('#classcategory_id2')[0].setCustomValidity('');
}
{% endif %}
// 個数フォームのチェック
if (\$('#quantity').val() < 1) {
\$('#quantity')[0].setCustomValidity('{{ '1以上で入力してください。'|trans }}');
return true;
} else {
\$('#quantity')[0].setCustomValidity('');
}
event.preventDefault();
\$form = \$('#form1');
\$.ajax({
url: \$form.attr('action'),
type: \$form.attr('method'),
data: \$form.serialize(),
dataType: 'json',
beforeSend: function(xhr, settings) {
// Buttonを無効にする
\$('.add-cart').prop('disabled', true);
}
}).done(function(data) {
// レスポンス内のメッセージをalertで表示
\$.each(data.messages, function() {
\$('#ec-modal-header').text(this);
});
\$('.ec-modal').show()
// カートブロックを更新する
\$.ajax({
url: \"{{ url('block_cart') }}\",
type: 'GET',
dataType: 'html'
}).done(function(html) {
\$('.ec-headerRole__cart').html(html);
});
}).fail(function(data) {
alert('{{ 'カートへの追加に失敗しました。'|trans }}');
}).always(function(data) {
// Buttonを有効にする
\$('.add-cart').prop('disabled', false);
//工事特急券の場合、カートへ移動
if (\$('.add-cart').hasClass('cart-express')) {
location.href = \"{{ url('cart') }}\";
}
});
});
});
\$('.ec-modal-wrap').on('click', function(e) {
// モーダル内の処理は外側にバブリングさせない
e.stopPropagation();
});
\$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
\$('.ec-modal').hide()
});
</script>
<script type=\"application/ld+json\">
{
\"@context\": \"https://schema.org/\",
\"@type\": \"Product\",
\"name\": \"{{ Product.name }}\",
\"image\": [
{% for img in Product.ProductImage %}
\"{{ app.request.schemeAndHttpHost }}{{ asset(img, 'save_image') }}\"{% if not loop.last %},{% endif %}
{% else %}
\"{{ app.request.schemeAndHttpHost }}{{ asset(''|no_image_product, 'save_image') }}\"
{% endfor %}
],
\"description\": \"{{ Product.description_list | default(Product.description_detail) | replace({'\\n': '', '\\r': ''}) | slice(0,300) }}\",
{% if Product.code_min %}
\"sku\": \"{{ Product.code_min }}\",
{% endif %}
\"offers\": {
\"@type\": \"Offer\",
\"url\": \"{{ url('product_detail', {'id': Product.id}) }}\",
\"priceCurrency\": \"{{ eccube_config.currency }}\",
\"price\": {{ Product.getPrice02IncTaxMin ? Product.getPrice02IncTaxMin : 0}},
\"availability\": \"{{ Product.stock_find ? \"InStock\" : \"OutOfStock\" }}\"
}
}
</script>
<script>
\$(function() {
setTimeout(function() {
\$('.slider-for').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
fade: true,
asNavFor: '.slider-nav',
}).on('init', function(event, slick) {
console.log('slider-for đã khởi tạo');
});
\$('.slider-nav').slick({
slidesToShow: \$('.slider-nav img').length,
slidesToScroll: 0,
asNavFor: '.slider-for',
centerMode: true,
focusOnSelect: true
});
}, 300);
});
</script>
<script>
\$(function() {
\$('#favorite-heart').click(function(event) {
\$('#favorite').click();
});
});
</script>
{% endblock %}
{% block main %}
{% if Product.id == 1207 %}
{# 工事特急券 #}
<div class=\"ec-featured-product-page\">
<div class=\"ec-banner\">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
<h2>{{ Product.name }}</h2>
</div>
</div>
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
<li class=\"ec-breadcrumb__item\"><p>{{ Product.name }}</p></li>
</ul>
</div>
</div>
</div>
<div class=\"ec-product-detail-page\">
<div class=\"ec-inquiry-page\">
<div class=\"ec-product-detail-main\">
<div class=\"ec-product-detail__inner\">
<div class=\"inner\">
<div class=\"product-press\">
<table>
<tr>
<th width=\"25%\">工事種別</th>
<th width=\"25%\">期間</th>
<th width=\"25%\">追加料金</th>
<th width=\"25%\">備考</th>
</tr>
<tr>
<td>特急工事</td>
<td>1週間以内 </td>
<td>{{ Product.getPrice02Min| number_format(0, \",\") }}円(税抜) </td>
<td>万が一期間内に実施できなかった場合は、全額返金保証有</td>
</tr>
<tr>
<td>通常工事</td>
<td>1週間~1ヶ月<br><small>※繁忙期等の混雑状況によります。</small></td>
<td>標準工事費に含む</td>
<td></td>
</tr>
</table>
<p>通常工事は、ご注文をいただいた順にご案内をさせていただきます。お客様の注文状況や工事エリア、繁忙期等により異なりますが、工事特急券をご利用いただいた場合、1週間以内で設置工事が完了するように優先的に工事のご案内をさせていただきます。万が一、1週間以内に設置工事が完了しなかった場合は、工事特急券費用({{ Product.getPrice02Min| number_format(0, \",\") }}円)は全額返金させていただきます。</p>
<form action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\" id=\"form1\" name=\"form1\">
{% if Product.stock_find %}
<div class=\"ec-productRole__actions\">
{% if form.classcategory_id1 is defined %}
<div class=\"ec-select\">
{{ form_row(form.classcategory_id1) }}
{{ form_errors(form.classcategory_id1) }}
</div>
{% if form.classcategory_id2 is defined %}
<div class=\"ec-select\">
{{ form_row(form.classcategory_id2) }}
{{ form_errors(form.classcategory_id2) }}
</div>
{% endif %}
{% endif %}
<div class=\"ec-numberInput\" style=\"display: none;\">
{{ form_widget(form.quantity) }}
{{ form_errors(form.quantity) }}
</div>
</div>
<div class=\"ec-product-detail__group\">
<div class=\"list-btn\">
<a href=\"{{ url('cart') }}\" class=\"btn btn-back\"><span>戻る</span></a>
</div>
<div class=\"product\">
<div class=\"right\">
<div class=\"list-btn\">
<button type=\"submit\" class=\"cart add-cart cart-express\" style=\"border: none;\">
<span>{{ 'カートに入れる'|trans }}</span>
</button>
</div>
</div>
</div>
</div>
{% endif %}
{{ form_rest(form) }}
</form>
</div>
</div>
</div>
</div>
</div>
</div>
{% else %}
{% set isTelProduct = false %}
{% set isLoanProduct = false %}
{% if Product.ProductCategories is not empty %}
{% for ProductCategory in Product.ProductCategories %}
{% if ProductCategory.Category.id == 117 %}
{% set isTelProduct = true %}
{% endif %}
{% if (ProductCategory.category_id == 118) %}
{% set isLoanProduct = true %}
{% endif %}
{% endfor %}
{% endif %}
{# 普通商品 #}
<div class=\"ec-product-detail-page\">
<div class=\"ec-inquiry-page\">
<div class=\"ec-banner\">
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
{% if Product.ProductCategories is not empty %}
{% for ProductCategory in Product.ProductCategories %}
{% if ProductCategory.Category.id == 7 or ProductCategory.Category.id == 8 %}
<li class=\"ec-breadcrumb__item\"><a href=\"{{ url('product_list') }}?category_id={{ ProductCategory.Category.id }}\">{{ ProductCategory.Category.name }}</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
{% endif %}
{% endfor %}
{% endif %}
<li class=\"ec-breadcrumb__item\"><p>{{ Product.name }}</p></li>
</ul>
</div>
</div>
<div class=\"ec-product-detail-main\">
<div class=\"ec-product-detail__inner\">
<div class=\"inner\">
<div class=\"ec-product-detail__group\">
<div class=\"product tatami\">
<div class=\"left\">
<div class=\"slider-for\">
{% for ProductImage in Product.ProductImage %}
<img src=\"{{ asset(ProductImage, 'save_image') }}\" alt=\"{{ loop.first ? Product.name : '' }}\">
{% else %}
<img src=\"{{ asset(''|no_image_product, 'save_image') }}\" alt=\"{{ loop.first ? Product.name : '' }}\">
{% endfor %}
</div>
<div class=\"slider-nav\">
{% for ProductImage in Product.ProductImage %}
<img src=\"{{ asset(ProductImage, 'save_image') }}\" alt=\"{{ loop.first ? Product.name : '' }}\">
{% else %}
<img src=\"{{ asset(''|no_image_product, 'save_image') }}\" alt=\"{{ loop.first ? Product.name : '' }}\">
{% endfor %}
</div>
</div>
<div class=\"right\">
{% for ProductCategory in Product.ProductCategories %}
{% if ProductCategory.Category.name == \"おすすめ\" %}
<div class=\"list-cate v2\">
{% for cate in categories %}
{% if cate.parent == \"機能\" %}
{% if cate.id in recommendCatChild %}
<img src=\"{{ asset('assets/img/product/cate-') }}{{cate.id}}.png\" alt=\"\"/>
{% else %}
<img src=\"{{ asset('assets/img/product/cate-') }}{{cate.id}}-uc.png\" alt=\"\"/>
{% endif %}
{% endif %}
{% endfor %}
</div>
{% endif %}
{% endfor %}
{% if Product.ProductCategories is not empty %}
{% for ProductCategory in Product.ProductCategories %}
{% if ProductCategory.Category.name == \"おすすめ\" %}
<div class=\"list-cate v3\">
<div class=\"year-model\">
{% for cate in categories %}
{% if cate.parent == \"20XXモデル\" %}
{% if cate.id in moderYearCatChild %}
<img src=\"{{ asset('assets/img/product/ymodel-') }}{{cate.id}}.png\" alt=\"\"/>
{% endif %}
{% endif %}
{% endfor %}
</div>
{% for cate in categories %}
{% if cate.parent == \"メーカー\" %}
{% if cate.id in tradeCatChild %}
<img src=\"{{ asset('assets/img/product/trademark-') }}{{cate.id}}.png\" alt=\"\"/>
{% endif %}
{% endif %}
{% endfor %}
</div>
{% endif %}
{% endfor %}
{% endif %}
<div class=\"list-cate basic\">
{% if Product.ProductCategories is not empty %}
{% for ProductCategory in Product.ProductCategories %}
{% if ProductCategory.Category.Parent is not empty %}
{% set parentCat = ProductCategory.Category.Parent %}
{% if parentCat.id == 20 and parentCat.id == 21 %}
{{ ProductCategory.Category.name }}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
</div>
<div class=\"title\">
<p>{{ Product.name }}</p>
</div>
<div class=\"price\">
{# 通常価格 #}
{# {% if Product.hasProductClass -%}
<div class=\"ec-productRole__priceRegular\">
{% if Product.getPrice01Min is not null and Product.getPrice01IncTaxMin == Product.getPrice01IncTaxMax %}
<span class=\"ec-productRole__priceRegularPrice\">{{ '通常価格'|trans }}:<span class=\"price01-default\">{{ Product.getPrice01IncTaxMin|price }}</span></span>
<span class=\"ec-productRole__priceRegularTax\">{{ '税込'|trans }}</span>
{% elseif Product.getPrice01Min is not null and Product.getPrice01Max is not null %}
<span class=\"ec-productRole__priceRegularPrice\">{{ '通常価格'|trans }}:<span class=\"price01-default\">{{ Product.getPrice01IncTaxMin|price }}~ {{ Product.getPrice01IncTaxMax|price }}</span></span>
<span class=\"ec-productRole__priceRegularTax\">{{ '税込'|trans }}</span>
{% endif %}
</div>
{% else %}
{% if Product.getPrice01Max is not null %}
<span class=\"ec-productRole__priceRegularPrice\">{{ '通常価格'|trans }}:{{ Product.getPrice01IncTaxMin|price }}</span>
<span class=\"ec-productRole__priceRegularTax\">{{ '税込'|trans }}</span>
{% endif %}
{% endif %} #}
{# 販売価格 #}
<div class=\"ec-productRole__price\">
{% if Product.hasProductClass -%}
{% if Product.getPrice02IncTaxMin == Product.getPrice02IncTaxMax %}
<p>
{# <span>¥</span> #}
{{ Product.getPrice02IncTaxMin|price }}
<small>(税込)</small>
</p>
{% else %}
<p>
{# <span>¥</span> #}
{{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}
<small>(税込)</small>
</p>
{% endif %}
{% else %}
<p>
{% if recommendCatChild %}
{% if(isLoanProduct == true) %}
{% set priceProduct = ((Product.getPrice02IncTaxMin / 24 / 10) // 1 * 10) %}
<span class=\"price-1\">月々<span class=\"ic-yen\">¥</span>{{ priceProduct|number_format(0, \",\") }}/24回払い</span><br />
<span>価格: </span>
<span class=\"price-2\">¥</span>
<span class=\"price-2\">{{ Product.getPrice02IncTaxMin| number_format(0, \",\") }}</span>
<small>(税込)</small>
<span class=\"price-2\"> / ¥{{ Product.getPrice02Min| number_format(0, \",\") }}</span>
<small>(税抜)</small>
{% else %}
<span>価格: </span>
<span class=\"ic-yen\">¥</span>
<span class=\"price-1\">{{ Product.getPrice02IncTaxMin| number_format(0, \",\") }}</span>
<small>(税込)</small>
<span class=\"price-2\"> / ¥{{ Product.getPrice02Min| number_format(0, \",\") }}</span>
<small>(税抜)</small>
{% endif %}
{% else %}
{# <span>¥</span> #}
{{ Product.getPrice02IncTaxMin|price }}
<small>(税込)</small>
{% endif %}
</p>
{% endif %}
</div>
</div>
{% if Product.code_min is not empty %}
<div class=\"num-product\">
<p>品番</p>
<span>{{ Product.code_min }}{% if Product.code_min != Product.code_max %} ~ {{ Product.code_max }}{% endif %}</span>
</div>
{% endif %}
{# <div class=\"func\">
<p>機能</p>
<span>{{ Product.Feature.name }}</span>
</div> #}
<div class=\"text\">
<p>{{ Product.description_detail|raw|nl2br }}</p>
</div>
<form action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\" id=\"form1\" name=\"form1\">
{{ form_widget(form._token) }}
{{ form_widget(form.product_id) }}
{{ form_widget(form.ProductClass) }}
{% if Product.stock_find %}
<div class=\"ec-productRole__actions\">
{% if form.classcategory_id1 is defined %}
<div class=\"ec-select\">
{{ form_row(form.classcategory_id1) }}
{{ form_errors(form.classcategory_id1) }}
</div>
{% if form.classcategory_id2 is defined %}
<div class=\"ec-select\">
{{ form_row(form.classcategory_id2) }}
{{ form_errors(form.classcategory_id2) }}
</div>
{% endif %}
{% endif %}
{% if isTelProduct != true %}
<div class=\"ec-numberInput\"><span>{{ '数量'|trans }}</span>
{{ form_widget(form.quantity) }}
{{ form_errors(form.quantity) }}
</div>
{% endif %}
</div>
<div class=\"list-btn\">
{% if isTelProduct == true %}
<a href=\"tel:080-0222-4466\" class=\"cart cart-tel\" style=\"border: none;\">
<span>{{ '080-0222-4466'|trans }}</span>
</a>
{% elseif isLoanProduct == true %}
<a href=\"{{ url('loan_examination') }}?id={{ Product.id }}\" class=\"cart cart-loan\" style=\"border: none;\">
<span>{{ '審査のお申込み'|trans }}</span>
</a>
{% else %}
<button type=\"submit\" class=\"cart add-cart\" style=\"border: none;\">
<span>{{ 'カートに入れる'|trans }}</span>
</button>
{% endif %}
{% if is_favorite == false %}
<a href=\"javascript:void(0);\" id=\"favorite-heart\" class=\"favorite\"><span></span></a>
{% else %}
<a href=\"javascript:void(0);\" class=\"favorite active\"><span></span></a>
{% endif %}
</div>
{% else %}
<div class=\"list-btn\">
<button type=\"button\" class=\"cart\" disabled=\"disabled\">
{{ 'ただいま品切れ中です。'|trans }}
</button>
{% if is_favorite == false %}
<a href=\"javascript:void(0);\" id=\"favorite-heart\" class=\"favorite\"><span></span></a>
{% else %}
<a href=\"javascript:void(0);\" class=\"favorite active\"><span></span></a>
{% endif %}
</div>
{% endif %}
{# {{ form_rest(form) }} #}
</form>
<div class=\"ec-modal\">
<div class=\"ec-modal-overlay\">
<div class=\"ec-modal-wrap\">
<span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"{{ asset('assets/icon/cross-dark.svg') }}\" alt=\"\"/></span></span>
<div id=\"ec-modal-header\" class=\"text-center\">{{ 'カートに追加しました。'|trans }}</div>
<div class=\"ec-modal-box\">
<div class=\"ec-role\">
<span class=\"ec-inlineBtn--cancel\">{{ 'お買い物を続ける'|trans }}</span>
<a href=\"{{ url('cart') }}\" class=\"ec-inlineBtn--action\">{{ 'カートへ進む'|trans }}</a>
</div>
</div>
</div>
</div>
</div>
{% if BaseInfo.option_favorite_product %}
<div style=\"display: none;\">
<form action=\"{{ url('product_add_favorite', {id:Product.id}) }}\" method=\"post\">
<div class=\"ec-productRole__btn\">
{% if is_favorite == false %}
<button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\">
{{ 'お気に入りに追加'|trans }}
</button>
{% else %}
<button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\"
disabled=\"disabled\">{{ 'お気に入りに追加済です。'|trans }}
</button>
{% endif %}
</div>
</form>
</div>
{% endif %}
</div>
</div>
<div class=\"list-btn\">
<a href=\"{{ url('homepage') }}#construction\" class=\"btn btn-sd\"><span>各種工事について</span></a>
<a href=\"{{ url('contact') }}\" class=\"btn btn-sd\"><span>お問い合わせ</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% endblock %}
", "Product/detail.twig", "/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/default/Product/detail.twig");
}
}