Results 1 to 10 of 510

Hybrid View

  1. #1
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Yes this is a great mod and it helps out a lot like to say first great job on the mod.

    I did see one thing though. I noticed that in the mod when it reaches zero in stock the notification comes up under the out of stock button. but say if it goes backwards say your stock says there is -1 in stock it does not show it is looking at it as if you do have stock.

    My question would be how would you go about fixing this so the negitives do not make it look like it is in stock?
    If the notfication does not show then how can people know to use it.

    Second question in the form the confirm email box has this inside of it {cofnospam} how do i go about getting rid of that or is that normal?

    Once again great mod thank you for putting it together.
    [FONT=Comic Sans MS]Don Scott
    http://dealz-r-us.com
    [/FONT]

  2. #2
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Back In Stock Notifications

    Hi,

    Quote Originally Posted by dscott1966 View Post
    Yes this is a great mod and it helps out a lot like to say first great job on the mod.
    Thanks, that's always good to hear! :)

    Quote Originally Posted by dscott1966 View Post
    I did see one thing though. I noticed that in the mod when it reaches zero in stock the notification comes up under the out of stock button. but say if it goes backwards say your stock says there is -1 in stock it does not show it is looking at it as if you do have stock.
    You're right! I'll create a new version which checks for stock less than or equal to zero rather than just 0.

    I can release that shortly but in the meantime, if you like, you can change:

    PHP Code:
    $products_quantity == 
    to

    PHP Code:
    $products_quantity <= 
    in

    \includes\classes\observers\class.back_in_stock_notificationsProductInfo.php

    Quote Originally Posted by dscott1966 View Post
    Second question in the form the confirm email box has this inside of it {cofnospam} how do i go about getting rid of that or is that normal?
    No, that was a bug in an earlier version. Download 2.2.2 at the following address to fix it:

    http://dev.ceon.net/web/zen-cart/bac..._notifications

    I guess I must have forgotten to update the download area!

    I'll create a 2.2.3 and upload it, probably tomorrow.

    All the best...

    Conor
    Ceon
    Last edited by conor; 23 Oct 2008 at 06:25 PM.

  3. #3
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Back In Stock Notifications

    Hi,

    Just checked and 2.2.2 is in the download area.

    What version were/are you running?

    The bug with cofnospam should be fixed in 2.2.1 and up!

    All the best...

    Conor

  4. #4
    Join Date
    Jul 2006
    Posts
    90
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Hi Conor,

    Im also using 2.2.2 and i still get the 'cofnospam' in that confirm email field. Its no big deal though for me and doesn't affect the working of the mod in any way. It's proving very popular with our customers.
    Last edited by Sudakoma; 23 Oct 2008 at 07:09 PM. Reason: Added extra text.

  5. #5
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Back In Stock Notifications

    Hi,

    Quote Originally Posted by Sudakoma View Post
    Im also using 2.2.2 and i still get the 'cofnospam' in that confirm email field.
    That means that you haven't completed the upgrade to 2.2.2.

    You must have missed updating the file

    \includes\templates\YOUR_TEMPLATE\templates\tpl_product_info_display.php

    You'll find a small difference between your version and the correct version from 2.2.2:

    PHP Code:
    $back_in_stock_notification_form->setVariable('email_confirmation'
    should be:

    PHP Code:
    $back_in_stock_notification_form->setVariable('cofnospam'
    All the best...

    Conor

  6. #6
    Join Date
    Jul 2006
    Posts
    90
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Thanks, fixed!

 

 

Similar Threads

  1. Ceon Back In Stock Notifications 3.0.0
    By conor in forum Addon Admin Tools
    Replies: 204
    Last Post: 8 Apr 2025, 05:19 PM
  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

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