zencart のテンプレートと編集箇所

▽ HTMLの大枠
/includes/templates/template_default/common/tpl_main_page.php

▽ サイド各ボックスのデザイン
/indonesiago.orgs/templates/classic/common/tpl_box_default_left.php

▽ サイドボックスの中身
/includes/templates/template_default/sideboxes/*.php

▽ カテゴリ(商品一覧)ページ上部のサブカテゴリ
/indonesiago.orgs/templates/template_default/common/tpl_columnar_display.php

▽ フッターカテゴリ
/includes/templates/template_default/templates/tpl_modules_categories_tabs.php

▽ サイド・インフォメーション
/includes/templates/template_default/sideboxes/tpl_information.php

▽ 新着商品の外枠
/includes/templates/template_default/templates/tpl_modules_whats_new.php

▽ 新着商品の中身
/includes/templates/template_default/common/tpl_columnar_display.php

▽ 新着商品のもっと中身
/includes/modules/new_products.php

▽ 商品一覧の中身
/includes/modules/product_listing.php

▽商品一覧の並びレイアウト
/indonesiago.orgs/templates/template_default/common/tpl_tabular_display.php

▽ 商品一覧(カテゴリ一覧)
/indonesiago.orgs/templates/template_default/templates/tpl_index_product_list.php

▽ (サブカテゴリ一覧)
/indonesiago.orgs/templates/template_default/templates/tpl_index_categories.php

▽ 商品詳細
/includes/templates/template_default/templates/tpl_product_info_display.php

▽ 商品画像
/includes/templates/template_default/templates/tpl_modules_main_product_image.php

▽ submitボタンを画像からデフォルトにする(モバイル対応)
/includes/functions/html_output.php

▽ レフトカラム
/includes/modules/column_left.php

▽管理画面
/admin/*.*
/admin/includes/*.*

▽ TOPページとそれ以外の振り分け
if ( ($_GET[main_page] == “index”) && ($_GET[cPath] == ”) ){

}

コメントを残す