asheikha Posted December 7, 2004 Posted December 7, 2004 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
joeyliu Posted December 15, 2004 Posted December 15, 2004 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.