Zen Cart Logo
Forums / General Questions / Open html file in center column

Open html file in center column

Locked

Views: 854

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
18 Nov 2007, 11:45 AM
#1
olga356 avatar

olga356

New Zenner

Join Date:
Nov 2007
Posts:
1
Plugin Contributions:
0

Open html file in center column

Hello! In my shop more_information sidebox is displayed (named Бонусы). It contains 3 links to 3 default pages. I have html-file - Akcii.html. Instead 1 of default pages I want to display my htmlfile. I need to correctly display the Akcii.html content in Main CenterColumn. How can I do it? If anyone knows, please help me.

18 Nov 2007, 12:29 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Open html file in center column

To do this you take the HTML from your files and add it to includes/languages/YOUR_LANGUAGE/html_includes/YOUR_TEMPLATE/define_page_2.php, define_page_3.php and define_page_4.php.

You can do this directly, or via the define pages editor in the Admin > Tools menu.

Make sure that you only copy information from between your html file's body tags.

You will no doubt also want to rename those linke in your information sidebox and there's a FAQ entry to tell you how.