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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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? |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| 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 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>
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! |
|
#3
| |||
| |||
| 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! |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where is the 'add to cart' called from? | groggory | osCMax v1.7 General Mods Discussion | 1 | 02-07-2006 01:49 PM |