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
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!!!
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 issueCouldn't open template file: /home/www/xxx.xxx/xxx/includes/templates/template_default/templates/inc.html.back_in_stock_notifications.html
www.gorillagear.ca = zencart v1.3.9h with 40+ mods
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,
Are you using the latest version of the software, from version 2.4.0 upwards the functionality to load the template from the store's template directory should work.
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 :)