Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2008
    Posts
    56
    Plugin Contributions
    0

    Default Shopping Cart - Move "Delete" Button next to Qty Box

    Hi all,

    I think this one should be pretty straight forward...

    On the Shopping Cart page, I want to move the "Remove" button from the right side of the table over next to the Qty box.

    This is my site currently: http://www.eyemagic.net/store

    Thanks,

    Dave

  2. #2
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Re: Shopping Cart - Move "Delete" Button next to Qty Box

    includes/tempaltes/YOUR_TEMPALTE/tpl_shopping_cart_default.php

    Lines 111-115
    Code:
      if ($product['buttonDelete']) {
    ?>
               <a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, 'action=remove_product&product_id=' . $product['id']); ?>"><?php echo zen_image($template->get_template_dir(ICON_IMAGE_TRASH, DIR_WS_TEMPLATE, $current_page_base,'images/icons'). '/' . ICON_IMAGE_TRASH, ICON_TRASH_ALT); ?></a>
    <?php
      }
    You may want to add a new column around line 74-75, and then insert this code in here. You would also have to add the column to the table header, around 55.

    Absolute

 

 

Similar Threads

  1. v138a There are two "my account" and "shopping cart", how to delete one?
    By fanisme in forum General Questions
    Replies: 1
    Last Post: 16 Mar 2013, 11:43 AM
  2. v150 How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?
    By schobook in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 18 Jan 2013, 01:02 AM
  3. v151 "Update Qty" button not working in shopping cart
    By inlayout in forum General Questions
    Replies: 4
    Last Post: 8 Jan 2013, 02:03 PM
  4. Adding Qty Box to Cross Sell above "Add to Cart" button
    By bigstore in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Mar 2012, 06:37 PM
  5. "Update Qty" button not working on my shopping-cart page
    By KismetDesign in forum General Questions
    Replies: 5
    Last Post: 21 Jul 2009, 04:02 AM

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