View Single Post
  #2  
Old 06-17-2009, 08:18 AM
  hoosierglass's Avatar 
hoosierglass hoosierglass is offline
 

X-Adept
  
Join Date: Aug 2006
Location: Zionsville, IN
Posts: 974
 

Default Re: Create Embedded Page not shown under Help.

If it is a static page then it should be located in /skin1/pages/US/

I do not know why your page only shows code.

Here is how we do it.....

Once you create your static page you will want it to link onto you home page in some way. For this example I will use our Weekly Specials page.
I wanted this page link to be like a category and listed as the first item in the category list. So in categories.tpl just before
Quote:
{foreach from=$categories item=c}
I put the call to the static page
Quote:
<a href="http://www.kennedyhardware.com/weekly-special.html" class="VertMenuItems"><b>Weekly Special</b></a><br />

Now we have CDSEO Pro so it has changed
www.mywebsite.com/skin1/pages/us/pages.php?pageid=## to the html version. There are other ways to do this and to be honest this is probably not the best way when using CSS.

Hope this helps and gives you ideas.

Mike
__________________
X-Cart Gold 4.7.7
Custom Work from www.luminointernet.com
www.indy-pen-dance.com
Reply With Quote