Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jun 2006
    Posts
    11
    Plugin Contributions
    0

    Default Removing image from shopping cart

    How do I remove the "update cart" button in the shopping cart? It looks like two arrows forming a circle (sorry, would have attached it but don't know how).

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Removing image from shopping cart

    Do you want to change this image? or remove the button and the function that it calls?
    Zen-Venom Get Bitten

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

    Default Re: Removing image from shopping cart

    There are several "switches" in the admin for controlling the look of the shopping cart page. See Admin> Configuration> Stock

  4. #4
    Join Date
    Jun 2006
    Posts
    11
    Plugin Contributions
    0

    Default Re: Removing image from shopping cart

    I wish to remove the update cart function because when I 'hover' over the image, it says, "change your quantitiy by highlighting the number in the box, correcting th quantity and clicking this button." I do not have a quantity box that can be changed in this way. When I click on it, everything in the shopping cart gets deleted.

  5. #5
    Join Date
    May 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Removing image from shopping cart

    I had the same problem. The only way I could completely remove it was to strip the following code:

    Code:
    <div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATE, ICON_UPDATE_ALT); ?></div>
    from templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php

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

    Default Re: Removing image from shopping cart

    You could also change what the ALT tag reads:
    /includes/languages/english/icon_names.php

    Line #21 : define('ICON_UPDATE_ALT', 'Change your quantity by highlighting the number in the box, correcting the quantity and clicking this 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!]
    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!

  7. #7
    Join Date
    Jun 2006
    Posts
    11
    Plugin Contributions
    0

    Default Re: Removing image from shopping cart

    Thanks JFD. I took out the line in the file:

    Code:
    <div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATE, ICON_UPDATE_ALT); ?></div>
    from templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php[/QUOTE]


    This removed the image at the bottom of the page, but the one next to the product is still there. Do you know how I might remove that one as well?

  8. #8
    Join Date
    May 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Removing image from shopping cart

    I think I ended up stripping the code for that button as well but first try going to Admin> Configuration> Stock, as Kim mentioned and setting "Show Shopping Cart - Update Cart Button Location" to 2. If that doesn't do it, let me know and I'll try to track down the code to delete.

  9. #9
    Join Date
    Jun 2006
    Posts
    11
    Plugin Contributions
    0

    Default Re: Removing image from shopping cart

    Thanks heaps. Sorry Kim, Thought I had tried all of the options in Admin- Stock. Obviously hadn't. Problem solved. Feel slightly sheepish

  10. #10
    Join Date
    May 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Removing image from shopping cart

    I can't be certain but it's possible the setting was cached and needed some time to go into effect. Seems like I read about this somewhere. In any case, good to hear you got it working.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Remove image from shopping cart
    By Trole in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Nov 2007, 04:56 PM
  2. Removing sideboxes from shopping cart
    By ctcentralinfo in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Jul 2007, 01:16 AM
  3. Removing 1 ea from Shopping Cart
    By Linux in forum General Questions
    Replies: 4
    Last Post: 30 Aug 2006, 07:39 PM
  4. Remove BG image from shopping cart
    By paulFromWales in forum Basic Configuration
    Replies: 5
    Last Post: 18 Aug 2006, 01:51 PM
  5. Removing 'More' from shopping cart sidebox
    By greatbaits1 in forum General Questions
    Replies: 3
    Last Post: 19 Jun 2006, 09:33 AM

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