バージョン選択

フォーラム

メニュー

オンライン状況

40 人のユーザが現在オンラインです。 (28 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 40
もっと...

サイト内検索

質問 > 管理機能 > 新着商品表示プラグインが旨く表示されません。

管理機能

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
NSX-R
投稿日時: 2018/10/30 10:57
対応状況: −−−
長老
登録日: 2012/12/14
居住地:
投稿: 234
新着商品表示プラグインが旨く表示されません。
いつもお世話になっております

新着商品プラグインを入れたのですが、うまく表示されません。

ブロックを見ても修正箇所がわからないので、教えていただけませんでしょうか?


<style type="text/css">
.slide-wrap {
margin-bottom: 20px;
overflow-y: hidden;
overflow-x: scroll;
display: flex;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;

}
@media only screen and (max-width: 767px) {
.side-box {
flex: 0 0 40%;
padding: 0 8px;
}
}
@media only screen and (min-width: 768px) {
.side-box {
flex: 0 0 18%;
padding: 0 8px;
}
}
.inner, .inner img {
max-width: 100%;
}
.ni-pageHeader {
padding: 0px 8px;
}
.ni-pageHeader h3 {
border-top: none;
border-bottom: 1px solid #ccc;
padding: 8px;
}
</style>

{% if NewItem is not empty %}
{% if Config.newitem_title != "" %}
<div class="ni-pageHeader">
<h3>{{ Config.newitem_title }}</h3>
</div>
{% endif %}
<div class="slide-wrap">
{% for item in NewItem %}
<div class="side-box">
<div class="inner">
<a href="{{ url('product_detail', {'id': item.id}) }}">
{% if item.ProductImage[0] %}
<img src="{{ asset(item.ProductImage[0], 'save_image') }}">
{% else %}
<img src="{{ asset(''|no_image_product, 'save_image') }}"/>
{% endif %}
{% if Config.newitem_disp_title == 1 %}
<p>{{ item.name }}</p>
{% endif %}
{% if Config.newitem_disp_price == 1 %}
<p class="price02_default">
{% if item.hasProductClass %}
{% if item.getPrice02Min == item.getPrice02Max %}
{{ item.getPrice02IncTaxMin|price }}
{% else %}
{{ item.getPrice02IncTaxMin|price }} ~ {{ item.getPrice02IncTaxMax|price }}
{% endif %}
{% else %}
{{ item.getPrice02IncTaxMin|price }}
{% endif %}
</p>
{% endif %}
{% if Config.newitem_disp_code == 1 %}
<p>{{ item.code_min }}{% if item.code_min != item.code_max %} ~ {{ item.code_max }}{% endif %}</p>
{% endif %}
{% if Config.newitem_disp_description_detail == 1 %}
<p>{{ item.description_detail|raw|nl2br }}</p>
{% endif %}
</a>
{% if Config.newitem_disp_cat == 1 %}
{% for ProductCategory in item.ProductCategories %}
<p>{% for Category in ProductCategory.Category.path %}
<a href="{{ url('product_list') }}?category_id={{ Category.id }}">{{ Category.name }}</a> {%- if loop.last == false %}
<span>></span>{% endif -%}
{% endfor %}
</p>
{% endfor %}
{% endif %}
</div>
</div>
{% endfor %}
</div>
{% endif %}


サイトは
http://nangoku100katen.com
です。
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は89,107名です
総投稿数は110,039件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2314
5
umebius
2085
6
yuh
1819
7
h_tanaka
1649
8
red
1570
9
mcontact
1298
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.