Fredrik.r Posted April 15, 2007 Posted April 15, 2007 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.
usernamenone Posted April 16, 2007 Posted April 16, 2007 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.