Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Listing Page


asheikha

Recommended Posts

Posted

Hi,

 

I want product_info page in popup from product_Listing, its possible ?

 

where and how i add javascript popup code in head and body tags in product listing page :

 

I am currently add this code but not work:

 

$lc_text= '<a href="java script:popupWindow(' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $listing_values['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $listing_values['products_image'], $listing_values['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $listing_values['products_id']) . '">' . $listing_values['products_name'] . '</a><br>';

 

also i am using STS template

 

pls if any one help me with thanks

Posted

try to add target="_blank" like below

 

(' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $listing_values['products_id']) . '" target="_blank">

 

it worked for me. hope that helps

Archived

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

×
×
  • Create New...