Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2010
    Posts
    32
    Plugin Contributions
    0

    Default back in stock notification - buttons 'back' and 'update' not working

    The 'Back in stock notification' module allows you to subscribe to notifications regarding products being back in stock.

    To unsubscribe from a notification list, a client should be able to go to his account and simply uncheck (clear) the box beside the appropriate product and click “Update”. If he doesn't want to unsubscribe from any lists, he should be able to click “Back" to simple leave the page.

    But both the "Update" and the "Back" buttons do NOT work. When clicking them, the page is simply reloaded and ALL of the before unchecked (cleared) boxes are set back to checked again!?!?

    Has anyone experienced a similar problem???

    The HTML source code of the two buttons is the following:

    <div class="buttonRow back"><input type="submit" value="Back" style="width: 80px;" /></div>
    <div class="buttonRow forward"><input type="submit" value="Update" style="width: 80px;" /></div>


    The PHP code for adding the check boxes is the following:

    // Add the checkbox
    $checkbox = '<input type="checkbox" name="stay_subscribed_to[]" value="' .
    $subscribed_notification_lists[$i]['id'] . '" checked="checked" />';
    $back_in_stock_notifications_item->setVariable('checkbox', $checkbox);


    For me it seems that checkbox is hard set to "checked"... ?!?!?

    Help is greatly appreciated!

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: back in stock notification - buttons 'back' and 'update' not working

    You might have better luck posting your question in the BISN support thread:

    http://www.zen-cart.com/forum/showthread.php?t=102159

 

 

Similar Threads

  1. back in stock notification not working with URI mapping
    By juneloweelyn in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 18 Dec 2013, 06:57 AM
  2. Replies: 4
    Last Post: 14 Feb 2013, 09:33 PM
  3. New Back In Stock Notification Plugin
    By tfortan in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Oct 2009, 12:19 AM
  4. Back In Stock Notification - Support
    By jeanjean88 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Oct 2008, 12:43 PM
  5. Back buttons not working
    By tigersoft in forum General Questions
    Replies: 0
    Last Post: 16 May 2008, 06:57 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