app/template/aneros2023/Category/sex-toys-for-women.twig line 58

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {% extends 'default_frame.twig' %}
  9. {% block javascript %}
  10.     <script>
  11.     </script>
  12. {% endblock %}
  13. {% block main %}
  14. {% include('@CustomerReview42/Block/customer_review4_recommend_css.twig') %}
  15. <div class="main-container category-page" id="sex-toys-for-women-page">
  16.         <div class="breadcrumbs">
  17.             <div class="container">
  18.                 <ul itemscope="" itemtype="http://schema.org/BreadcrumbList">
  19.                     <li class="home" itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">
  20.                         <a itemprop="item" href="{{ url('homepage') }}" title="トップページ"><span itemprop="name" style="padding:0">トップページ</span></a>
  21.                         <meta itemprop="position" content="1">
  22.                         <span>&gt;</span>
  23.                     </li>
  24.                     <li>
  25.                         <strong>女性用商品</strong>
  26.                     </li>
  27.                 </ul>
  28.             </div>
  29.         </div>
  30.         <div class="col-main">
  31.             <div class="container">
  32.                 <h1 class="category-title">女性用商品</h1>
  33.             </div>
  34.             <div id="category-featured-products">
  35.                 <!--vivi -->
  36.                 <div id="fp-vivi" class="fp-item grey-gradient-bg">
  37.                     <div class="white-swooth-bottom-bg">
  38.                         <div class="container flexbox">
  39.                             <div class="fp-desc">
  40.                                 <h3>ヴィヴィ</h3>
  41.                                 <h2>気持ちよく健康的に</h2>
  42.                                 <p>ヴィヴィは全ての女性に合うように設計されており、Gエリアとクリトリスを同時に刺激することができます。2つの振動ポイントには新たにバイブレーション機能を付加、本体と無料アプリを同期させることによって振動の強弱やバイブレーションポイントを自由自在にコントロールでき、自分にピッタリの刺激を創りだすことが可能です。下半身を鍛えながら素晴らしいプレジャーを味わえる、それがヴィヴィです。</p>
  43.                                 <a class="more-link" href="{{ url('product_detail', {'id': 71}) }}">詳細をみる &gt;</a>
  44.                             </div>
  45.                             <div class="fp-image">
  46.                                 <img src="{{ asset('aneros/img/category/sex-toys-for-women/vivi-2.png') }}" alt="ヴィヴィ メイン">
  47.                                 {% set Product = repository('Eccube\\Entity\\Product').find(71) %}
  48.                                 
  49.                             <!-- REVIEW AREA -->
  50.                             {% import('@CustomerReview42/Block/customer_review4_recommend_macro.twig') as recommend_macro %}
  51.                             {% set review_list = repository('Plugin\\CustomerReview42\\Entity\\CustomerReviewTotal').getRecommend(Product.id) %}
  52.                             {% set reviewer_total = 0 %}
  53.                             {% set review_total_point = 0 %}
  54.                             {% set count = 5 %}
  55.                             {% for i in review_list %}
  56.                                 {% set reviewer_total = reviewer_total + i %}
  57.                                 {% set review_total_point = review_total_point + i * count %}
  58.                                 {% set count = count - 1 %}
  59.                             {% endfor %}
  60.                             {% set review_point = reviewer_total == 0 ? 0  : (review_total_point / reviewer_total) %}
  61.                             
  62.                             {% if 0 < reviewer_total %}
  63.                                 <div id="plg_customer_review_special{{Product.id}}" class="review-layoutRole">
  64.                                     <h3 class="review_score" data-id="{{ Product.id }}" data-avg="{{ review_point }}" data-num="{{ reviewer_total }}" data-starsize="22" data-mstarsize="14" data-imgbase="{{ asset('aneros/img/products/') }}">
  65.                                         <span class="review_all_score_title"></span>
  66.                                         <span class="review_all_score_image" style="display: inline-block"></span>
  67.                                         <span class="review_all_score"><a href="{{ url('product_detail', {'id': Product.id}) }}#review_area"></a></span>
  68.                                     </h3>
  69.                                 </div>
  70.                             {% endif %}
  71.                             
  72.                             <script>
  73.                               $(function () {
  74.                                 if ( $('#plg_customer_review_special_anchor{{Product.id}}').length) {
  75.                                     $('#plg_customer_review_special{{Product.id}}').insertAfter($('#plg_customer_review_special_anchor{{Product.id}}'));
  76.                                 } else if ( $('#button{{ Product.id }}').length) {
  77.                                     $('#plg_customer_review_special{{Product.id}}').insertBefore($('#button{{ Product.id }}'));
  78.                                 } else {
  79.                                     $('#plg_customer_review_special{{Product.id}}').hide();
  80.                                 }
  81.                               });
  82.                             </script>
  83.                             <!-- REVIEW AREA END -->
  84.                                 
  85.                                 {% if Product.stock_find %}
  86.                                     <button type="button" title="カゴに入れる" class="button btn-cart one-click-add-cart" 
  87.                                     data-action="{{ url('product_add_cart', {id:Product.id}) }}" 
  88.                                     data-product_id="{{ Product.id }}" data-product_name="{{ Product.name }}"  data-product_img="{{ asset(Product.main_list_image|no_image_product, 'save_image') }}"
  89.                                     data-product_class="{{ Product.ProductClasses[0].id }}" 
  90.                                     data-token="{{ csrf_token('Eccube\\Form\\Type\\AddCartType') }}" id="button{{ Product.id }}">
  91.                                             <span>カゴに入れる - {{ Product.getPrice02IncTaxMin|price }}<span class="inctax"> (税込)</span></span>
  92.                                     </button>
  93.                                 {% else %}
  94.                                     {% set arrivemail = true %}
  95.                                     {% for ProductTag in Product.ProductTag %}
  96.                                         {% if ProductTag.Tag.id == 99 %}
  97.                                             {% set arrivemail = false %}
  98.                                         {% endif %}
  99.                                     {% endfor %}
  100.                                     
  101.                                     {% if arrivemail %}
  102.                                         <button type="button" data-productid="{{ Product.id }}" data-productname="{{ Product.name }}" title="入荷お知らせ" class="button btn-cart add-to-mail">
  103.                                             <span>入荷お知らせ</span>
  104.                                         </button>
  105.                                     {% else %}
  106.                                         <button type="button" title="在庫切れ" class="button btn-cart add-to-cart-out">
  107.                                             <span>在庫切れ</span>
  108.                                         </button>
  109.                                     {% endif %}
  110.                                 {% endif %}
  111.                             </div>
  112.                         </div>
  113.                         <div class="swooth-wrapper white-swooth">
  114.                         </div>
  115.                     </div>
  116.                 </div>
  117.                 
  118.                 <!--Periside -->
  119.                 <div id="fp-peridise-complete-set" class="fp-item">
  120.                     <div class="container flexbox">
  121.                         <div class="fp-desc">
  122.                             <h3>ペリダイス<sup>®</sup></h3>
  123.                             <h2>男性も女性も楽しめる、世界初の男女兼用モデル</h2>
  124.                             <p>ペリダイスにはアバットメントがなく、直腸前壁のみで強烈なオーガズムを誘発させる男女兼用の製品です。このデザインにより、男性だけでなく女性の方でもプレイを楽しむことができるモデルになりました。男性・女性を問わず素晴らしいオーガズムを体験して頂けます。そしてカップルとのセックスをより一層盛り上げてくれることでしょう。ひとりでも、またパートナーと一緒に、未知なる世界へ足を踏み入れてみませんか?</p>
  125.                             <a class="more-link" href="{{ url('product_detail', {'id': 50}) }}">詳細をみる &gt;</a>
  126.                         </div>
  127.                         <div class="fp-image">
  128.                             <img src="{{ asset('aneros/img/category/sex-toys-for-men/peridise.jpg') }}" alt="ペリダイス メイン">
  129.                             
  130.                             {% set Product = repository('Eccube\\Entity\\Product').find(50) %}
  131.                             
  132.                             <!-- REVIEW AREA -->
  133.                             {% import('@CustomerReview42/Block/customer_review4_recommend_macro.twig') as recommend_macro %}
  134.                             {% set review_list = repository('Plugin\\CustomerReview42\\Entity\\CustomerReviewTotal').getRecommend(Product.id) %}
  135.                             {% set reviewer_total = 0 %}
  136.                             {% set review_total_point = 0 %}
  137.                             {% set count = 5 %}
  138.                             {% for i in review_list %}
  139.                                 {% set reviewer_total = reviewer_total + i %}
  140.                                 {% set review_total_point = review_total_point + i * count %}
  141.                                 {% set count = count - 1 %}
  142.                             {% endfor %}
  143.                             {% set review_point = reviewer_total == 0 ? 0  : (review_total_point / reviewer_total) %}
  144.                             
  145.                             {% if 0 < reviewer_total %}
  146.                                 <div id="plg_customer_review_special{{Product.id}}" class="review-layoutRole">
  147.                                     <h3 class="review_score" data-id="{{ Product.id }}" data-avg="{{ review_point }}" data-num="{{ reviewer_total }}" data-starsize="22" data-mstarsize="14" data-imgbase="{{ asset('aneros/img/products/') }}">
  148.                                         <span class="review_all_score_title"></span>
  149.                                         <span class="review_all_score_image" style="display: inline-block"></span>
  150.                                         <span class="review_all_score"><a href="{{ url('product_detail', {'id': Product.id}) }}#review_area"></a></span>
  151.                                     </h3>
  152.                                 </div>
  153.                             {% endif %}
  154.                             
  155.                             <script>
  156.                               $(function () {
  157.                                 if ( $('#plg_customer_review_special_anchor{{Product.id}}').length) {
  158.                                     $('#plg_customer_review_special{{Product.id}}').insertAfter($('#plg_customer_review_special_anchor{{Product.id}}'));
  159.                                 } else if ( $('#button{{ Product.id }}').length) {
  160.                                     $('#plg_customer_review_special{{Product.id}}').insertBefore($('#button{{ Product.id }}'));
  161.                                 } else {
  162.                                     $('#plg_customer_review_special{{Product.id}}').hide();
  163.                                 }
  164.                               });
  165.                             </script>
  166.                             <!-- REVIEW AREA END -->
  167.                             
  168.                             {% if Product.stock_find %}
  169.                                 <button type="button" title="カゴに入れる" class="button btn-cart one-click-add-cart" 
  170.                                 data-action="{{ url('product_add_cart', {id:Product.id}) }}" 
  171.                                 data-product_id="{{ Product.id }}" data-product_name="{{ Product.name }}"  data-product_img="{{ asset(Product.main_list_image|no_image_product, 'save_image') }}"
  172.                                 data-product_class="{{ Product.ProductClasses[0].id }}" 
  173.                                 data-token="{{ csrf_token('Eccube\\Form\\Type\\AddCartType') }}" id="button{{ Product.id }}">
  174.                                         <span>カゴに入れる - {{ Product.getPrice02IncTaxMin|price }}<span class="inctax"> (税込)</span></span>
  175.                                 </button>
  176.                             {% else %}
  177.                                 {% set arrivemail = true %}
  178.                                 {% for ProductTag in Product.ProductTag %}
  179.                                     {% if ProductTag.Tag.id == 99 %}
  180.                                         {% set arrivemail = false %}
  181.                                     {% endif %}
  182.                                 {% endfor %}
  183.                                 
  184.                                 {% if arrivemail %}
  185.                                     <button type="button" data-productid="{{ Product.id }}" data-productname="{{ Product.name }}" title="入荷お知らせ" class="button btn-cart add-to-mail">
  186.                                         <span>入荷お知らせ</span>
  187.                                     </button>
  188.                                 {% else %}
  189.                                     <button type="button" title="在庫切れ" class="button btn-cart add-to-cart-out">
  190.                                         <span>在庫切れ</span>
  191.                                     </button>
  192.                                 {% endif %}
  193.                             {% endif %}
  194.                         </div>
  195.                     </div>
  196.                 </div>
  197.                 
  198.                 <!--Tempo -->
  199.                 <div id="fp-tempo" class="fp-item grey-gradient-bg">
  200.                     <div class="white-swooth-bottom-bg">
  201.                         <div class="container flexbox">
  202.                             <div class="fp-desc">
  203.                                 <h3>テンポ<sup>™</sup></h3>
  204.                                 <h2>ステンレススチール</h2>
  205.                                 <p>男女兼用ステンレススチールアネロス!カップルでもたっぷり楽しめるモデル。セックス中でも使用できます。あなたの身体の中でテンポが踊りだします。</p>
  206.                                 <a class="more-link" href="{{ url('product_detail', {'id': 45}) }}">詳細をみる &gt;</a>
  207.                             </div>
  208.                             <div class="fp-image">
  209.                                 <img src="{{ asset('aneros/img/category/sex-toys-for-men/tempo.png') }}" alt="テンポ メイン">
  210.                                 {% set Product = repository('Eccube\\Entity\\Product').find(45) %}
  211.                                 
  212.                             <!-- REVIEW AREA -->
  213.                             {% import('@CustomerReview42/Block/customer_review4_recommend_macro.twig') as recommend_macro %}
  214.                             {% set review_list = repository('Plugin\\CustomerReview42\\Entity\\CustomerReviewTotal').getRecommend(Product.id) %}
  215.                             {% set reviewer_total = 0 %}
  216.                             {% set review_total_point = 0 %}
  217.                             {% set count = 5 %}
  218.                             {% for i in review_list %}
  219.                                 {% set reviewer_total = reviewer_total + i %}
  220.                                 {% set review_total_point = review_total_point + i * count %}
  221.                                 {% set count = count - 1 %}
  222.                             {% endfor %}
  223.                             {% set review_point = reviewer_total == 0 ? 0  : (review_total_point / reviewer_total) %}
  224.                             
  225.                             {% if 0 < reviewer_total %}
  226.                                 <div id="plg_customer_review_special{{Product.id}}" class="review-layoutRole">
  227.                                     <h3 class="review_score" data-id="{{ Product.id }}" data-avg="{{ review_point }}" data-num="{{ reviewer_total }}" data-starsize="22" data-mstarsize="14" data-imgbase="{{ asset('aneros/img/products/') }}">
  228.                                         <span class="review_all_score_title"></span>
  229.                                         <span class="review_all_score_image" style="display: inline-block"></span>
  230.                                         <span class="review_all_score"><a href="{{ url('product_detail', {'id': Product.id}) }}#review_area"></a></span>
  231.                                     </h3>
  232.                                 </div>
  233.                             {% endif %}
  234.                             
  235.                             <script>
  236.                               $(function () {
  237.                                 if ( $('#plg_customer_review_special_anchor{{Product.id}}').length) {
  238.                                     $('#plg_customer_review_special{{Product.id}}').insertAfter($('#plg_customer_review_special_anchor{{Product.id}}'));
  239.                                 } else if ( $('#button{{ Product.id }}').length) {
  240.                                     $('#plg_customer_review_special{{Product.id}}').insertBefore($('#button{{ Product.id }}'));
  241.                                 } else {
  242.                                     $('#plg_customer_review_special{{Product.id}}').hide();
  243.                                 }
  244.                               });
  245.                             </script>
  246.                             <!-- REVIEW AREA END -->
  247.                                 
  248.                                 {% if Product.stock_find %}
  249.                                     <button type="button" title="カゴに入れる" class="button btn-cart one-click-add-cart" 
  250.                                     data-action="{{ url('product_add_cart', {id:Product.id}) }}" 
  251.                                     data-product_id="{{ Product.id }}" data-product_name="{{ Product.name }}"  data-product_img="{{ asset(Product.main_list_image|no_image_product, 'save_image') }}"
  252.                                     data-product_class="{{ Product.ProductClasses[0].id }}" 
  253.                                     data-token="{{ csrf_token('Eccube\\Form\\Type\\AddCartType') }}" id="button{{ Product.id }}">
  254.                                             <span>カゴに入れる - {{ Product.getPrice02IncTaxMin|price }}<span class="inctax"> (税込)</span></span>
  255.                                     </button>
  256.                                 {% else %}
  257.                                     {% set arrivemail = true %}
  258.                                     {% for ProductTag in Product.ProductTag %}
  259.                                         {% if ProductTag.Tag.id == 99 %}
  260.                                             {% set arrivemail = false %}
  261.                                         {% endif %}
  262.                                     {% endfor %}
  263.                                     
  264.                                     {% if arrivemail %}
  265.                                         <button type="button" data-productid="{{ Product.id }}" data-productname="{{ Product.name }}" title="入荷お知らせ" class="button btn-cart add-to-mail">
  266.                                             <span>入荷お知らせ</span>
  267.                                         </button>
  268.                                     {% else %}
  269.                                         <button type="button" title="在庫切れ" class="button btn-cart add-to-cart-out">
  270.                                             <span>在庫切れ</span>
  271.                                         </button>
  272.                                     {% endif %}
  273.                                 {% endif %}
  274.                             </div>
  275.                         </div>
  276.                         <div class="swooth-wrapper white-swooth">
  277.                         </div>
  278.                     </div>
  279.                 </div>
  280.                 
  281.             </div>
  282.             <div class="category-info">
  283.                 <div class="container">
  284.                     <div class="category-description">
  285.                         その他女性用商品:
  286.                     </div>
  287.                 </div>
  288.             </div>
  289.             {% set Category = repository("Eccube\\Entity\\Category").find(11) %}
  290.             {% set Order = repository("Eccube\\Entity\\Master\\ProductListOrderBy").find(0) %}
  291.             {% 
  292.                 set Products = repository('Eccube\\Entity\\Product')
  293.                 .getQueryBuilderBySearchData({'category_id':Category, 'orderby':Order})
  294.                 .getQuery()
  295.                 .getResult()
  296.             %}
  297.             <div class="ec-shelfRole container">
  298.                 <ul class="ec-shelfGrid flexbox">
  299.                     {% for Product in Products %}
  300.                         {% set campaignProduct, newProduct, limitedProduct = false, false, false %}
  301.                         {% for ProductTag in Product.ProductTag %}
  302.                             {% if ProductTag.Tag.id == 100 %}
  303.                                 {% set campaignProduct = true %}
  304.                             {% elseif ProductTag.Tag.id == 1 %}
  305.                                 {% set newProduct = true %}
  306.                             {% elseif ProductTag.Tag.id == 3 %}
  307.                                 {% set limitedProduct = true %}
  308.                             {% endif %}
  309.                         {% endfor %}
  310.                         <li class="ec-shelfGrid__item flexbox">
  311.                             <a href="{{ url('product_detail', {'id': Product.id}) }}">
  312.                             {% if campaignProduct == true %}
  313.                                 <p class="ec-shelfGrid__item-image campaignProduct">
  314.                             {% elseif newProduct == true %}
  315.                                 <p class="ec-shelfGrid__item-image newProduct">
  316.                             {% elseif limitedProduct == true %}
  317.                                 <p class="ec-shelfGrid__item-image limitedProduct">
  318.                             {% else %}
  319.                                 <p class="ec-shelfGrid__item-image">
  320.                             {% endif %}
  321.                                     <img src="{{ asset(Product.main_list_image|no_image_product, 'save_image') }}" alt="{{ Product.name }}">
  322.                                 </p>
  323.                                 <p>{{ Product.name }}</p>
  324.                             </a>
  325.                             
  326.                             <!-- REVIEW AREA -->
  327.                             {% import('@CustomerReview42/Block/customer_review4_recommend_macro.twig') as recommend_macro %}
  328.                             {% set review_list = repository('Plugin\\CustomerReview42\\Entity\\CustomerReviewTotal').getRecommend(Product.id) %}
  329.                             {% set reviewer_total = 0 %}
  330.                             {% set review_total_point = 0 %}
  331.                             {% set count = 5 %}
  332.                             {% for i in review_list %}
  333.                                 {% set reviewer_total = reviewer_total + i %}
  334.                                 {% set review_total_point = review_total_point + i * count %}
  335.                                 {% set count = count - 1 %}
  336.                             {% endfor %}
  337.                             {% set review_point = reviewer_total == 0 ? 0  : (review_total_point / reviewer_total) %}
  338.                             
  339.                             {% if 0 < reviewer_total %}
  340.                                 <div id="plg_customer_review{{Product.id}}" class="review-layoutRole product_list">
  341.                                     <h3 class="review_score" data-id="{{ Product.id }}" data-avg="{{ review_point }}" data-num="{{ reviewer_total }}" data-starsize="22" data-mstarsize="14" data-imgbase="{{ asset('aneros/img/products/') }}">
  342.                                         <span class="review_all_score_title"></span>
  343.                                         <span class="review_all_score_image" style="display: inline-block"></span>
  344.                                         <span class="review_all_score"><a href="{{ url('product_detail', {'id': Product.id}) }}#review_area"></a></span>
  345.                                     </h3>
  346.                                 </div>
  347.                             {% endif %}
  348.                             
  349.                             <script>
  350.                               $(function () {
  351.                                 if ( $('#plg_customer_review_anchor{{Product.id}}').length) {
  352.                                     $('#plg_customer_review{{Product.id}}').insertAfter($('#plg_customer_review_anchor{{Product.id}}'));
  353.                                 } else if ( $('#productForm{{Product.id}}').length) {
  354.                                     $('#plg_customer_review{{Product.id}}').insertBefore($('#productForm{{Product.id}}'));
  355.                                 } else {
  356.                                     $('#plg_customer_review{{Product.id}}').hide();
  357.                                 }
  358.                               });
  359.                             </script>
  360.                             <!-- REVIEW AREA END -->
  361.                             
  362.                             <div class="bottom-box flexbox" id="productForm{{ Product.id }}">
  363.                                 <div class="price-box">
  364.                                     <span class="price">
  365.                                         <div class="normal_price" id="product-normal-price-{{ Product.id }}">
  366.                                             {% if  Product.getPrice01Min is not null and Product.getPrice01IncTaxMin != 0 %}
  367.                                                 {% if Product.hasProductClass %}
  368.                                                     {% if Product.getPrice01Min == Product.getPrice01Max %}
  369.                                                         <span class="price">{{ Product.getPrice01IncTaxMin|price }}<span class="inctax"> (税込)</span></span>
  370.                                                     {% else %}
  371.                                                         <span class="price">{{ Product.getPrice01IncTaxMin|price }}<!-- ~ {{ Product.getPrice01IncTaxMax|price }}--><span class="inctax"> (税込)</span></span>
  372.                                                     {% endif %}
  373.                                                 {% else %}
  374.                                                     <span class="price">{{ Product.getPrice01IncTaxMin|price }}<span class="inctax"> (税込)</span></span>
  375.                                                 {% endif %}
  376.                                             {% endif %}
  377.                                                 </div>
  378.                                                 <div class="sale_price" id="product-price-{{ Product.id }}">
  379.                                             {% if Product.hasProductClass %}
  380.                                                 {% if Product.getPrice02Min == Product.getPrice02Max %}
  381.                                                     <span class="price">{{ Product.getPrice02IncTaxMin|price }}<span class="inctax"> (税込)</span></span>
  382.                                                 {% else %}
  383.                                                     <span class="price">{{ Product.getPrice02IncTaxMin|price }}<!-- ~ {{ Product.getPrice02IncTaxMax|price }}--><span class="inctax"> (税込)</span></span>
  384.                                                 {% endif %}
  385.                                             {% else %}
  386.                                                 <span class="price">{{ Product.getPrice02IncTaxMin|price }}<span class="inctax"> (税込)</span></span>
  387.                                             {% endif %}
  388.                                         </div>
  389.                                     </span>
  390.                                 </div>
  391.                                 <div class="actions">
  392.                                 {% if Product.stock_find %}
  393.                                     {% if Product.hasProductClass %}
  394.                                         <a class="button btn-cart learn-more" title="商品詳細" href="{{ url('product_detail', {'id': Product.id}) }}">
  395.                                             <span>
  396.                                                 <span>商品詳細</span>
  397.                                             </span>
  398.                                         </a>
  399.                                     {% else %}
  400.                                         <button type="button" title="カゴに入れる" class="button btn-cart one-click-add-cart" 
  401.                                         data-action="{{ url('product_add_cart', {id:Product.id}) }}" 
  402.                                         data-product_id="{{ Product.id }}" data-product_name="{{ Product.name }}"  data-product_img="{{ asset(Product.main_list_image|no_image_product, 'save_image') }}"
  403.                                         data-product_class="{{ Product.ProductClasses[0].id }}" 
  404.                                         data-token="{{ csrf_token('Eccube\\Form\\Type\\AddCartType') }}">
  405.                                             <span>カゴに入れる</span>
  406.                                         </button>
  407.                                     {% endif %}
  408.                                 {% else %}
  409.                                     {% set arrivemail = true %}
  410.                                     {% for ProductTag in Product.ProductTag %}
  411.                                         {% if ProductTag.Tag.id == 99 %}
  412.                                             {% set arrivemail = false %}
  413.                                         {% endif %}
  414.                                     {% endfor %}
  415.                                     
  416.                                     {% if arrivemail %}
  417.                                         <button type="button" data-productid="{{ Product.id }}" data-productname="{{ Product.name }}" title="入荷お知らせ" class="button btn-cart add-to-mail">
  418.                                             <span>入荷お知らせ</span>
  419.                                         </button>
  420.                                     {% else %}
  421.                                         <button type="button" title="在庫切れ" class="button btn-cart add-to-cart-out">
  422.                                             <span>在庫切れ</span>
  423.                                         </button>
  424.                                     {% endif %}
  425.                                 {% endif %}
  426.                                 </div>
  427.                             </div>
  428.                         </li>
  429.                     {% endfor %}
  430.                 </ul>
  431.             </div>
  432.             <div class="product-other-products container flexbox">
  433.                 <div class="item">
  434.                     <a href="{{ url('product_detail', {'id': 72}) }}">
  435.                         <img src="{{ asset('aneros/img/products/category_vice-2.jpg') }}" alt="ヴァイス 2 - メンズバイブレーション" class="animate"
  436.                             data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s">
  437.                     </a>
  438.                 </div>
  439.                 <div class="item">
  440.                     <a href="{{ url('product_detail', {'id': 81}) }}">
  441.                         <img src="{{ asset('aneros/img/products/category_progasm_black_ice.jpg') }}" alt="プロガスムブラックアイス - サイズを求める男性に"
  442.                             class="animate center" data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s">
  443.                     </a>
  444.                 </div>
  445.                 <div class="item">
  446.                     <a href="{{ url('product_detail', {'id': 70}) }}">
  447.                         <img src="{{ asset('aneros/img/products/category_HST.jpg') }}" alt="ヒリックスシントライデント - シン定番のフラグシップモデル"
  448.                             class="animate" data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s">
  449.                     </a>
  450.                 </div>
  451.             </div>
  452.             <div class="product-compare-prostate-massagers container flexbox">
  453.                 <div class="product-compare-prostate-massagers-image">
  454.                     <img src="{{ asset('aneros/img/products/compare_prostate_massagers_image.jpg') }}" class="animate"
  455.                         data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s" alt="私にあっているアネロスはどれでしょうか??">
  456.                 </div>
  457.                 <div class="desc-contr">
  458.                     <h3>私にあっているアネロスはどれでしょうか??</h3>
  459.                     <a href="{{ url('homepage') }}prostate-massagers" class="more-link">
  460.                         前立腺マッサージ器はこちら
  461.                         <span>&gt;</span>
  462.                     </a>
  463.                 </div>
  464.             </div>
  465.         </div>
  466.         {{ include('Block/add_to_cart.twig') }}
  467.     <div class="swooth-wrapper grey-swooth">
  468.     </div>
  469. </div>
  470. {% endblock %}