oneton Posted March 2, 2013 Share Posted March 2, 2013 newbie... mau tanya gan,.. cara ngilangin sub categori pada theme leo shirt gimana yak ?? please help..... Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted March 3, 2013 Share Posted March 3, 2013 Tidak peduli theme yang digunakan apa ... Back Office > Catalog > Categories Pilih kategori atau sub.kategori yang diinginkan lalu click "Delete" Kalau bingung carinya di B.O, gunakan search feature yang ada di B.O dgn keyword nama kategori yg dicari Link to comment Share on other sites More sharing options...
oneton Posted March 3, 2013 Author Share Posted March 3, 2013 maaf sebelumnya.. saya di sini tidak maksud untuk menghapus sub categori saya.. saya mau ngilangin subkategori dari page yang saya garis,. jadi pagenya biar full produk gituu... Link to comment Share on other sites More sharing options...
Zaid Posted March 4, 2013 Share Posted March 4, 2013 cari file category.tpl di theme hapus / comment out aja (di PS 153 baris no 71 - 94) {if isset($subcategories)} <!-- Subcategories --> <div id="subcategories"> <h3>{l s='Subcategories'}</h3> <ul class="inline_list"> {foreach from=$subcategories item=subcategory} <li class="clearfix"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}" class="img"> {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name">{$subcategory.name|escape:'htmlall':'UTF-8'}</a> {if $subcategory.description} <p class="cat_desc">{$subcategory.description}</p> {/if} </li> {/foreach} </ul> <br class="clear"/> </div> {/if} Link to comment Share on other sites More sharing options...
oneton Posted March 4, 2013 Author Share Posted March 4, 2013 ok.. trimakasih gan Zaid.. sudah jadi sekarang,. makasih banya gan.. Link to comment Share on other sites More sharing options...
oneton Posted March 4, 2013 Author Share Posted March 4, 2013 saya mau tanya lagi boleh ngk gan ?? ini masalah resolusi foto produk pada kategori saya kok ngeblur ya ?? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now