Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

oscommerce design


whitehawk43

Recommended Posts

None

 

The reason for the question is I was having trouble with design and figuring out what code did what

so I bought a book for OSC design and it gives step by step lession on what file to change

 

and one of the things in the book says to look for and change to remove the right column

to find this code in all the main php.files

 

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

width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">

<!-- right_navigation //-->

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

<!-- right_navigation_eof //-->

</table></td>

 

but when looking for that code in all the main.php files the line of code reads

 

<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>

 

so was just checking to see if mabe it was a typo in the book or if there was

code lay out changes and that was why I am having a problem

with things not doing what it was supose to

the book says to use MS 2.2 and I am using OSC 2.2Rc2a

I understand that at the time of the book MS 2.2 was the

version that was out at that time

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...