Page 28 of 51 FirstFirst ... 18262728293038 ... LastLast
Results 271 to 280 of 510
  1. #271
    Join Date
    May 2008
    Location
    Italy
    Posts
    83
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by conor View Post
    Hi,



    That means that the template file is failing, probably with a PHP error or because the file wasn't uploaded fully. Try uploading it again.

    If it is still failing then you've got something wrong in the code somewhere.. please search this forum for "blank page" and follow the instructions in the wiki about enabling the display of PHP errors.. you will more than likely then see an error message which will explain what is wrong with your site.



    I'm afraid you'll have to use software like winmerge to add the necessary code to that file. It isn't currently supported, only the standard "product" type is supported, not music product types or free shipping product types etc.

    Hope that all helps!

    All the best...

    Conor
    ceon
    So i cant use that mod?
    www.egame74.com console accessories

  2. #272
    Join Date
    May 2008
    Location
    Italy
    Posts
    83
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by conor View Post
    Hi,


    If it is still failing then you've got something wrong in the code somewhere.. please search this forum for "blank page" and follow the instructions in the wiki about enabling the display of PHP errors.. you will more than likely then see an error message which will explain what is wrong with your site.
    ceon
    This is what bebug_error_utility says

    [19-ott-2009 13:42:20] PHP Parse error: syntax error, unexpected $end in /home1/egamesev/public_html/includes/templates/egame74/templates/tpl_account_default.php on line 126


    How can i fix it?
    www.egame74.com console accessories

  3. #273
    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 cla74 View Post
    [19-ott-2009 13:42:20] PHP Parse error: syntax error, unexpected $end in /home1/egamesev/public_html/includes/templates/egame74/templates/tpl_account_default.php on line 126

    How can i fix it?
    It definitely sounds like your FTP software isn't uploading the file correctly (for one thing the file is only 116 lines long so I'd guess your FTP software is so bad that it's adding extra newlines/carriage returns). Try using FireFTP for Firefox and reupload the file (it's a free download/extension).

    If that's not it then you'll need to get a developer to manually debug this for you, the file should work fine when uploaded correctly.

    Quote Originally Posted by cla74 View Post
    So i cant use that mod?
    It doesn't have support for the product type you mentioned but if you have any knowledge of PHP/HTML it should be easy to copy the necessary code across from the normal "product" template file (tpl_product_info_display.php) to the "product_free_shipping" template file (tpl_product_free_shipping_info_display.php).. all of the additions the module makes to the standard Zen Cart template files are clearly marked in the source.

    You'll also need to edit the file

    includes/classes/class.back_in_stock_notificationsProductInfo.php

    and add in a notifier attachment for your product type (Add it below 'NOTIFY_MAIN_TEMPLATE_VARS_EXTRA_PRODUCT_INFO', separating the lines with a comma).

    E.g. change the lines to:

    PHP Code:
    $zco_notifier->attach($this,
                array(
                    
    'NOTIFY_MAIN_TEMPLATE_VARS_EXTRA_PRODUCT_INFO',
                    
    'NOTIFY_MAIN_TEMPLATE_VARS_EXTRA_PRODUCT_FREE_SHIPPING_INFO'
                    
    )
                ); 
    Again, if you aren't comfortable with PHP/HTML you should get your developer to do this for you!

    All the best..

    Conor
    ceon
    Last edited by conor; 19 Oct 2009 at 10:15 PM.

  4. #274
    Join Date
    May 2008
    Location
    Italy
    Posts
    83
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by conor View Post
    Hi,



    It definitely sounds like your FTP software isn't uploading the file correctly (for one thing the file is only 116 lines long so I'd guess your FTP software is so bad that it's adding extra newlines/carriage returns). Try using FireFTP for Firefox and reupload the file (it's a free download/extension).

    If that's not it then you'll need to get a developer to manually debug this for you, the file should work fine when uploaded correctly.



    It doesn't have support for the product type you mentioned but if you have any knowledge of PHP/HTML it should be easy to copy the necessary code across from the normal "product" template file (tpl_product_info_display.php) to the "product_free_shipping" template file (tpl_product_free_shipping_info_display.php).. all of the additions the module makes to the standard Zen Cart template files are clearly marked in the source.

    You'll also need to edit the file

    includes/classes/class.back_in_stock_notificationsProductInfo.php

    and add in a notifier attachment for your product type (Add it below 'NOTIFY_MAIN_TEMPLATE_VARS_EXTRA_PRODUCT_INFO', separating the lines with a comma).

    E.g. change the lines to:

    PHP Code:
    $zco_notifier->attach($this,
                array(
                    
    'NOTIFY_MAIN_TEMPLATE_VARS_EXTRA_PRODUCT_INFO',
                    
    'NOTIFY_MAIN_TEMPLATE_VARS_EXTRA_PRODUCT_FREE_SHIPPING_INFO'
                    
    )
                ); 
    Again, if you aren't comfortable with PHP/HTML you should get your developer to do this for you!

    All the best..

    Conor
    ceon
    Bed news!!
    It wont works anyway!!
    www.egame74.com console accessories

  5. #275
    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 cla74 View Post
    Bed news!!
    It wont works anyway!!
    Sorry I have no idea what you are trying to say?

    All the best...

    Conor
    ceon

  6. #276
    Join Date
    May 2008
    Location
    Italy
    Posts
    83
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by conor View Post
    Hi,



    It definitely sounds like your FTP software isn't uploading the file correctly (for one thing the file is only 116 lines long so I'd guess your FTP software is so bad that it's adding extra newlines/carriage returns). Try using FireFTP for Firefox and reupload the file (it's a free download/extension).

    If that's not it then you'll need to get a developer to manually debug this for you, the file should work fine when uploaded correctly.



    It doesn't have support for the product type you mentioned but if you have any knowledge of PHP/HTML it should be easy to copy the necessary code across from the normal "product" template file (tpl_product_info_display.php) to the "product_free_shipping" template file (tpl_product_free_shipping_info_display.php).. all of the additions the module makes to the standard Zen Cart template files are clearly marked in the source.

    You'll also need to edit the file

    includes/classes/class.back_in_stock_notificationsProductInfo.php

    and add in a notifier attachment for your product type (Add it below 'NOTIFY_MAIN_TEMPLATE_VARS_EXTRA_PRODUCT_INFO', separating the lines with a comma).

    E.g. change the lines to:

    PHP Code:
    $zco_notifier->attach($this,
                array(
                    
    'NOTIFY_MAIN_TEMPLATE_VARS_EXTRA_PRODUCT_INFO',
                    
    'NOTIFY_MAIN_TEMPLATE_VARS_EXTRA_PRODUCT_FREE_SHIPPING_INFO'
                    
    )
                ); 
    Again, if you aren't comfortable with PHP/HTML you should get your developer to do this for you!

    All the best..

    Conor
    ceon
    Ok it works in the product free shipping info display.
    But not in MY Account
    www.egame74.com console accessories

  7. #277
    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 cla74 View Post
    Ok it works in the product free shipping info display.
    But not in MY Account
    Please get in contact with me privately via this link. Send me your FTP details and I'll check it out.

    All the best...

    Conor
    ceon

  8. #278
    Join Date
    May 2008
    Location
    Italy
    Posts
    83
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by conor View Post
    Hi,



    Please get in contact with me privately via this link. Send me your FTP details and I'll check it out.

    All the best...

    Conor
    ceon
    Done
    I will wait
    www.egame74.com console accessories

  9. #279
    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 cla74 View Post
    Done
    I will wait
    Re-uploaded the file and it's working fine!

    All the best...

    Conor
    ceon

  10. #280
    Join Date
    May 2008
    Location
    Italy
    Posts
    83
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by conor View Post
    Hi,



    Re-uploaded the file and it's working fine!

    All the best...

    Conor
    ceon
    TY very much.
    What was the problem?
    www.egame74.com console accessories

 

 
Page 28 of 51 FirstFirst ... 18262728293038 ... 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