Never mind. Didn't know that was a config setting.
Never mind. Didn't know that was a config setting.
Would this module work with the Comstock template ???
I have installed all the files. When I test out the module, I get the following error:
ERROR: The email template file for (DIR_FS_EMAIL_TEMPLATESemail_template_) or (DIR_FS_EMAIL_TEMPLATESemail_template_back_in_stock_notification_subscribe.html) cannot be found.
What am I doing wrong, and what is the fix for this ???
This error is showing up at the top of the products page that you wanted to notifcation email for.
Also, the 'click here' link is not highlighted, what is the fix for that??
My website is:
RChelicraft.com/store
Please take a look and see the error that I am talking about.
I have decided not to use this module. How do I delete the "Back In Stock Notifications" link from the Configuration Menu in the Zen Cart software ??
Hi,
Sounds like you messed up when installing Zen Cart and the module.. the DIR_FS_EMAIL_TEMPLATES define is a standard Zen Cart define. The fact that it isn't being loaded on your site means you've messed up your configuration file.
Nevertheless, to remove the configuration options from the database just run the following SQL commands:
SELECT @bisn_id:=configuration_group_id
FROM configuration_group WHERE configuration_group_title="Back In Stock Notifications";
DELETE FROM configuration WHERE configuration_group_id=@bisn_id;
DELETE FROM configuration_group WHERE configuration_group_id=@bisn_id;
All the best...
Conor
ceon
Hi!
I'm a complete newbie in Zencart and I'm really not an expert on php but I usually can manage with the add ons . I found this GREAT add on and I really apreciate this contribution. Everything works fine for me except one error I get after the subscription when I'm using the spanish language. We have english-spanish customers.
ERROR: The email template file for (/mnt/web5/22/96/52112496/htdocs/email/sp/email_template_) or (/mnt/web5/22/96/52112496/htdocs/email/sp/email_template_back_in_stock_notification_subscribe.html) cannot be found.
On the includes/languages folder I copied the same files from the folder "english" to the folder "spanish" I was not sure of the effect of this, but certainly something is not really working with the emails.
here is a link to the site:
http://www.crazyinlove.es/index.php?...&products_id=3
Select language SPANISH
The question is simple, can I correct this error and use this add on in Spanish? I will translate the rest of the files for myself.
Second question, Is there any other side effect I should consider?
Thank you very much!!!!
Hi,
You need to create the above e-mail template file.
That was the right thing to do.. the thing you missed out is creating a spanish version of the e-mail files as well.
Create the folder /email/sp inside your /email folder then copy the Back In Stock Notification templates there and translate them as required.
Glad you like the software!
All the best...
Conor
ceon
Well,
I just notice today (because a customer brought it to my attention) that the back in stock doesn't show for product type = music.
Take a look at these two pages:
The first one is product general:
http://www.clevershoppers.com/softwa...ser-64283.html
As you can see things look exactly the way they are suppose to. The link and the form is loaded correctly.
Now second example is for product music type:
http://www.clevershoppers.com/music-...d-2-68438.html
As you can see by viewing the source code it is not loaded at all.
Is this mod suppose to be product type specific or am I missing something?
Thanks!
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
Bookmarks