Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Formatting Product Listings


drone

Recommended Posts

Posted

Hey guys,

 

I've almost got my shop how i want it to look, but I need some advice on changing how products are listed after click on a category in the navigation, can someone help me locate the code for the products which are listed on a page like:

 

http://www.peasorbeans.co.uk/index.php?cPath=22

 

Ideally I want to move around all the information for the product ie Title, Price and Buy Button and maybe even add additional information... Can someone please advise how this could be done?

 

Or can anyone provide links to good contribs which would help me out?

 

Many thanks,

Posted
Hey guys,

 

I've almost got my shop how i want it to look, but I need some advice on changing how products are listed after click on a category in the navigation, can someone help me locate the code for the products which are listed on a page like:

 

http://www.peasorbeans.co.uk/index.php?cPath=22

 

Ideally I want to move around all the information for the product ie Title, Price and Buy Button and maybe even add additional information... Can someone please advise how this could be done?

 

Or can anyone provide links to good contribs which would help me out?

 

Many thanks,

This is all configurable from the admin console... Go to Configuration -> Product Listing, and set the sort order for which items you want where...

 

Richard.

Richard Lindsey

Posted
This is all configurable from the admin console... Go to Configuration -> Product Listing, and set the sort order for which items you want where...

 

This seems like a very restrictive method, is there no a way to completely change how all the details are placed, can I not have it like?:

 

IMAGE - LEFT CELL

 

CAT NUMBER - RIGHT CELL

PRODUCT NAME - RIGHT CELL

PRICE - RIGHT CELL

BUY NOW BUTTON - RIGHT CELL

 

Forgive the crap formatting but image a two column table, but I'd like it as above, instead of using the column order from admin console.

Posted
This seems like a very restrictive method, is there no a way to completely change how all the details are placed, can I not have it like?:

 

IMAGE - LEFT CELL

 

CAT NUMBER - RIGHT CELL

PRODUCT NAME - RIGHT CELL

PRICE - RIGHT CELL

BUY NOW BUTTON - RIGHT CELL

 

Forgive the crap formatting but image a two column table, but I'd like it as above, instead of using the column order from admin console.

For most of those, you can simply adjust the sort order in the admin console as per my last post... For the category number, you'd have to add that as a new field to the code if you wanted it to display... But if you wanted that, I would recommend making it the category name vs. the number, possibly hyperlinked to the category itself, as it's more user friendly... As for making the image a 2-column table, that would take a little tweaking of the code within includes/modules/product_listing.php to enclose within that cell another 2-cell table...

 

Richard.

Richard Lindsey

Archived

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

×
×
  • Create New...