機能要望 > 管理機能 > カテゴリー欄の追加 |
管理機能
フラット表示 | 前のトピック | 次のトピック |
投稿者 | スレッド |
---|---|
studio |
投稿日時: 2013/9/13 11:37
対応状況: −−−
|
新米 登録日: 2013/9/13 居住地: 大阪市内 投稿: 2 |
カテゴリー欄の追加 初めましての投稿で失礼致します。
現在、ショッピングサイトの運営を任せられているのですが、このサイト自体他会社から委託されたもので、その会社様の担当者の方と連絡が付かない状態なので、こちらで対処しようとしているのですがショッピングサイトの運営自体が初体験なもので手探り状態です。大変申し訳ないですが、お手を貸していただけると幸いです。 やりたいこと:カテゴリーの追加 当サイト(http://choumiya.main.jp/)の左側に 商品カテゴリーの欄があるのですが 今現在6つしかないのをあと2つ追加したいと考えています。 今現在でやってみた作業 ・カテゴリー登録 こちらに登録をすれば表示されると思っていたのですが 反映されませんでした。 ブロック内のタグ↓ <!--{* * This file is part of EC-CUBE * * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved. * * http://www.lockon.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *}--> <script type="text/javascript">//<![CDATA[ $(function(){ $('#category_area li.level1:last').css('border-bottom', 'none'); }); //]]></script> <div class="block_outer"> <div id="category_area"> <div class="block_body"> <h2><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_category.gif" alt="商品カテゴリ" /></h2> <!--{strip}--> <ul id="categorytree"> <!--{assign var=preLev value=1}--> <!--{assign var=firstdone value=0}--> <!--{section name=cnt loop=$arrTree}--> <!--{* 表示フラグがTRUEなら表示 *}--> <!--{if $arrTree[cnt].display == 1}--> <!--{assign var=level value=`$arrTree[cnt].level`}--> <!--{assign var=levdiff value=`$level-$preLev`}--> <!--{if $levdiff > 0}--> <ul> <!--{elseif $levdiff == 0 && $firstdone == 1}--> </li> <!--{elseif $levdiff < 0}--> <!--{section name=d loop=`$levdiff*-1`}--> </li> </ul> <!--{/section}--> </li> <!--{/if}--> <li class="level<!--{$level}--><!--{if in_array($arrTree[cnt].category_id, $tpl_category_id)}--> onmark<!--{/if}-->"> <p> <a href="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php?category_id=<!--{$arrTree[cnt].category_id}-->"<!--{if in_array($arrTree[cnt].category_id, $tpl_category_id)}--> class="onlink"<!--{/if}-->><!--{$arrTree[cnt].category_name|h}-->(<!--{$arrTree[cnt].product_count|default:0}-->)</a> </p> <!--{if $firstdone == 0}--><!--{assign var=firstdone value=1}--><!--{/if}--> <!--{assign var=preLev value=`$level`}--> <!--{/if}--> <!--{* セクションの最後に閉じタグを追加 *}--> <!--{if $smarty.section.cnt.last}--> <!--{if $preLev-1 > 0}--> <!--{section name=d loop=`$preLev-1`}--> </li> </ul> <!--{/section}--> </li> <!--{else}--> </li> <!--{/if}--> <!--{/if}--> <!--{/section}--> </ul> <!--{/strip}--> </div> </div> </div> この状態からカテゴリーの追加をするためには どの部分を変更すればよろしいでしょうか? 拙い文章で申し訳ありません。 何卒、よろしくお願い致します。
|
フラット表示 | 前のトピック | 次のトピック |
題名 | 投稿者 | 日時 |
---|---|---|
» カテゴリー欄の追加 | studio | 2013/9/13 11:37 |
Re: カテゴリー欄の追加 | flealog | 2013/9/13 12:01 |
Re: カテゴリー欄の追加 | studio | 2013/9/13 15:35 |