X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Embedded Pages in Meny (https://forum.x-cart.com/showthread.php?t=6998)

cbslimport 04-04-2004 02:18 AM

Embedded Pages in Meny
 
When ever I add any embedded page, it's link reflects in help menu.
I don't want that any embedded page link appear in help menu.
I want to show the embedded pages in a new category on our left meny, for example "Other information".

Ex:
Categories
Specials
About us
Other Information

shan 04-04-2004 10:32 AM

copy the help.tpl file and save it as say other_info.tpl

remove the pages code from help.tpl

remove the help links from other_info.tpl

add a new include command under the one that adds the help.tpl in the home.tpl to include the other_info.tpl file

cbslimport 04-04-2004 02:10 PM

Embedded Pages in Meny
 
Iб╢m not to good at editing tpl files. What You want me to do is the following?

REMOVE the following line from help.tpl

Code:

{include file="pages_menu.tpl"}

REMOVE the follwoing line from other_info.tpl
Code:

<a href="help.php?section=contactus&mode=update"

Then You want me to add an include to other_info.tpl under this section?
Code:

{if $active_modules.Gift_Certificates ne "" or $active_modules.Product_Configurator ne ""}
{include file="customer/special.tpl"}
{/if}
{ include file="help.tpl" }


That one should read

Code:

{include file="customer/other_info.tpl"}
Should that be before the last </td>?


Right?

shan 04-04-2004 02:59 PM

thats right :wink:


All times are GMT -8. The time now is 07:37 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.