Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Possible Bug? Update Cart not functioning

    *sigh* I didn't even think to look in the upgrade section of the support forums.
    Anyone else experiencing this issue, just do the manual fix of the file. (that's what I opted for before haring off and completely reinstalling )

    See: http://www.zen-cart.com/forum/showthread.php?t=34103
    for the details.

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

    Default Re: Possible Bug? Update Cart not functioning

    Good grief ... that bug ...

    Thanks for posting the link to it ... forgot all about that one ...

    Coffee ... where did my Kitty put my coffee ...
    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!

  3. #13
    Join Date
    Jun 2006
    Location
    New York, NY
    Posts
    8
    Plugin Contributions
    0

    Default Re: Possible Bug? Update Cart not functioning

    hi there!

    i'm having the same problems on my install though i've done A LOT of template modification so it's possible that i'm missing something here.

    i took a look at the linked to thread at the end of this discussion and instituted the fix there. from what i gather, it puts in a hidden field in the form that makes the update function work? currently, neither changing the amount in the quantity box nor checking the delete box work. everything just stays in the cart like it is.

    if you wouldn't mind giving this a looksee, i'd appreciate it. i'd rather not re-install as i've done a lot of changes to this thing!

    http://www.brooklynhandspun.com/Store

    (in development only! these are not real products.. yet.)

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

    Default Re: Possible Bug? Update Cart not functioning

    Shall we try that bug again?

    I do believe v1.3.0.2 that was just released should take care of this one and all the others ...

    Do let us know ...
    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!

  5. #15
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Possible Bug? Update Cart not functioning

    Quote Originally Posted by Ajeh
    Shall we try that bug again?

    I do believe v1.3.0.2 that was just released should take care of this one and all the others ...

    Do let us know ...
    Linda: Worked like a charm (well, at least it didnt take away the functionality that I had earlier "fixed" ;) ) Any hints on when 1.4 is coming out?

    Hi there gleek ;) I'm back!

  6. #16
    Join Date
    Jun 2006
    Location
    New York, NY
    Posts
    8
    Plugin Contributions
    0

    Default Re: Possible Bug? Update Cart not functioning

    thanks to both of you i'll update tomorrow (i see that there is a patch and i don't have to reinstall the whole thing) and let you know how it goes!

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

    Default Re: Possible Bug? Update Cart not functioning

    I have lots of hints ... but none of them are printable ...

    Thanks for the update!
    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!

  8. #18
    Join Date
    Jun 2006
    Location
    New York, NY
    Posts
    8
    Plugin Contributions
    0

    Default Re: Possible Bug? Update Cart not functioning

    ok, i THOUGHT i had this working but i guess not. i just updated to 1.3.0.2 and my shopping cart is still having some problems.

    here's what i'm trying to do: for every product row, i have a checkbox for the delete, the image, name of product, quantity box, and price. i don't have the delete button nor the update button in each row. instead, i JUST have the checkbox and the update at the bottom.



    it seems that the update button at the bottom of the form is not the same as the individual one next to each product?

    bottom:
    HTML Code:
    <?php
    // show update cart button
      if (SHOW_SHOPPING_CART_UPDATE == 2 or 
    SHOW_SHOPPING_CART_UPDATE == 3) {
    ?>
    <div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATE, ICON_UPDATE_ALT); ?></div>
    <?php
      } else { // don't show update button below cart
    ?>
    top:
    HTML Code:
    <?php
      if ($product['buttonUpdate'] == '') {
        echo '' ;
      } else {
        echo $product['buttonUpdate'];
      }
    ?>
    how do i get the bottom one to work? if i put the top code where the bottom one should be then the cart half-functions and you are able to delete the last item you put in the cart but not the first. please let me know if my cart layout is even possible! if i have to put back in those buttons, i will but i really like the way this one is

    to test non-functionality, there are two items in my store that you can add to your cart for the fun of it!

    http://www.brooklynhandspun.com/Store/

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Shopping Cart Not Functioning As Expected
    By Tuxy in forum General Questions
    Replies: 6
    Last Post: 18 Sep 2013, 12:34 PM
  2. v151 Cart not functioning after move
    By Kevin205 in forum General Questions
    Replies: 2
    Last Post: 12 Feb 2013, 04:44 PM
  3. Replies: 12
    Last Post: 28 Jul 2011, 01:00 AM
  4. Replies: 2
    Last Post: 24 Feb 2011, 04:54 PM
  5. Replies: 3
    Last Post: 26 Oct 2007, 06:12 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