I didn't even know this file existed! Where is this called from? I'd like to add a link to this pop-up window in my login box is that possible?
This is a discussion on info_shopping_cart.php ?? Where is this called from? within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; I didn't even know this file existed! Where is this called from? I'd like to add a link to this ...
I didn't even know this file existed! Where is this called from? I'd like to add a link to this pop-up window in my login box is that possible?
This files is called as FILENAME_INFO_SHOPPING_CART and is called/loaded from LOGIN.PHP in MS2...(aprox line 84)
In MS2-MAX or if your using BTS this was moved to /includes/javascript/login.js
Which defines a java script called "session_win" is called from - /language/english/login.php (at the bottom):Code:<script language="javascript"><!-- function session_win() { window.open("<?php echo tep_href_link(FILENAME_INFO_SHOPPING_CART); ?>","info_shopping_cart","height=460,width=430,toolbar=no,statusbar=no,scrollbars=yes").focus(); } //--></script>
Other than that - you may call this just like anything else you want in OSC.Code:define('TEXT_VISITORS_CART', '<font color="#ff0000"><b>Note:</b></font> Your &quot;Visitors Cart&quot; contents will be merged with your &quot;Members Cart&quot; contents once you have logged on. <a href="javascript:session_win();">[More Info]</a>');
Good Luck!
um..ya...I found it (dumb blonde moment) I *thought* this text/link was supposed to be on the login page, but it
only shows when you try to checkout before logging in...doh! LOL
Thanks for the reply though! I always appreciate people taking the time to answer my question!![]()
Bookmarks