Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove logo from product pop up?


Nuk30

Recommended Posts

Posted

Ive looked everywhere for this and can't seem to find it anywhere.

 

I want to remove the oscommerce logo from the popup when you "click to enlarge" a product image. I don't want to add another contribution or anything really extensive, I just can't find the code to get the logo off and/or change it Ive looked in popup_mage.php in various places but nothing i do there in admin panel or from my server seems to get it off.

 

Any feedback would be greatly appreciated.

Posted

Hi, a standard OSC install does not have an image in the pop up box other than the product image. If you are using a purchased template then you should contact the template creator for support.

 

 

 

Chris

Posted

Remove any line with some codes like

 

echo tep_image(...);

except

<?php echo tep_image(DIR_WS_IMAGES . $products['products_image'], $products['products_name']); ?>

 

or

 

<img .....>

 

backup your file at first!

Everyone is changing the world.

Everyone is a world.

For everyone needs my help, PM or email if I amn't online.

Posted

Tank, If he removes that code, then not even the product image will show.

 

 

Perhaps you can post the URL so we can see where the image is coming from ?

 

 

 

Chris

Archived

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

×
×
  • Create New...