Page 51 of 51 FirstFirst ... 41495051
Results 501 to 510 of 510
  1. #501
    Join Date
    Jun 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Our back in stock module seems to have stopped working.
    Normally it is because someone has subscribed to a product and forgets to add their email address and I have to run an sql patch to remove the product from the list which fixes the issues.

    This time however when I do a test run of emails there is one entry that shows the customers name but no email address and no product indicated - and so nothing will mail out.
    Can anyone advise how to remove a 'phantom' entry???
    Until this is done no back in stock emails will go out.

    Phil

  2. #502
    Join Date
    Jun 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Back In Stock notification issues

    Found the answer.
    Post this into the SQL functions area.
    The XXX is the product ID for the item you want to remove the listing for.

    delete from back_in_stock_notification_subscriptions where product_id = XXX;

  3. #503
    Join Date
    Jun 2010
    Posts
    23
    Plugin Contributions
    0

    Default Re: Back In Stock notification issues

    Noticed a small bug in 3.2.0 that gives users a broken link to the product page from their subscriptions list under "My Account"

    To fix, just need to edit the includes/templates/template_default/templates/tpl_account_back_in_stock_notifications_default.php file:

    Line 166: change from:
    PHP Code:
    $product_page zen_get_info_page($subscribed_notification_lists[$i]['id']); 
    to:
    PHP Code:
    $product_page zen_get_info_page($subscribed_notification_lists[$i]['product_id']); 
    ... and line 169 change from:
    PHP Code:
    'products_id=' $subscribed_notification_lists[$i]['id'], $request_type); 
    to:
    PHP Code:
    'products_id=' $subscribed_notification_lists[$i]['product_id'], $request_type); 

  4. #504
    Join Date
    Jan 2012
    Posts
    488
    Plugin Contributions
    0

    Default Re: Back In Stock notification issues

    Just noticed I posted the below in the OLD BISN thread.

    Hoping someone has an idea here.


    Not sure what has changed now, but my 'back in stock notification' emails are missing my domain name in the link that gets sent out?!!?!


    Any one run into this before I start digging around?

  5. #505
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Hi,
    Can I know why my website turn into blank after install ceon back in stock notification 3.2.0.? Im using zen card version 1.5.1.
    Thank you.

  6. #506
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by countrycharm View Post
    Your best bet is ask the question over in the new thread for Ceon Back In Stock Notifications 3.0.0
    This is the thread for the old version.
    Hi,
    Can I know why my website turn into blank after install ceon back in stock notification 3.2.0.? Im using zen card version 1.5.1.
    Thank you.

  7. #507
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by Orkid View Post
    Hi,
    Can I know why my website turn into blank after install ceon back in stock notification 3.2.0.? Im using zen card version 1.5.1.
    Thank you.
    Hi,
    If you are using version zen chart vert 1.5.1
    Do not replace the functions_general.php
    Just add the following code from line #1115 (after)
    $return_button = zen_image_button(BUTTON_IMAGE_SOLD_OUT_SMALL, BUTTON_SOLD_OUT_SMALL_ALT);
    The change begins with a comment:

    // BEGIN CEON BACK IN STOCK NOTIFICATIONS 1 of 1

    And ends with a comment:

    // END CEON BACK IN STOCK NOTIFICATIONS 1 of 1

    If you do not under, you can use WinMerge to find out the different.
    Finally, I solved my problem.

    Thank you..

  8. #508
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    can i install the last version to my 1.3.9 h version ?

    no issue ?

  9. #509
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,594
    Plugin Contributions
    30

    Default Re: Back In Stock Notifications

    I've done some mods to this to record the customer language when they sign up and then send only that language when that admin language is in use to avoid mistakes. pm me if you want the files.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  10. #510
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,594
    Plugin Contributions
    30

    Default Re: Back In Stock Notifications

    ...this is now available for testing, so those of you holding your breath for the last year can exhale now:
    https://www.zen-cart.com/showthread....66#post1310666
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

 

 
Page 51 of 51 FirstFirst ... 41495051

Similar Threads

  1. Ceon Back In Stock Notifications 3.0.0
    By conor in forum Addon Admin Tools
    Replies: 197
    Last Post: 22 Jan 2024, 09:57 AM
  2. Replies: 146
    Last Post: 13 Dec 2020, 09:52 AM
  3. Replies: 4
    Last Post: 14 Feb 2013, 09:33 PM
  4. v139h Back In Stock Notifications only notify customers ONE time?
    By SRQHoyas in forum General Questions
    Replies: 0
    Last Post: 9 Jun 2012, 01:58 PM
  5. Problems with Back In Stock Notifications addon
    By dhanesh in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Aug 2008, 02:26 PM

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