カート、決済ページに左サイドカラムを表示する。

対象ファイル: data/class/pages/(cart,shopping)/LC_Page_***.php

カラム数を変更

function init() {
	parent::init();
	$this->tpl_mainpage = 'cart/index.tpl';
	// $this->tpl_column_num = 1;
	$this->tpl_column_num = 2;

function process() の変数宣言の後に追記

// レイアウトデザインを取得(added 日付 this block only)
$layout = new SC_Helper_PageLayout_Ex(); 
$layout->sfGetPageLayout($this, false, DEF_LAYOUT);

コメントを残す