Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Dec 2003
    Location
    UPstate NY
    Posts
    440
    Plugin Contributions
    0

    help question modify orders update button template code, how??

    I have this code in tpl_shopping_cart_default.php:

    <td class="cartQuantityUpdate" width="10%">
    <?php
    if ($product['buttonUpdate'] == '') {
    echo '' ;
    } else {
    echo $product['buttonUpdate'];
    }
    ?>
    <br /><br />
    <?php echo '<a href="' . $product['buttonUpdate'] . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_UPDATE_ALT2) . '</a>'; ?>

    </td>

    The first part is the normal usage of a button for updating the cart item's quantity.

    The second part in bold is my effort to do this with a ZC-style CSS button.

    The CSS button presently does not work -- it jumps back to the home page.

    Obviously the link is not correct for updating the item quantity and total price for X number of units -- what should it be??

    Thank you, Tom

  2. #2
    Join Date
    Jan 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: modify orders update button template code, how??

    Did you ever figure this out?

    Thanks

    Mike

  3. #3
    Join Date
    Dec 2003
    Location
    UPstate NY
    Posts
    440
    Plugin Contributions
    0

    Default Re: modify orders update button template code, how??

    Quote Originally Posted by wk4hm View Post
    Did you ever figure this out?
    Thanks
    Mike
    Unfortunately all I can say is that I must have figured it out a long time ago but I don't remember how, sorry

    Tom

 

 

Similar Threads

  1. v139h How to modify my template to not show display-only attributes?
    By AvaAdorn in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 19 Jun 2014, 07:50 PM
  2. v150 How to update multiple orders?
    By thehomeopath in forum Managing Customers and Orders
    Replies: 1
    Last Post: 23 Sep 2013, 11:48 PM
  3. Replies: 6
    Last Post: 22 May 2010, 12:59 AM
  4. How to modify email template, need help
    By sabulite in forum General Questions
    Replies: 17
    Last Post: 18 Aug 2009, 01:01 PM
  5. How do I modify this Survey code?
    By HandcraftedUK in forum General Questions
    Replies: 1
    Last Post: 8 Jun 2007, 02:04 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