Results 1 to 4 of 4
  1. #1
    Join Date
    May 2006
    Posts
    60
    Plugin Contributions
    0

    Default Deleting update button

    Hey guys...How can I get rid of the update button next to quantity in my shopping cart? All my products are unique so I don't need the button...

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Deleting update button

    Might peek in the settings for the Configuration ... Stock ...
    Show Shopping Cart - Update Cart Button Location
    Show on Shopping Cart Update Cart Button Location as:

    1= Next to each Qty Box
    2= Below all Products
    3= Both Next to each Qty Box and Below all Products

    Note: this setting controls which of 3 tpl_shopping_cart_default files are called
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    May 2006
    Posts
    60
    Plugin Contributions
    0

    Default Re: Deleting update button

    Hmm...It seems that those options only move the button rather than get rid of it completely...I'd like to get rid of it if I could...

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Deleting update button

    You'd have to alter the tpl_ file ...

    Note: no update button be sure to remove the checkboxes for deleting ...

    PHP Code:
    <?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 checkout button
    ?>
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Replies: 5
    Last Post: 27 Jan 2013, 08:25 PM
  2. v139d EZ Pages - Deleting code after update
    By kerrydunk in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 25 Jun 2012, 01:35 AM
  3. Help deleting PayPal button
    By wootoot1234 in forum PayPal Express Checkout support
    Replies: 4
    Last Post: 20 Apr 2011, 09:37 PM
  4. Replies: 0
    Last Post: 24 Sep 2010, 04:01 PM
  5. deleting the back to shopping button
    By KHOOT in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Sep 2006, 06:50 PM

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