Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2009
    Location
    Neath, South Wales
    Posts
    53
    Plugin Contributions
    0

    Default Help with buttons please

    Hi, does anyone know how I could move the 'update' button to a more central part of the shopping cart or perhaps place it near the subtotal text - I've attached a screenshot for clarity.
    Thanks.
    Attached Images Attached Images  

  2. #2
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Help with buttons please

    In a stock ZC the Update button is not where you show it. There's no way for us to figure out what's wrong without a link to your site. Also, did you install a free or purchased template? If so, which one? What version of ZC? Have you installed a mod which modifies the checkout process? The more details you can give us the better.

    Rob

  3. #3
    Join Date
    Apr 2009
    Location
    Neath, South Wales
    Posts
    53
    Plugin Contributions
    0

    Default Re: Help with buttons please

    Hi Rob, it's version 1.3.9h and is a template by JSWebs. The site is www.coffeeroyale.co.uk
    Thanks

  4. #4
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Help with buttons please

    For some reason that bit has been moved out of the table it belongs in. Perhaps it's your template that did this, perhaps not. But have a look at...
    /includes/templates/template_default/templates/tpl_shopping_cart_default.php

    Starting at line 75 or so, you should have this, just above <td class="cartProductDisplay">
    PHP Code:
           <td class="cartQuantityUpdate">
    <?php
      
    if ($product['buttonUpdate'] == '') {
        echo 
    '' ;
      } else {
        echo 
    $product['buttonUpdate'];
      }
    ?>
           </td>
    Find where it actually is in that file and move it to where it belongs. Note that I found that in template_default because it isn't modified in my cart. If yours was modified correctly it would have been placed into an override folder, so the path would be...
    /includes/templates/YOUR_template/templates/tpl_shopping_cart_default.php

    Rob

 

 

Similar Threads

  1. Help with template buttons please
    By Interdigital_Designs in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Jun 2011, 05:40 PM
  2. Help with using css buttons, "update cart' does not use the css buttons?
    By trinitypres in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jan 2011, 04:34 PM
  3. Making menu buttons bigger, please help
    By fw541c in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Nov 2010, 04:19 AM
  4. Radio Buttons Help Please
    By Harvezter in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 23 Oct 2009, 09:59 AM
  5. No Add to Cart Buttons?? - Please Help
    By roadless in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 1 Apr 2008, 09:43 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