idenUnlocker Posted July 31, 2009 Share Posted July 31, 2009 Also i noticed that orders history does not work. I have made a payment and after returning to my shop page it showed me - No orders you have placed since you have logged in (( Link to comment Share on other sites More sharing options...
DuckieTom Posted August 14, 2009 Share Posted August 14, 2009 I have the same problem too. Is there a fix to this? Link to comment Share on other sites More sharing options...
idenUnlocker Posted January 1, 2010 Author Share Posted January 1, 2010 Still the problem exists and more on, we had to send copy of the invoices to paypal and since we have this system not working we could not and our account with a lot of money on it is LOCKED. Please developers, pay attention to this most often problem - it causes money loose!The question is: why atfer some time it just stops working all of a sudden!?It was working and after 1 week it stopped - nobody altered any data on the web site and SQL. New customers registration is ok but after they purchase we only get email from paypal. Link to comment Share on other sites More sharing options...
tomerg3 Posted January 1, 2010 Share Posted January 1, 2010 What version of prestashop do you use?What version of the paypal module do you use?If you try to place an order, what happens? Link to comment Share on other sites More sharing options...
idenUnlocker Posted January 2, 2010 Author Share Posted January 2, 2010 The Version is 1.2.4.0All the modules from the package, including paypal, installed 1 addtional module - Prestaworks Newsletter, but after the installation the Order numbers was working ok.Hosting - godaddy.comPayment module - paypal.phpsend function is used for mail dispatch, SMTP relays - 250.Webform messages work good.When we place an order it goes smooth, no problem.the verification page opens blank, so i assume it works too. Link to comment Share on other sites More sharing options...
tomerg3 Posted January 3, 2010 Share Posted January 3, 2010 This is quite odd, the verification page should redirect you to another page no matter what.I would try to see if the notify URL gets called by paypal, try to add a line to send you an email when that file is called.in the paypal module directory add the following line to the to of the file (inside the php tags though) mail("[email protected]","Paypal reply",print_r($_POST,true)); This will send you an email with the variables paypal sends to your server, if you don't get an email, than we'll know there is some sort of configuration problem, if you get an email, then the problem is probably somewhere in your prestashop files.Can you provide your shop's URL? Link to comment Share on other sites More sharing options...
idenUnlocker Posted January 4, 2010 Author Share Posted January 4, 2010 Thank you very much for your help.Shop URL is http://iden-unlocker.comI could not understand where to put the line with sendmail, to verification or to paypal.php? Can you please clarify this?Can the problem be with the shop currency? Although when we receive a payment from the US which is shop default the mail also does not come.I ask this because it was working 1 month, then it stopped all of a sudden, i have installed 1.2.4.0 version and it continued to work and then now again it halted, so i think i should install the new version. But i am quite sure it will halt again. Link to comment Share on other sites More sharing options...
tomerg3 Posted January 4, 2010 Share Posted January 4, 2010 First thing, add the first line below in paypal.tpl file (above the second line which is already in that file) <input type="hidden" name="rm" value="2" /> <input type="hidden" name="bn" value="PRESTASHOP_WPS" /> The mail line should go in this filehttp://iden-unlocker.com/modules/paypal/validation.php Link to comment Share on other sites More sharing options...
Recommended Posts