フォノクラフト株式会社:作業メモや備忘録など

作業メモや備忘録など…

[ec-cube] 2.11系で.tplファイルを直接呼び出す

without comments

.tplファイルからブロックを直接呼び出す

右図のように新規作成したブロックをテンプレートファイル(○○○○.tpl)から直接呼び出す場合も以下の様なコードを使う。

EC-CUBEのバージョンは2.11.4です。

1<!--{include_php file="`$smarty.const.TEMPLATE_REALDIR`frontparts/bloc/recommend_pc.tpl"}-->

参考:パス関連のSmartyタグ一覧

EC-CUBEはVer2.11以降は内部構造も変更があり、それに共なってSmartyタグも幾つか変更されている。

01<!--{$TPL_URLPATH}-->
02/html/user_data/packages/default/
03 
04<!--{$smarty.const.USER_TEMPLATE_REALDIR}-->
05html/user_data/packages/
06 
07<!--{$smarty.const.TOP_URLPATH}-->
08/html/
09 
10<!--{$smarty.const.ROOT_URLPATH}-->
11/html/
12 
13<!--{$smarty.const.HTML_REALDIR}-->
14/html/
15 
16<!--{$smarty.const.HTTPS_URL}-->
17https:/ /ドメイン
18 
19<!--{$smarty.const.P_DETAIL_URLPATH}-->
20/html/products/detail.php?product_id=
21 
22<!--{$smarty.const.IMAGE_SAVE_URLPATH}-->
23/html/upload/save_image/
24 
25<!--{$smarty.const.DATA_REALDIR}-->
26/data/
27 
28<!--{$smarty.const.CLASS_REALDIR}-->
29/data/class/
30 
31<!--{$smarty.const.CLASS_EX_REALDIR}-->
32/data/class_extends/
33 
34<!--{$smarty.const.TEMPLATE_REALDIR}-->
35/data/Smarty/templates/default/
36 
37<!--{$smarty.const.TEMPLATE_ADMIN_REALDIR}-->
38data/Smarty/templates/admin/
39 
40<!--{$smarty.const.TEMPLATE_TEMP_REALDIR}-->
41html/upload/temp_template/
42 
43<!--{$smarty.const.GRAPH_URLPATH}-->
44/html/upload/graph_image/
45 
46<!--{$smarty.const.IMAGE_TEMP_URLPATH}-->
47/html/upload/temp_image/
48 
49<!--{$smarty.const.CART_URLPATH}-->
50/html/cart/
51 
52<!--{$smarty.const.ADMIN_LOGIN_URLPATH}-->
53/html/shopmng/
54 
55<!--{$smarty.const.ADMIN_SYSTEM_URLPATH}-->
56/html/shopmng/system/
57 
58<!--{$smarty.const.ADMIN_PRODUCTS_URLPATH}-->
59/html/shopmng/products/
60 
61<!--{$smarty.const.ADMIN_ORDER_URLPATH}-->
62/html/shopmng/order/
63 
64<!--{$smarty.const.MOBILE_IMAGE_URLPATH}-->
65/html/upload/mobile_image/
66 
67<!--{$smarty.const.MOBILE_TOP_URLPATH}-->
68/html/
69 
70<!--{$smarty.const.MOBILE_CART_URLPATH}-->
71/html/cart/
72 
73<!--{$smarty.const.MOBILE_P_DETAIL_URLPATH}-->
74/html/products/detail.php?product_id=