{#This file is part of EC-CUBE, Overwrite by INSPIRATION#} <h2 class="section-title -underline my-5"> <span>ゴルフボールの種類から探す</span> </h2> <div class="row"> <div class="col-md-4 text-center"><a href="{{ url('product_list') }}?mode=&category_id=7&name=&pageno=1&disp_number=21&orderby=1&ball-type=14&ball-nums=&ball-price="><img decoding="async" src="{{ asset('assets/img/top/fig_ball01.png') }}" class="img-fluid mb-3" width="400" height="160" alt="持ち込みボール"></a></div> <div class="col-md-4 text-center"><a href="{{ url('product_list') }}?mode=&category_id=7&name=&pageno=1&disp_number=21&orderby=1&ball-type=11&ball-nums=&ball-price="><img decoding="async" src="{{ asset('assets/img/top/fig_ball02.png') }}" class="img-fluid mb-3" width="400" height="160" alt="スリクソン"></a></div> <div class="col-md-4 text-center"><a href="{{ url('product_list') }}?mode=&category_id=7&name=&pageno=1&disp_number=21&orderby=1&ball-type=12&ball-nums=&ball-price="><img decoding="async" src="{{ asset('assets/img/top/fig_ball03.png') }}" class="img-fluid mb-3" width="400" height="160" alt="ゼクシオ"></a></div> </div>{% set RankingBallList = repository('Customize\\Entity\\RankingBall').getList() %}{% set RankingCount = false %}{% for RankingBall in RankingBallList %}{% if RankingBall.product_id > 0 %}{% set RankingCount = true %}{% endif %}{% endfor %}{% if RankingCount is not empty %} <div class="text-center my-5"> <h3 class="fw-bold"><i class="icon-crown text-rank01"></i>名入れゴルフボール人気ランキング</h3> </div> <div class="row border border-2 border-black pt-3"> {% set break = false %} {% for RankingBall in RankingBallList if not break %} <div class="col-6 col-sm-4 col-md-2"> <a href="{{ url('product_detail', {'id': RankingBall.product_id}) }}" class="numbering-container">{% if RankingBall.sort_no == 1 %}<div class="rank -first">1</div>{% endif %}{% if RankingBall.sort_no == 2 %}<div class="rank -second">2</div>{% endif %}{% if RankingBall.sort_no == 3 %}<div class="rank -third">3</div>{% endif %}{% if RankingBall.sort_no == 4 %}<div class="rank -others">4</div>{% endif %}{% if RankingBall.sort_no == 5 %}<div class="rank -others">5</div>{% endif %}{% if RankingBall.sort_no == 6 %}<div class="rank -others">6</div>{% endif %} <img src="{{ asset(RankingBall.fileName|no_image_product, 'save_image') }}" class="img-fluid" alt="{{ RankingBall.product_name }}"> {% if RankingBall.price is not empty %} <p class="description mb-1">{{ RankingBall.product_name }}</p> <p class="price text-danger">{{ RankingBall.price|price }}({{ '税込'|trans }})</p> {% endif %} </a> </div> {% if RankingBall.sort_no == 6 %}{% set break = true %}{% endif %} {% endfor %} </div>{% endif %} <h2 class="section-title -underline my-5"> <span>利用シーンから探す</span> </h2> <div class="row"> <div class="col-md-4 mb-3"> <a href="{{ url('product_list') }}?mode=&category_id=9&name=&pageno=1&disp_number=21&orderby=1&design-cate=15" class="btn btn-outline-dark btn-lg rounded-0 w-100 py-3 py-md-5"><i class="icon-chevron_right"></i> 誕生日祝い</a> </div> <div class="col-md-4 mb-3"> <a href="{{ url('product_list') }}?mode=&category_id=9&name=&pageno=1&disp_number=21&orderby=1&design-cate=16" class="btn btn-outline-dark btn-lg rounded-0 w-100 py-3 py-md-5"><i class="icon-chevron_right"></i> 定年退職祝い</a> </div> <div class="col-md-4 mb-3"> <a href="{{ url('product_list') }}?mode=&category_id=9&name=&pageno=1&disp_number=21&orderby=1&design-cate=17" class="btn btn-outline-dark btn-lg rounded-0 w-100 py-3 py-md-5"><i class="icon-chevron_right"></i> 還暦祝い</a> </div> <div class="col-md-4 mb-3"> <a href="{{ url('product_list') }}?mode=&category_id=9&name=&pageno=1&disp_number=21&orderby=1&design-cate=18" class="btn btn-outline-dark btn-lg rounded-0 w-100 py-3 py-md-5"><i class="icon-chevron_right"></i> コンペ景品</a> </div> <div class="col-md-4 mb-3"> <a href="{{ url('product_list') }}?mode=&category_id=9&name=&pageno=1&disp_number=21&orderby=1&design-cate=19" class="btn btn-outline-dark btn-lg rounded-0 w-100 py-3 py-md-5"><i class="icon-chevron_right"></i> 父の日祝い</a> </div> <div class="col-md-4 mb-3"> <a href="{{ url('product_list') }}?mode=&category_id=9&name=&pageno=1&disp_number=21&orderby=1&design-cate=20" class="btn btn-outline-dark btn-lg rounded-0 w-100 py-3 py-md-5"><i class="icon-chevron_right"></i> 母の日祝い</a> </div> </div>{% set RankingDesignList = repository('Customize\\Entity\\RankingDesign').getList() %}{% set RankingCount = false %}{% for RankingDesign in RankingDesignList %}{% if RankingDesign.product_id > 0 %}{% set RankingCount = true %}{% endif %}{% endfor %}{% if RankingCount is not empty %} <div class="text-center my-5"> <h3 class="fw-bold"><i class="icon-crown text-rank01"></i>名入れデザイン人気ランキング</h3> </div> <div class="row border border-2 border-black pt-3"> {% set break = false %} {% for RankingDesign in RankingDesignList if not break %} <div class="col-6 col-sm-4 col-md-2"> <a href="{{ url('product_detail', {'id': RankingDesign.product_id}) }}" class="numbering-container">{% if RankingDesign.sort_no == 1 %}<div class="rank -first">1</div>{% endif %}{% if RankingDesign.sort_no == 2 %}<div class="rank -second">2</div>{% endif %}{% if RankingDesign.sort_no == 3 %}<div class="rank -third">3</div>{% endif %}{% if RankingDesign.sort_no == 4 %}<div class="rank -others">4</div>{% endif %}{% if RankingDesign.sort_no == 5 %}<div class="rank -others">5</div>{% endif %}{% if RankingDesign.sort_no == 6 %}<div class="rank -others">6</div>{% endif %} <img src="{{ asset(RankingDesign.fileName|no_image_product, 'save_image') }}" class="img-fluid" alt="{{ RankingDesign.product_name }}"> <p class="description mb-1">{{ RankingDesign.product_name }}</p> </a> </div> {% if RankingDesign.sort_no == 6 %}{% set break = true %}{% endif %} {% endfor %} </div>{% endif %}