osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Simple Cart Summary

This is a discussion on Simple Cart Summary within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; I am looking for a mod that can help me put a cart on the top of my page only ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 07-03-2007, 11:56 AM
Lurker
 
Join Date: Jul 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
inalilbubble is on a distinguished road
Default Simple Cart Summary

I am looking for a mod that can help me put a cart on the top of my page only with a summary of the contents, ex.

You have 4 items in your cart. Total $45.00

I saw something similar here:

osCommerce: Better Cart info in Header v.1

but I cant seem to figure out how to make it work in oscMax

Any help is greatly appreciated/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-05-2007, 03:01 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,568
Thanks: 1
Thanked 84 Times in 71 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default Re: Simple Cart Summary

in your template directory find:

PHP Code:
<!-- header //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr class="header">
    <td valign="middle"><?php echo '<a href="' tep_href_link(FILENAME_DEFAULT) . '">' tep_image(DIR_WS_IMAGES 'oscmax.gif''osCMax v2.0 - Power E-Commerce') . '</a>'?></td>
    <td align="right" valign="bottom"><?php echo '<a href="' tep_href_link(FILENAME_ACCOUNT'''SSL') . '">' tep_image(DIR_WS_IMAGES 'header_account.gif'HEADER_TITLE_MY_ACCOUNT) . '</a>&nbsp;&nbsp;<a href="' tep_href_link(FILENAME_SHOPPING_CART) . '">' tep_image(DIR_WS_IMAGES 'header_cart.gif'HEADER_TITLE_CART_CONTENTS) . '</a>&nbsp;&nbsp;<a href="' tep_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL') . '">' tep_image(DIR_WS_IMAGES 'header_checkout.gif'HEADER_TITLE_CHECKOUT) . '</a>'?>&nbsp;&nbsp;</td>
  </tr>
</table>
Change to:
PHP Code:
<!-- header //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr class="header">
<?php /* Added: MOD - Cart in Header */ ?>
    <td class="infoBoxContents"><b>Your Cart Contains</b><br><a href="<?php echo tep_href_link('shopping_cart.php')?>" class="infoBoxContents"> <?php echo $cart->count_contents()?> items<br>Sub Total: <?php $currencies->format($cart->show_total())?></td>
<?php /* Added: MOD - Cart in Header */ ?>
    <td align="right" valign="bottom"><?php echo '<a href="' tep_href_link(FILENAME_ACCOUNT'''SSL') . '">' tep_image(DIR_WS_IMAGES 'header_account.gif'HEADER_TITLE_MY_ACCOUNT) . '</a>&nbsp;&nbsp;<a href="' tep_href_link(FILENAME_SHOPPING_CART) . '">' tep_image(DIR_WS_IMAGES 'header_cart.gif'HEADER_TITLE_CART_CONTENTS) . '</a>&nbsp;&nbsp;<a href="' tep_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL') . '">' tep_image(DIR_WS_IMAGES 'header_checkout.gif'HEADER_TITLE_CHECKOUT) . '</a>'?>&nbsp;&nbsp;</td>
  </tr>
</table>
Add to your stylesheet.css
Code:
TD.headerCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-image: img src="/images/pixel_trans.gif";
  background-repeat: repeat;
  background-position: center;
}
Good Luck
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Admin Summary Info michael_s New osCommerce Contributions 0 05-28-2007 01:18 AM
Admin Store Summary michael_s New osCommerce Contributions 0 05-22-2007 12:13 PM
Admin Store Summary michael_s New osCommerce Contributions 0 05-22-2007 09:11 AM
How to do a Simple, Specific Shopping Cart Layout Jimbeau osCommerce 2.2 Modification Help 5 11-20-2003 10:29 PM


All times are GMT -8. The time now is 07:00 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax