X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   POPUP----POPUP---POPUP---Give me a sample now please? (https://forum.x-cart.com/showthread.php?t=2481)

rohit 04-28-2003 01:23 AM

POPUP----POPUP---POPUP---Give me a sample now please?
 
Anyone who knows how to make a popup in this software then PLEASE! HELP ME

I have posted a no. of problems related to this but i am not getting the exact thing i am wanting.......

Can anybody send me a sample for popup? The sample should display a simple text. the sample should contain the codes for the files involved in displaying popup. Eg: popup.php, popup.tpl, javascript
Please, make me understand step by step.

I will copy those codes and try at my end.

I would be so thankful to you.

Thanks :)

B00MER 04-28-2003 09:46 AM

Code:

{literal}
<SCRIPT language=JavaScript1.2>
<!--
function productimagedetail(product_id) {
var w = "450"; //width
var h = "450"; //height
window.open('/store/customer/product_detailed_images.php?productid='+product_id,"detailedproduct","width="+w+",height="+h+",resizable,scrollbars=yes");
}
-->
</SCRIPT>
{/literal}

Usage:
Code:

<A HREF="javascript: productimagedetail({$product.productid})">

You'll need to customize it for your own needs.

alitan 08-13-2003 08:55 AM

where can someone find "product_detailed_images.php"
it is in no where??

please help.

B00MER 08-13-2003 01:29 PM

:arrow: http://forum.x-cart.com/viewtopic.php?t=276&highlight=productimagedetail


All times are GMT -8. The time now is 10:55 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.