Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving Catogory Discriptions


driftwood

Recommended Posts

Posted

Surely this is as easy as copying a line of code from above the product listing to below but as I'm using templetes and a lot of contribs I can't find my way around OSC (non expert sorry). At the moment I have in the centre col is like this;

 

ACME LIGHBULBS

These are the longest lasting light bumbs on the market etc

etc etc etc etc

etc etc etc etc

etc etc etc etc

---------------------

Product

Product

Product

---------------------

 

What I want is;

 

ACME LIGHBULBS

---------------------

Product

Product

Product

---------------------

These are the longest lasting light bumbs on the market

etc etc etc etc

etc etc etc etc

etc etc etc etc

----------------------------------------------------------------

 

Just so I explain it right the reason I want is is because I go into a lot of details for each product Type and this pushes the product listing down the screen. People who visit regualer shouldn't have to scroll down past all the description each time.

 

TIA

-----------------------------------------------------------------------------

OSC user for years and no coder, so I've earned my stripes.

 

Feel free to private message me.

Posted

Edit your index.php and find:

	  <tr>
	<td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td>
  </tr>

and move to be above the line where the category_description is printed.

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Archived

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

×
×
  • Create New...