Page 43 of 51 FirstFirst ... 334142434445 ... LastLast
Results 421 to 430 of 510
  1. #421
    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 faithtong View Post
    (when I copied these strange character, often starts with &# then followed by 5 numeric numbers, for instance: "&#31036" to zencart backpanel\Developer tool kit Search, the system will automatically convert it (if I am under Chinese mode) to the correct Chinese words, any advice?)
    Make sure your Zen Cart CHARSET is set to UTF.

    If it already is or that doesn't do it then I'm afraid I can't help you at this time.. try asking again in a week or two, I'll not be able to reply before then.

    All the best...

    Conor
    ceon

  2. #422
    Join Date
    Mar 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by conor View Post
    Hi,



    Make sure your Zen Cart CHARSET is set to UTF.

    If it already is or that doesn't do it then I'm afraid I can't help you at this time.. try asking again in a week or two, I'll not be able to reply before then.

    All the best...

    Conor
    ceon
    I have tried to change all my charset to utf-8, however, it doesn't solve my case. All my Chinese pages are showing alright (including the back_in_stock page at admin backpanel) besides my account_back_in_stock .

    I will wait for your reply when you are back then. Thanks in advance!!!

  3. #423
    Join Date
    Jun 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    This is coming 2 years late, but your module rocks! Thank you!

    I just updated from 2.2.4 (as per the zen cart downloads page) to 2.60, but am having problems producing the correct link in the sentence "To be notified when this product is back in stock please click here."

    The link at my product page causes the entire page to reload before scrolling down to the "Back in stock notification" box at the bottom.

    The link at my product listing page is however broken because it also takes in this "sort" attribute. For example.. instead of qisahn.com/sony-playstation-3-brand-new-games-c-33_35/call-of-duty-modern-warfare-2-r1-p-1830#back_in_stock_notification_form it does qisahn.com/sony-playstation-3-brand-new-games-c-33_35/sort/20a/call-of-duty-modern-warfare-2-r1-p-1830#back_in_stock_notification_form

    I can't figure what is wrong. As a temporary fix, I changed the code in functions_general

    from

    $params .= '&products_id=' . $product_id;

    to

    $params = '&products_id=' . $product_id;

    I'll appreciate any help you can provide :)

  4. #424
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Just noticed that this mod doesn't work anymore

    i get this at the bottom of the product pages
    Couldn't open template file: /home/www/xxx.xxx/xxx/includes/templates/template_default/templates/inc.html.back_in_stock_notifications.html
    have you ever bumped into this issue
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  5. #425
    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 MB1 View Post
    i get this at the bottom of the product pages

    have you ever bumped into this issue
    No, it's not an issue. You've made some sort of mistake and deleted the file on your site or changed the permissions or something. Check it out and restore the file if necessary and things should work fine.

    All the best..

    Conor
    ceon

  6. #426
    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 qisahn View Post
    This is coming 2 years late, but your module rocks! Thank you!
    I'm glad you like it!

    Quote Originally Posted by qisahn View Post
    I can't figure what is wrong. As a temporary fix, I changed the code in functions_general
    This is a problem with your SEO software, it is changing the sort query string parameter into a URI part but clearly isn't converting it back properly.

    You should get new SEO software or simply continue to use the workaround you've created.

    Sorry I can't be of more help than that but this is a problem with this other module, there's nothing for me to fix - regarding the issue you are having - in the BISN module.

    All the best...

    Conor
    ceon

  7. #427
    Join Date
    Jun 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    there is no need to be sorry.

    thank you for putting me on the right direction :)

  8. #428
    Join Date
    Aug 2010
    Location
    Cuero, TX
    Posts
    55
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Help from anyone would be appreciated! I'm a newbie running the latest version of zencart and mysql. Everything appears to be running until I get to the admin. I get a blank page at admin>Back In Stock Notification. Looked at the debug and here is what it states:
    PHP Code:
    [05-Sep-2010 07:38:35PHP Warning:  main(/zencart/includes/functions/back_in_stock_notifications_functions.php) [<a href='function.main'>function.main</a>]: failed to open streamNo such file or directory in /zencart/admin/back_in_stock_notifications.php on line 18
    [05-Sep-2010 07:38:35PHP Fatal error:  main() [<a href='function.require'>function.require</a>]: Failed opening required '/zencart/includes/functions/back_in_stock_notifications_functions.php' (include_path='/usr/lib/php:.:/usr/php4/lib/php:/usr/local/php4/lib/php'in /store/admin/back_in_stock_notifications.php on line 18 
    I've been through the posts on all 42 pages so that I would not ask something that is often asked. Found some mention of the blank pages but nothing that helped me with this.

  9. #429
    Join Date
    Aug 2010
    Location
    Cuero, TX
    Posts
    55
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    There is one other thing that I don't understand. This is what my button looks like and I'm not sure why it doesn't look like the button in the sample.


  10. #430
    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 Ranch Dog View Post
    Failed opening required '/zencart/includes/functions/back_in_stock_notifications_functions.php'
    You've set up your admin configure file wrongly.

    Fix admin/includes/configure.php so that DIR_FS_ADMIN points to your admin and not your store's main folder as it is currently!

    That'll get things working.

    As for the image, what you posted is fine, that's the standard for Zen Cart. The example is from a store with a custom (better ;) ) layout/template from the standard Zen Cart installation.

    All the best...

    Conor
    ceon

 

 
Page 43 of 51 FirstFirst ... 334142434445 ... 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