Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Open in new window


aabrahao

Recommended Posts

Hi,

 

In the code below, an image appears, but I need to open the popup_image.php in a new window.

 

'<a href="' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $products_new['products_id']) . '\\\')">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . tep_image(DIR_WS_IMAGES . $products_new['products_image'], $products_new['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) ?>

 

How Can I do that?

 

I made this change to when a user click in an image, just open a large image, and do not open the details products.

 

Thanks,

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...