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
Printable View
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. :no: 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!!!
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 :)
Just noticed that this mod doesn't work anymore
i get this at the bottom of the product pageshave you ever bumped into this issueQuote:
Couldn't open template file: /home/www/xxx.xxx/xxx/includes/templates/template_default/templates/inc.html.back_in_stock_notifications.html
Hi,
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
Hi,
I'm glad you like it!
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
there is no need to be sorry.
thank you for putting me on the right direction :)
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:
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.PHP Code:
[05-Sep-2010 07:38:35] PHP Warning: main(/zencart/includes/functions/back_in_stock_notifications_functions.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in /zencart/admin/back_in_stock_notifications.php on line 18
[05-Sep-2010 07:38:35] PHP 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
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.
http://ranchdogmolds.com/Temp/backinstockbutton.gif
Hi,
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