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

categories gone?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 10-06-2005, 12:55 PM
 
Wambli Wambli is offline
 

Advanced Member
  
Join Date: Sep 2005
Posts: 52
 

Default categories gone?

Hello everyone
I made a new PHP page for the first time and I used the code below everthing showed up on the new page except the categories list it is just gone the table is still there but everthing inside is gone? you can see what I mean here:

http://www.omagruene.com/xcart/login.php


does anyone know why or what I can do?


1. Create 'new_page.php' file in the '<xcart_root_dir>' with the following content :

---------------------------------------
<?php
require "./auth.php";

# Assign Smarty variables and show template
$smarty->assign("main","new_page");

func_display("customer/home.tpl", $smarty);
?>
---------------------------------------

2. Open '<xcart_root_dir>/skin1/customer/home_main.tpl' template and add following code :

---------------------------------------
{elseif $main eq "new_page"}
{include file="new_page.tpl"}
---------------------------------------

after the following fragment:

---------------------------------------
{elseif $smarty.get.mode eq "unsubscribed"}
{include file="main/unsubscribe_confirmation.tpl"}
---------------------------------------

3. Then create 'request_catalog.tpl' template in the '<xcart_root_dir>/skin1/' folder with the following content:

---------------------------------------
{$lng.lbl_new_page}
---------------------------------------
__________________
Christmas
x-cart 4.1.6
Reply With Quote
  #2  
Old 10-06-2005, 12:59 PM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

Code:
require $xcart_dir."/include/categories.php";

add that under the include for auth.php
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote
  #3  
Old 10-06-2005, 01:20 PM
 
Wambli Wambli is offline
 

Advanced Member
  
Join Date: Sep 2005
Posts: 52
 

Default Thanks

Thanks that worked Great
__________________
Christmas
x-cart 4.1.6
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 10:38 AM.

   

 
X-Cart forums © 2001-2020