Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the "also purchased" to a list


Fredrik.r

Recommended Posts

Posted

Hi,

 

I would really like to change the modules into lists. I would be very grateful if someone could point me in the right direction. Please see attached picture. It is a three column list with products name, price and a button. Below is a styled <hr>.

 

Can someone please give me an example of how it can be done? Heading and button can just be examples. If I know how to change "Alsoc purchased" I can modify the other modules.

 

also_purchased.gif

Posted

Remove this code line 32 of also_purchased.php

 

<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $orders['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $orders['products_image'], $orders['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br>

 

 

 

This leave your text information and price. Then let me know what you have left and what it looks like.

Archived

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

×
×
  • Create New...