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

Posted

Tying to find out how to removed the

 

'Customers who bought' that shows up at the bottom of the page and remove just the text and link feature for 'Click to Enlarge'

Posted

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

Posted

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!

Posted

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.

Archived

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

×
×
  • Create New...