Jump to content

editing the product page


zee28

Recommended Posts

hi guys.. i have been working on my website for some time and i finally finished the homepage to my satisfaction.

I wish to move onto editing the products pages. have u guys got any suggestions.

First i want to remove the left and right column as i have done in the homepage to make it all one. Please help!

ZEE..

 

my website is : www.gadgetpit.co.uk if u wish to look at it.

Link to comment
Share on other sites

Try this (Make backups of files you edit, just in case!):

 

Edit file: /themes/<your theme folder>/header.tpl

 

find this piece of code:

 

<!-- Left -->

<div id="left_column" class="column grid_2 alpha">

{$HOOK_LEFT_COLUMN}

</div>

 

and put it between comment brackets: {* piece-of-code *}

and save file

 

 

Then edit file: /themes/<your theme folder>/footer.tpl

 

and find this piece of code:

 

<!-- Right -->

<div id="right_column" class="column grid_2 omega">

{$HOOK_RIGHT_COLUMN}

</div>

 

and also put this between comment brackets: {* piece-of-code *}

and save file

 

N.B. If you want to delete if from only a few pages, you can use this code instead of out-commenting it:

 

Example: to delete if from only the front page:

{if $page_name != 'index'} piece-of-code {/if}

 

Hope this helps,

pascal

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...