Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How Do I remove 'Customers who bought' and the 'Click to Enlarge'


khaus

Recommended Posts

You will find the link for the also purchased module in your product_info.php

find this line and delete it

 

<?php

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_also_purchased(3600);

} else {

include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);

}

}

?>

 

 

#############################################################

 

The pop up is on the same file

plus

all the reviews files

info

Write

and so on

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

The Click To Enlarge is found in includes/lanuage/english/product_info.php

 

Look for

 

define('TEXT_CLICK_TO_ENLARGE', 'Click to enlarge');

 

and jsut delete the 'Click to enlarge' part, if you delete the whole line it won't work.

 

Hope that helps!

Link to comment
Share on other sites

Rather than remove code from a file, you could have turned off your Also Purchased module from Admin.

 

Just look at the settings in Minimum Values and Maximum Values and set Also Purchased to zero.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...