osCmax v2.5 User Manual
Results 1 to 3 of 3

Remove total from 'cart contents' box

This is a discussion on Remove total from 'cart contents' box within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hi, I succesfully remove it on version 1.7, but on version 2.0RC2 if i do the same modification >>> /* ...

      
  1. #1
    osCMax Testing Team
    Join Date
    Oct 2003
    Posts
    52
    Rep Power
    0


    Default Remove total from 'cart contents' box

    Hi,

    I succesfully remove it on version 1.7, but on version 2.0RC2 if i do the same modification >>>

    /*

    if ($cart->count_contents() > 0) {
    $boxContent .= tep_draw_separator();
    $boxContent .= '<div align="right">' . $currencies->format($cart->show_total()) . '</div>';

    }
    */

    and commented out these lines in includes/shopping_cart.php, still shows up.
    I have been up and down the script and couldn't find out anything else relevant to this.

    Any ideas?

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default RE: Remove total from

    Clear the seourls cache, page cache and your browser cache and let me know if it still shows up.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    osCMax Testing Team
    Join Date
    Oct 2003
    Posts
    52
    Rep Power
    0


    Default RE: Remove total from

    I did all that. Plus Page cache was set to False, so there wasn't any cache, SEO URLS cache resetted, and emptied browser cache.

    Still the tep_draw_separator is shown and also prices are shown.

Similar Threads

  1. Remove product from cart - cart not updating
    By mentalskylight in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 03-10-2005, 01:42 AM
  2. Adding a link next to "My Account | Cart Contents"
    By jb321 in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 11-02-2004, 04:40 AM
  3. Add Item to Cart, authenticate, then deletes cart contents?
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 8
    Last Post: 07-20-2004, 10:48 AM
  4. Displaying ONLY item total but not currency in cart display
    By humbags in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 07-12-2003, 02:41 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •