Jonas 0 Posted October 13, 2002 This is my firts contribution to the OSC community. Simple MOD to add CART info to the browser status bar. This could be adapted to animate the text. DOUWNLOAD HERE ############################################################## ## MOD Title: CART Info in Browser Status Bar ## MOD Version: 1.0 ## Author: Jonas < johacker@lycos.es > ## Description: CART info in satus bar ## ## Installation Level: Easy ## Installation Time: 1 Minute ## Files To Edit: default.php ## Included Files: n/a ############################################################## ## This MOD is released under the GPL License. ## Intellectual Property is retained by the MOD Author(s) listed above ############################################################## ## Authors Notes: ## Simple MOD to add CART info to the browser status bar. ##This could be adapted to animate the text. ############################################################## ## Before Adding This MOD To Your Forum, ##You Should Back Up All Files Related To This MOD ############################################################## -----[ OPEN ]------------------------------------------ catalog/default.php -----[ FIND ]------------------------------------------ </head> -----[ BEFORE, ADD ]------------------------------------------ <script language="JavaScript" type="text/javascript"> <!-- window.status="Cart: <?php echo $cart->count_contents(); ?> Items <?php echo $currencies->format($cart->show_total()); ?> <?php echo $cart->show_weight() ?>lbs ]" // --> </script> -----[ SAVE/CLOSE ALL FILES ]------------------------------------------ .:: Jonas ::. Share this post Link to post Share on other sites
hellbound 0 Posted October 14, 2002 Thanks for this contrib, simple but useful and cool :) Share this post Link to post Share on other sites