Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

creating a new .tpl file

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 05-09-2014, 08:40 AM
 
DBK Web Builder DBK Web Builder is offline
 

Advanced Member
  
Join Date: Apr 2014
Location: NJ
Posts: 67
 

Default creating a new .tpl file

Hi

Following from the other thread and Mike's great video ... I created a new template file for the static pages

static.php then static.tpl

now the ? is how can I make the static pages (and only certain ones at that !) use this template page ?

I don't want to put all the content into the .tpl - because I want to use the same one for a few different pages AND because client needs to be able to edit it.

It's also too content much to create a txt_static language box

I have this:

<code>
{if (($page_data.pageid gt '2'))}

{if $page_title}
<h1 class="pagetitle" >{$page_title|escape}</h1>
{/if}

{include file="customer/home_main.tpl"}


{include file="customer/left_bar.tpl"}

{/if} <!-- inner page -->

</code>

in home_main I added an elseif to point to static.tpl at the bottom (like in the video)


any ideas ?


Thanks

DonnaNJ
__________________
4.6.2 and 4.6.3
http://www.DBKWebBuilder.com
Reply With Quote
  #2  
Old 05-09-2014, 09:16 AM
 
DBK Web Builder DBK Web Builder is offline
 

Advanced Member
  
Join Date: Apr 2014
Location: NJ
Posts: 67
 

Default Re: creating a new .tpl file

OK - never mind

I added this

{elseif $main eq "pages" && $page_data.pageid gt '2' }
{include file="customer/main/static.tpl"}

to home_main

and BOOM

all is right with the world !

DonnaNJ
__________________
4.6.2 and 4.6.3
http://www.DBKWebBuilder.com
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:26 PM.

   

 
X-Cart forums © 2001-2020