datoshway Posted December 15, 2005 Posted December 15, 2005 Items that get sold screw up the page description Hi all, PLEASE HELP! Heres the link to my problem http://www.mothermayiclothing.com/xm/produ...products_id=108 It appears that items that get sold appear back in other products description? Holly cow!! Help, please!
datoshway Posted December 15, 2005 Author Posted December 15, 2005 Bump, I need some help, could it be a customers also bought problem? Is there a way to disable that to test it?
kgt Posted December 15, 2005 Posted December 15, 2005 I don't understand what the problem is. Can you describe it in more detail? Contributions Discount Coupon Codes Donations
datoshway Posted December 15, 2005 Author Posted December 15, 2005 Yes, here is a link to a normal page description layout. http://www.mothermayiclothing.com/xm/produ...products_id=151 After someone purchases a item for some reason it's adding the items they purchased to the description of those products, like this. http://www.mothermayiclothing.com/xm/produ...products_id=174 IT"S VERY WIERD, please help me out.
kgt Posted December 15, 2005 Posted December 15, 2005 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
datoshway Posted December 15, 2005 Author Posted December 15, 2005 I don't have the module installed? How do I get rid of it?
kgt Posted December 15, 2005 Posted December 15, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.