Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2006
    Posts
    2
    Plugin Contributions
    0

    Default cart summary displayed in sidebox

    Can anyone tell me how to make it possible for a customer to delete an item from this shopping cart summary? How would I add an form input checkbox to delete? I'm a complete noob as I just stumbled across Zen Cart today.

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

    Default Re: cart summary displayed in sidebox

    You don't, you need to go to the shopping cart page itself.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Dec 2006
    Posts
    2
    Plugin Contributions
    0

    Default Re: cart summary displayed in sidebox

    What I had in mind was creating a more flexible cart summary in the sidebox with the ability to remove items from the cart without having to go to the actual shopping cart page. I would still have the shopping cart page but I thought the sidebox cart summary would be a nice feature.

    Some place there is code that is writing out the contents of adding an item. I just want to delete as well.

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

    Default Re: cart summary displayed in sidebox

    You could try adapting from the shopping_cart this line of code by changing the products_id:
    PHP Code:
               <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_TRASHDIR_WS_TEMPLATE$current_page_base,'images/icons'). '/' ICON_IMAGE_TRASHICON_TRASH_ALT); ?></a>
    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!

 

 

Similar Threads

  1. Shopping Cart Summary Sidebox - Product Characters
    By mattk251285 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Dec 2011, 10:56 AM
  2. Cart Summary Sidebox Make URL's
    By limelites in forum Addon Sideboxes
    Replies: 22
    Last Post: 10 May 2010, 08:34 AM
  3. Shopping Cart Summary Sidebox
    By mrmrsg in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Apr 2007, 07:59 AM
  4. Adding content to cart summary sidebox
    By Cal in forum Addon Sideboxes
    Replies: 0
    Last Post: 23 Mar 2007, 01:26 PM
  5. Want to style Cart Summary Sidebox contrib
    By rstevenson in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Mar 2007, 01:42 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