Page 22 of 51 FirstFirst ... 12202122232432 ... LastLast
Results 211 to 220 of 510
  1. #211
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    1

    Default Re: Back In Stock Notifications

    Hi
    Thank you for your contribution ZenCart
    After installing, there are 2 problems that I do not understand:
    1 - Warning: file_get_contents(/web/biolavie/www/email/email_template_back_in_stock_notification.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /web/biolavie/www/admin/includes/functions/back_in_stock_notifications_functions.php on line 325

    2 - The "Back" button will not go into the "My Acompte" and the "update" does nothing.

    Thank you for your help
    Best regards
    Patrick

  2. #212
    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. I'm sorry you've had difficulty setting it up though!

    Quote Originally Posted by patrickuzu View Post
    1 - Warning: file_get_contents(/web/biolavie/www/email/email_template_back_in_stock_notification.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /web/biolavie/www/admin/includes/functions
    You've forgotten to upload the files in the e-mail directory. Make sure you upload the file:

    /web/biolavie/www/email/email_template_back_in_stock_notification.txt

    Quote Originally Posted by patrickuzu View Post
    2 - The "Back" button will not go into the "My Acompte" and the "update" does nothing.
    I'm afraid I don't know what you've done wrong there, sorry.

    All the best..

    Conor
    ceon

  3. #213
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by conor View Post
    Hi,



    Currently the module only supports the standard product type. It does not support any of the other product types.

    Hope that helps!

    All the best...

    Conor
    ceon
    Thank you so much for the clarification. That's probably something useful to put in the read me. I am sure there are other store owners that use more than one of the built in product types.

    Thanks for the great mod!

  4. #214
    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 BlessIsaacola View Post
    Thank you so much for the clarification. That's probably something useful to put in the read me. I am sure there are other store owners that use more than one of the built in product types.

    Thanks for the great mod!
    Glad you like the module and I understand what you are saying. If/when I ever release a new version I'll update the docs then. If anyone ever needs more product types supported that's a possibility as well. There are no plans for that at this time though.

    All the best...

    Conor
    ceon

  5. #215
    Join Date
    Jul 2007
    Posts
    75
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    In theory, could you merge the files supplied by the additional product type, with the same files in this mod using comparison software?

    Or do other files in this mod make reference to the general product type?

    Faz

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

    Default Re: Back In Stock Notifications

    Hi Faz,

    Quote Originally Posted by chabbu View Post
    In theory, could you merge the files supplied by the additional product type, with the same files in this mod using comparison software?
    That is one of the things that would have to be done. Obviously that wouldn't be difficult. I just don't have time to do it at the minute!

    Quote Originally Posted by chabbu View Post
    Or do other files in this mod make reference to the general product type?
    Off the top of my head, notifiers/observers would also have to be set up.

    Hope that helps!

    All the best...

    Conor
    ceon

  7. #217
    Join Date
    Jun 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Hello,

    First conor: Thanks for the module and the time you invested.

    I'm running a german website. The module works fine so far. The only thing i can't get to work is the special characters in (Text-) E-Mails - e.g. the ö and ä and ü

    Miss I something?

    Thanks

    Olaf

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

    Default Re: Back In Stock Notifications

    Hi Olaf,

    Quote Originally Posted by olafkarsten View Post
    First conor: Thanks for the module and the time you invested.
    Thanks for letting me know it's appreciated! :)

    Quote Originally Posted by olafkarsten View Post
    I'm running a german website. The module works fine so far. The only thing i can't get to work is the special characters in (Text-) E-Mails - e.g. the ö and ä and ü

    Miss I something?
    Hmm, I have only tested the e-mails the module sends with english words myself. I am not sure why it wouldn't work with special characters, obviously there's full UTF support for the HTML files. Is it text e-mails only? HTML e-mails work fine?

    If so, I'm afraid that I'll have to say for the minute that special characters are possibly unsupported in text e-mails.

    Sorry if that's bad news!

    All the best...

    Conor
    ceon

  9. #219
    Join Date
    Jun 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Hi Conor,

    I didn't test html mails, yet. But all the other System Mails from Zen-Cart comes in plain/text utf8 and display all special characters.

    I'm not a programmer. But, I'll try to compare the code, which generates the e-mails. I guess anywhere there is the answer. :-)

    Regards

    Olaf

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

    Default Re: Back In Stock Notifications

    Hi Olaf,

    Quote Originally Posted by olafkarsten View Post
    I didn't test html mails, yet. But all the other System Mails from Zen-Cart comes in plain/text utf8 and display all special characters.
    Just spent 15 minutes there testing this out in various encodings and the module is working perfectly.

    It is Zen Cart which sets the encoding of the e-mails. With the Zen Cart UTF-8 module installed, e-mails sent on our test server have the following header:

    Content-Transfer-Encoding: 8bit
    Content-Type: text/plain; charset="UTF-8"

    Here's an example of some text I just added into the admin languages definitions file for the Back In Stock Notifications module (admin/includes/languages/english/back_in_stock_notifications.php):

    define('EMAIL_GREETING', 'DearϵЖ ä ü %s,ϵЖ');

    The e-mail came through starting with:

    DearϵЖ ä ü Conor Kerr,ϵЖ

    Which as you can see is perfect.

    You may have not saved your language file in UTF-8 format, or if you are adding text directly to the e-mail file, you may not have set it to be UTF-8 either (email_template_back_in_stock_notification.txt).

    So this definitely works.. hopefully the above is enough to get this sorted for you. Otherwise I'm afraid there's nothing I can do here.

    All the best...

    Conor
    ceon

 

 
Page 22 of 51 FirstFirst ... 12202122232432 ... LastLast

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

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