<?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;
/* @user_data/payment.twig */
class __TwigTemplate_319c7f259a98d7479c06b216cb85d9aa extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@user_data/payment.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@user_data/payment.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "@user_data/payment.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 4
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 5
echo "<div class=\"xs-gutter\">
<div class=\"help-content-container\">
<h1>";
// line 7
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お支払方法・手数料"), "html", null, true);
echo "</h1>
<div class=\"mt-8\">
<h2>クレジットカード</h2>
<p class=\"help-content-container__body mt-3\"><strong>(VISA、Master、JCB、Diners、Amex)</strong></p>
</div>
<div class=\"mt-8\">
<h2>AmazonPay</h2>
<p class=\"help-content-container__body mt-3 mb=-0\">Amazon.co.jpにご登録の住所・お支払い情報を利用して「電材 Blue Wood」でのアカウント登録をせずに簡単にご注文いただけます。</p>
<a href=\"";
// line 15
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl(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.', 15, $this->source); })()), "eccube_user_data_route", [], "any", false, false, false, 15), ["route" => "amazonpay"]);
echo "\">AmazonPayについてさらに詳しく</a>
</div>
<div class=\"mt-8\">
<h2>代金引換</h2>
<div>
<table class=\"help-content-table help-content-table--shiping\">
<thead>
<tr>
<th>商品価格合計</th>
<th>代引手数料</th>
</tr>
</thead>
<tbody>
<tr>
<td>~10,000円</td><td>330円</td>
</tr>
<tr>
<td>10,001~30,000円</td><td>440円</td>
</tr>
<tr>
<td>30,001~100,000円</td><td>660円</td>
</tr>
</tbody>
</table>
</div>
<p class=\"help-content-container__body mt-4\">【代引手数料分消費税】<br />この料金には消費税が含まれています。</p>
<ul class=\"help-content-container__ul\">
<li>宅配便(その他) 商品受取時ドライバーへお支払い下さい(上記手数料含む)</li>
<li>メーカー直送ではご利用できません。また、ご本人確認のお電話を差し上げる場合がございます。</li>
</ul>
</div>
<div class=\"mt-8\">
<h2>銀行振込</h2>
<p class=\"help-content-container__body mt-3\">ご注文後3日以内にお振込みください。(手数料はお客様負担)</p>
<p class=\"help-content-container__body\">振込先はメールにてご案内いたします。</p>
<p class=\"help-content-container__body\">※銀行振込はご入金確認後の発送(取寄品は発注)となります。 当店からの注文承諾メールをご確認後にお支払いください。</p>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@user_data/payment.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 83 => 15, 72 => 7, 68 => 5, 58 => 4, 35 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% block main %}
<div class=\"xs-gutter\">
<div class=\"help-content-container\">
<h1>{{ 'お支払方法・手数料'|trans }}</h1>
<div class=\"mt-8\">
<h2>クレジットカード</h2>
<p class=\"help-content-container__body mt-3\"><strong>(VISA、Master、JCB、Diners、Amex)</strong></p>
</div>
<div class=\"mt-8\">
<h2>AmazonPay</h2>
<p class=\"help-content-container__body mt-3 mb=-0\">Amazon.co.jpにご登録の住所・お支払い情報を利用して「電材 Blue Wood」でのアカウント登録をせずに簡単にご注文いただけます。</p>
<a href=\"{{ url(eccube_config.eccube_user_data_route, {\"route\": \"amazonpay\"}) }}\">AmazonPayについてさらに詳しく</a>
</div>
<div class=\"mt-8\">
<h2>代金引換</h2>
<div>
<table class=\"help-content-table help-content-table--shiping\">
<thead>
<tr>
<th>商品価格合計</th>
<th>代引手数料</th>
</tr>
</thead>
<tbody>
<tr>
<td>~10,000円</td><td>330円</td>
</tr>
<tr>
<td>10,001~30,000円</td><td>440円</td>
</tr>
<tr>
<td>30,001~100,000円</td><td>660円</td>
</tr>
</tbody>
</table>
</div>
<p class=\"help-content-container__body mt-4\">【代引手数料分消費税】<br />この料金には消費税が含まれています。</p>
<ul class=\"help-content-container__ul\">
<li>宅配便(その他) 商品受取時ドライバーへお支払い下さい(上記手数料含む)</li>
<li>メーカー直送ではご利用できません。また、ご本人確認のお電話を差し上げる場合がございます。</li>
</ul>
</div>
<div class=\"mt-8\">
<h2>銀行振込</h2>
<p class=\"help-content-container__body mt-3\">ご注文後3日以内にお振込みください。(手数料はお客様負担)</p>
<p class=\"help-content-container__body\">振込先はメールにてご案内いたします。</p>
<p class=\"help-content-container__body\">※銀行振込はご入金確認後の発送(取寄品は発注)となります。 当店からの注文承諾メールをご確認後にお支払いください。</p>
</div>
</div>
</div>
{% endblock %}", "@user_data/payment.twig", "/home/xs804421/stg.denzai-bluewood.com/public_html/app/template/user_data/payment.twig");
}
}