Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Remove This Second Update Cart Button

    As shown on this page here

    I would like to remove the second "update cart" button - I don't think it's needed and I am guessing removing it won't break it.

    What do I edit in this code? I'm assuming it's this bit of code I refer to anyway... from tpl_shopping_cart_default

    PHP Code:
    <!--bof shopping cart buttons-->
    <div class="buttonRow forward"><?php echo '<a href="' zen_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL') . '">' zen_image_button(BUTTON_IMAGE_CHECKOUTBUTTON_CHECKOUT_ALT) . '</a>'?></div>
    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPINGBUTTON_CONTINUE_SHOPPING_ALT) . '</a>'?></div>
    <?php
    // show update cart button
      
    if (SHOW_SHOPPING_CART_UPDATE == or SHOW_SHOPPING_CART_UPDATE == 3) {
    ?>
    <div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATEICON_UPDATE_ALT); ?></div>
    <?php
      
    } else { // don't show update button below cart
    ?>
    <?php
      
    // show update button
    ?>
    <!--eof shopping cart buttons-->

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Remove This Second Update Cart Button

    Don't touch the code - turn it off in your Admin> Configuration> Shopping Cart
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Re: Remove This Second Update Cart Button

    Thanks... but am I blind or is it listed under another heading within configuration?

  4. #4
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: Remove This Second Update Cart Button

    Look in admin - configuration - stock.
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  5. #5
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Re: Remove This Second Update Cart Button

    Fantastic! Thanks!

  6. #6
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Remove This Second Update Cart Button

    OY! Sorry I told you the wrong place for the switch - That's what I get for answering questions before I have had my coffee.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  7. #7
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: Remove This Second Update Cart Button

    I was lookin' for the switch while having my double cappucino...ya'll hide them so well. Kim, you go girl! Expresso yourself.
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  8. #8
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Re: Remove This Second Update Cart Button

    Heh! No worries!

 

 

Similar Threads

  1. Changing update cart and delete button in shopping cart to text.
    By k1ra in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Mar 2014, 10:52 PM
  2. Remove Update Button From Shopping Cart when priced by attributes?
    By khaber in forum Customization from the Admin
    Replies: 7
    Last Post: 30 Jul 2008, 02:55 PM
  3. How to remove the Update Cart button completely?
    By jdunique in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Apr 2008, 10:02 PM
  4. Remove update button from cart box
    By longstockings in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 3 Jun 2007, 03:05 PM

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