Results 1 to 10 of 510

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    60
    Plugin Contributions
    2

    Default Re: Back In Stock Notifications

    Having trouble getting this to work. I have installed it three times and I am 99% sure I am doing everything right as I am quite experienced with zen cart mod installs.

    Admin looks ok... but the restock box isnt showing up on sold out products.

    http://www.experimedia.net/index.php...roducts_id=537

    I have went over my templates with a fine toothed comb and tried everything even down to copy the file exactly as it is just for tests sake and it still isnt showing up.

    Any help would be much apprecaited.

  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 jbible View Post
    I have went over my templates with a fine toothed comb and tried everything even down to copy the file exactly as it is just for tests sake and it still isnt showing up.

    Any help would be much apprecaited.
    Unfortunately the only answer is that yhou haven't installed it properly.

    Either you are editing the wrong template files (check if you have an override in place in your template folder) or maybe you have disabled the module (have you added the admin configuration group/setting correctly - i.e. is it there and enabled)?

    If you're still having trouble send me FTP and admin details via this link and I'll take a quick look.

    All the best..

    Conor
    ceon

  3. #3
    Join Date
    Apr 2008
    Posts
    60
    Plugin Contributions
    2

    Default Re: Back In Stock Notifications

    Well it seems to be working on product listings... just not on the Product Info page itself.
    I am actually applying the modified chunks of code to my music product info template... tpl_product_music_info_display.php
    Does that fact that it is product_music_info make a difference anywhere?
    I have a few other mods added for wholesale pricing etc.

  4. #4
    Join Date
    Apr 2008
    Posts
    60
    Plugin Contributions
    2

    Default Re: Back In Stock Notifications

    A quick test with the general product template and the fact that it works is making me suspect that the music product template is causing issues.
    At least I have an idea of where to look now.

    EDIT: Is there a way to get this to work with other product types?
    Last edited by jbible; 1 Feb 2010 at 09:50 PM.

  5. #5
    Join Date
    Apr 2008
    Posts
    60
    Plugin Contributions
    2

    Default Re: Back In Stock Notifications

    I assume there is something in this addon that says if product type =1 true? Is that correct? If so can it be changed to 2? Been searching the code trying to find the way.

  6. #6
    Join Date
    Apr 2008
    Posts
    60
    Plugin Contributions
    2

    Default Re: Back In Stock Notifications

    Couldnt find it.
    I got everything working except for it working correctly on product_music_info
    It works if you click the request link in the product listings... with this url...
    http://www.experimedia.net/notificat...ification_form (except for the fact that it doubles it up the request link line by the sold out box)
    But then it doesnt show when your on the actual product page itself...
    http://www.experimedia.net/index.php...roducts_id=574

  7. #7
    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 jbible View Post
    A quick test with the general product template and the fact that it works is making me suspect that the music product template is causing issues.
    That's the exact reason and was just what I was going to say when I read your next post..

    Currently the moduler only supports the standard product type.

    I'll release a new version with support for other types whenever I get time. Can't say when that will be as I'm snowed under with "normal" work at the minute!

    All the best..

    Conor
    ceon

  8. #8
    Join Date
    Apr 2008
    Posts
    60
    Plugin Contributions
    2

    Default Re: Back In Stock Notifications

    Quote Originally Posted by conor View Post
    Hi,
    That's the exact reason and was just what I was going to say when I read your next post..
    ceon
    Ahha. Well it does work for those products if you click it from the product listing... just not on the details page themselves... which will do for now until you upgrade it a bit.
    Thanks for the info and the great mod!

  9. #9
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    1

    Default Re: Back In Stock Notifications

    Hello Conor
    Thank you for this great MOD.
    I have one questions:
    1 - I would like the button back_in_stock in tpl_product_info is active if the stock is equal to -2. Where do the modification?
    Thank you again
    Patrick

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

    Default Re: Back In Stock Notifications

    Hi Patrick,

    Glad you like the software!

    Quote Originally Posted by patrickuzu View Post
    active if the stock is equal to -2. Where do the modification?
    Obviously that's an unusual request but you can change the quantity threshold at which the link is displayed on a product info page by modifying the file

    includes/classes/observers/class.back_in_stock_notificationsProductInfo.php

    changing the line:

    PHP Code:
    if ($products_quantity <= 
    to

    PHP Code:
    if ($products_quantity <= -
    To change this threshold on other pages (listing pages etc.) would require custom coding of some core files.

    All the best...

    Conor
    ceon
    Last edited by conor; 8 Feb 2010 at 01:14 AM.

 

 

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