Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove right frame


PhpNurd

Recommended Posts

use STS template contribution..i removed the right column and was very very easy..just remove the relevant $product info etc and put only the ones you want in left column

 

 

Exactly which file needs to be edited ?

 

Will have a look at sts template also. Thanks

Link to comment
Share on other sites

its not a file its an html template system.

 

you can design the page how you want it to look in dreamweaver/frontpage etc and all the info boxes and logos etc are assigned a $ value like the bestsellers box is called $bestsellers you just type that anywhere on the page you want that box to appear..

 

the template is split into header..footer..left..right and main windows..if you remove ALL the $ from right window then the right frame dissapears.

 

http://the-pc-shop.110mb.com/catalog/

 

thats mine as it stands so far with the right column completely gone and only what i want in left

p.s. server was down a min ago lol so ya might need to wait 5 mins to check

Link to comment
Share on other sites

thats the 1 i use

 

it looks quite complicated but it really isnt and gives you plenty of scope to change the basic look of your shop

 

i'm still learning myself..only been at it a week or so but learning a lot more every day

Link to comment
Share on other sites

damn that edit button lol

 

the top one in that contribution is just an update for info boxes.

 

the full package you want is the latest 4.2 that should be the full template system. if you want to add the updates (i just did for the info boxes) then its up to you but for basic homepage and product info design you'll need full 4.2 package from that contribution list

Link to comment
Share on other sites

  • 2 weeks later...
use STS template contribution..i removed the right column and was very very easy..just remove the relevant $product info etc and put only the ones you want in left column

This is totally uneccessary work.

 

To remove the right column from OSC - delete this block of code in all php files just in the root store folder (a global search and replace will do this in less than one second):

 

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- right_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

<!-- right_navigation_eof //-->

</table></td>

 

Job done.

Link to comment
Share on other sites

This is totally uneccessary work.

 

To remove the right column from OSC - delete this block of code in all php files just in the root store folder (a global search and replace will do this in less than one second):

 

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- right_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

<!-- right_navigation_eof //-->

</table></td>

 

Job done.

 

 

if the directory is /shop

then all php files in /shop (root) ??? How do i do a search for this code and replace them all

without having to open all files one by one n change them.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...