Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I want to make a manufacturs page?


Taipan

Recommended Posts

Posted

I want to make a seperate page to display the manufacturers drop down box rather than have it in my left column. So I have made a new page and after the heading text I put this line in:-

 

include(DIR_WS_BOXES . 'manufacturers.php');

 

When I view the page it puts the manufacturer drop down box right at the top of the page above the header rather than on the body of the page below the heading text. Any ideas how I can do this?

Posted

After the header text, there is a three cell table holding column_left, the center content, and column_right. You would want to put this after the include for column_left, in the beginning of the table cell for the center content. Look for the next <td after <!-- body_text //-->

 

From your description, it sounds to me like you put it above this table (prior to column_left) instead.

 

Hth,

Matt

Archived

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

×
×
  • Create New...