DARKF3D3 Posted March 25, 2013 Share Posted March 25, 2013 The seller notify works, in fact when a product quantity go below 1 i receive the notify, the problem is on the customer notify. In fact every email customer insert in the form it receive: "email adress not valid", i don't understand why... Link to comment Share on other sites More sharing options...
DARKF3D3 Posted April 15, 2013 Author Share Posted April 15, 2013 no one? Link to comment Share on other sites More sharing options...
El Patron Posted April 15, 2013 Share Posted April 15, 2013 if you don't get much response from the community, it's more likely because you did not supply enough information. There are some guidelines pinned in the forum...but at a minimum you should state your ps version.... so if you put a little more effort into the info, we have a better chance of helping you... Link to comment Share on other sites More sharing options...
DARKF3D3 Posted April 15, 2013 Author Share Posted April 15, 2013 I'm using prestashop 1.4.9 and mailalerts 2.3 Link to comment Share on other sites More sharing options...
bellini13 Posted April 16, 2013 Share Posted April 16, 2013 so you are saying when a customer enters their email address into the input text box, and submits the form, they get a validation error that says the email address is not valid? What theme are you using? Perhaps there is a bug with the theme that is not sending the complete email address Link to comment Share on other sites More sharing options...
DARKF3D3 Posted April 16, 2013 Author Share Posted April 16, 2013 The theme I'm using is the one in signature, it's a custom themes. But in the theme's tpl file there's not only the hook? All the module files isn't all in the modules/mailalerts folder? Link to comment Share on other sites More sharing options...
bellini13 Posted April 16, 2013 Share Posted April 16, 2013 All the module files isn't all in the modules/mailalerts folder? you should review the themes folders for the answer 1 Link to comment Share on other sites More sharing options...
petete2008 Posted May 24, 2013 Share Posted May 24, 2013 I'm using prestashop 1.4.10 and mailalerts 2.3 and have the same problem Link to comment Share on other sites More sharing options...
bellini13 Posted May 26, 2013 Share Posted May 26, 2013 I'm using prestashop 1.4.10 and mailalerts 2.3 and have the same problem are you using a custom theme? does the custom theme have an override? does your store have any overrides. you really should include more specifics about the issue and your store Link to comment Share on other sites More sharing options...
petete2008 Posted May 26, 2013 Share Posted May 26, 2013 Actualice el modulo a la versión 2.3.2 y solucionado!! Link to comment Share on other sites More sharing options...
DARKF3D3 Posted May 27, 2013 Author Share Posted May 27, 2013 Hi petete, i try the 2.3.2 and it seem that it's working in fact it doesn't give error messages, but it doesn't sell the email when the products become available. Do you try it? Link to comment Share on other sites More sharing options...
petete2008 Posted May 27, 2013 Share Posted May 27, 2013 Solucionado!! hay que cambiar $qty = (intval(isset($params['product']['quantity_attribute']) AND $params['product']['quantity_attribute']) ? $params['product']['quantity_attribute'] : $params['product']['stock_quantity']); por $qty = intval((isset($params['product']['quantity_attribute']) AND is_int($params['product']['quantity_attribute'])) ? $params['product']['quantity_attribute'] : $params['product']['quantity']); Link to comment Share on other sites More sharing options...
DARKF3D3 Posted May 28, 2013 Author Share Posted May 28, 2013 I don't understand a things, in back office module panel theres: ---- Send to these emails: One email address per line ad esempio, [email protected] Leave blank to send no email. ---- I leave empy that box because i don't know the customer email who want to be notified, and reading there if that box is empty it doesn't send email. Link to comment Share on other sites More sharing options...
Vegas! Posted July 31, 2013 Share Posted July 31, 2013 Works but doesn't work. Grrrrrr. lol... I have PS 1.4.10 and i'm trying to install Mail Alerts 2.3. When I click install it says (in pink) (module didn't install correctly). So i try clearing the cache and try installing it again. This time it says the same thing (didn't install) but now it shows up on the list as being installed. Hmmm!! I click configure and check mark the first one and save. Then i check the other two and put 1 as alert threshold. I put my send to: email address and then save. Now i go to an item and drop it down to 0. I open the site FO and go to that item and sure enough it has a place to enter your email address so I can be notified when it's back in stock. BAM!!!! not one valid email... I tried 7 perfectly good email address with no luck... But... when i did drop the stock down to #0 I did get an email notification telling me that my stock is out. Ooh and when i did place an order with my paypal sand box API, I got the new order notification email. So for the most part, i am happy but i wish the FO email thing would accept valid emails. What do you guys think i could be? Thanks in advance. Link to comment Share on other sites More sharing options...
bellini13 Posted July 31, 2013 Share Posted July 31, 2013 So in that incredibly long story you told, I believe you are saying that you cannot enter an email address to be notified when a product is back in stock? Can you attach a screen shot or provide an error message that is received? Link to comment Share on other sites More sharing options...
Vegas! Posted August 1, 2013 Share Posted August 1, 2013 Thank you for the reply, I apologize for the lengthy story. I just wanted to give as many details about my situation. I'm still wet behind the ears as far as learning how to setup a site. But that's why i'm here so lets learn... Link to comment Share on other sites More sharing options...
bellini13 Posted August 1, 2013 Share Posted August 1, 2013 Tested on PS v1.4.10 and works properly. You'll need to give us more details on your store. Was this a previous upgrade? Have you tried to uninstall the mail alerts module and re-install since you received that install error? Link to comment Share on other sites More sharing options...
Vegas! Posted August 2, 2013 Share Posted August 2, 2013 (edited) I purchased this temp a couple months ago http://www.templatem...emes/38453.html I think it was 1.4.7 out of the box and tried to update it to 1.5 but everything was buggie... So started again from scratch at 1.4.7 and updated to 1.4.10 Everything was fine after that, until this started. I've uninstalled and installed it twice. Both times it had an error, it always seems to showup in the list the second time i would install it. I did this twice. I have not tried to delete it. Is there an update that i can try? Thanks Edited August 7, 2013 by stbconcepts (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now