Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Header Bar from shopping cart

    When customers adds a product to the shopping cart it invokes the shopping cart side box as I want. Now all of a sudden a green bar appears with an icon and these words "Successfully added item to the eCart ..."
    I think I may accidently turned this on when I attempted to configure the site to not to go to the shopping cart when the add to cart button is clicked.
    I want customers to stay on the current product page after adding to cart without the green notification bar to appear??????????

  2. #2
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Header Bar from shopping cart

    In your style sheet (about line 170 in stock install)

    add: display:none;

    to the .messageStackSuccess class.

    But note this may keep other important messages from showing up.

    You can also change the php code to not display that specific message.

  3. #3
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Re: Header Bar from shopping cart

    Quote Originally Posted by kiddo View Post
    You can also change the php code to not display that specific message.
    Can you instruct me where or how?
    Thanks Bundles

  4. #4
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Header Bar from shopping cart

    comment out lines:

    1660

    1750

    1839

    in

    includes/classes/shopping_cart.php

    this is the line of code to comment out:

    Code:
    $messageStack->add_session('header', SUCCESS_ADDED_TO_CART_PRODUCT, 'success');
    change to:

    Code:
    //$messageStack->add_session('header', SUCCESS_ADDED_TO_CART_PRODUCT, 'success');
    Do that to all three lines.
    Last edited by kiddo; 12 Oct 2009 at 08:31 PM. Reason: clarity

  5. #5
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Re: Header Bar from shopping cart

    Wonderful!!!!!!!!!!!!!!!!!!!!!!!

  6. #6
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Re: Header Bar from shopping cart

    I commented out includes/classes/shopping_cart_php
    but it didnt work :-( any other ideas??????????

    I would hate to have to find that file and comment everything in the entire file so the green & text doesnt show

  7. #7
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Header Bar from shopping cart



    There are many lines in that file. You only need to disable three of them. If you remove the whole file, or comment out all the lines, Bad Things will happen.

    And the fix, exactly as posted, will work. I tried it just for you on development computer.

    Maybe someone can explain better than I?

  8. #8
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Re: Header Bar from shopping cart

    sorry I missed one
    GOT IT NOW

 

 

Similar Threads

  1. v150 Remove Shopping Cart status from header
    By raunharman in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Jul 2013, 12:31 PM
  2. v150 Shopping Cart Status Missing from Header
    By FloridaGoFishing in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 21 Oct 2012, 04:33 PM
  3. Shopping Cart in Header Bar
    By autoace in forum Customization from the Admin
    Replies: 1
    Last Post: 22 Nov 2009, 02:20 AM
  4. Remove [more] from shopping cart header
    By gizmo_girl in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 4 Nov 2008, 02:28 AM
  5. remove header from shopping cart sidebox
    By chabates in forum Addon Sideboxes
    Replies: 7
    Last Post: 23 May 2008, 02:59 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR