osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Modification to shopping_cart.php box needed...

This is a discussion on Modification to shopping_cart.php box needed... within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; i downloaded the Contribution "Add Shopping Cart Info to Your Header", and what i want to do is replace my ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 09-03-2003, 05:25 PM
New Member
 
Join Date: May 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
atech
Default Modification to shopping_cart.php box needed...

i downloaded the Contribution "Add Shopping Cart Info to Your Header", and what i want to do is replace my old catalog/includes/boxes/shopping_cart.php code with the one below:

Code:
<table align="right" class="infoBox" width="140" border="0" cellspacing="1" cellpadding="1"> 
   <tr> 
      <td class="accountCategory" align="right"> 
         Items: 
      </td> 
      <td class="accountCategory" align="left"> 
         <?php echo $cart-> 
         count_contents(); ?>   
      </td> 
      <td class="accountCategory" align="right"> 
         Total: 
      </td> 
      <td class="accountCategory" align="left"> 
         <?php echo $currencies-> 
         format($cart->show_total()); ?> 
      </td> 
   </tr> 
</table>
The code above is from the Add Shopping Cart Info to Your Header Contribution.

also what i would like to do is, is remove the cart contents and the checkout link that is in the catalog/includes/header.php file and put it in the catalog/includes/boxes/shopping_cart.php file, so it would look something like this:

Code:
---------------- 
|items: 0      | 
|total: $0.00  | 
|              | 
|Cart Contents | 
|Checkout      | 
----------------
Thats the way i would like my catalog/includes/boxes/shopping_cart.php

I am sure there is a way to do it like that, any help would be great. I think i explained right.

Thanks for any help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

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
Shopping_cart.php dsimes osCMax v2 Customization/Mods 1 09-08-2005 04:13 AM
getting odd sql shopping_cart.php thinkweb osCMax v1.7 Discussion 0 02-07-2005 12:30 PM
shopping_cart philou83 osCommerce 2.2 Modification Help 0 11-17-2004 06:44 AM
Send email from shopping_cart.php neil osCMax v1.7 Discussion 4 01-29-2004 02:45 PM
Changing Code in shopping_cart.php JaaMor osCommerce 2.2 Modification Help 1 11-13-2003 09:27 PM


All times are GMT -8. The time now is 08:36 PM.


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