Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NEED SOME HELP


datoshway

Recommended Posts

Posted

It's not wierd. It's the Also Purchased box. I don't know why the title of it is not showing, but here's the HTML for that section:

 

 <!-- also_purchased_products //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td>
<td height="14" class="infoBoxHeading" width="100%">Customers who bought this product also purchased</td>
<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

 <tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBoxContents">
 <tr>
<td align="center" class="smallText" width="33%" valign="top"><a href="http://www.mothermayiclothing.com/xm/product_info.php?products_id=118"><img src="images/W00266.jpg" border="0" alt="Side Logo/Heather" title=" Side Logo/Heather " width="144" height="192"></a><br><a href="http://www.mothermayiclothing.com/xm/product_info.php?products_id=118">Side Logo/Heather</a></td>
<td align="center" class="smallText" width="33%" valign="top"><a href="http://www.mothermayiclothing.com/xm/product_info.php?products_id=108"><img src="images/W_00158.jpg" border="0" alt="Chalkstyle I Saw Love/ Lavender" title=" Chalkstyle I Saw Love/ Lavender " width="144" height="192"></a><br><a href="http://www.mothermayiclothing.com/xm/product_info.php?products_id=108">Chalkstyle I Saw Love/ Lavender</a></td>
<td align="center" class="smallText" width="33%" valign="top"><a href="http://www.mothermayiclothing.com/xm/product_info.php?products_id=117"><img src="images/W00074.jpg" border="0" alt="Original mother may i Ribs and Broken Sacred Heart for Womens" title=" Original mother may i Ribs and Broken Sacred Heart for Womens " width="144" height="192"></a><br><a href="http://www.mothermayiclothing.com/xm/product_info.php?products_id=117">Original mother may i Ribs and Broken Sacred Heart for Womens</a></td>
 </tr>

 <tr>
<td align="center" class="smallText" width="33%" valign="top"><a href="http://www.mothermayiclothing.com/xm/product_info.php?products_id=106"><img src="images/W00086.jpg" border="0" alt="Chalkstyle Pussy/Navy" title=" Chalkstyle Pussy/Navy " width="144" height="192"></a><br><a href="http://www.mothermayiclothing.com/xm/product_info.php?products_id=106">Chalkstyle Pussy/Navy</a></td>
<td align="center" class="smallText" width="33%" valign="top"><a href="http://www.mothermayiclothing.com/xm/product_info.php?products_id=140"><img src="images/W00496.jpg" border="0" alt="Half Logo in Red on a Black Tank" title=" Half Logo in Red on a Black Tank " width="144" height="192"></a><br><a href="http://www.mothermayiclothing.com/xm/product_info.php?products_id=140">Half Logo in Red on a Black Tank</a></td>
 </tr>
</table>
</td>
 </tr>
</table>
<!-- also_purchased_products_eof //-->

 

Note the line "Customers who bought this product also purchased." It works like Amazon's... people buy the product, and the other products they buy are added to the Also Purchased list for that product.

Contributions

 

Discount Coupon Codes

Donations

Posted

It's not a module per say. You don't "install" it because it's part of OSC. To remove it, find the following lines in product_info.php around line 226 and comment them out ( surround them with /* and */ )

/*	if ((USE_CACHE == 'true') && empty($SID)) {
  echo tep_cache_also_purchased(3600);
} else {
  include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);
}*/

Contributions

 

Discount Coupon Codes

Donations

Archived

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

×
×
  • Create New...