gkisiova Posted August 14, 2013 Share Posted August 14, 2013 Working on a store with only virtual products. Prestahsop 1.5.4.1 PayPal module 3.5.7 When I test a purchase via bank wire and set the status at Payment Accepted, I get all emails (order conf, payment accepted and Download link email) When purchase is made through PayPal I get only order confirmation and payment accepted emails, but no download link email. This also happens when I get a free product (no download link email is being sent to customer). Please help- I tried the bug fix on forge but it did not work for me. Thanks. Link to comment Share on other sites More sharing options...
justicejustine Posted October 16, 2013 Share Posted October 16, 2013 It does not work for me too. Have you had a solution? Please, anyone help. Link to comment Share on other sites More sharing options...
gkisiova Posted October 20, 2013 Author Share Posted October 20, 2013 justincejustine, I did the following: Downloaded Prestashop 1.5.3.1 and got the OrderHistory.php file from there. (classes/order/OrderHistory.php). Pasted it over the same file my installation and replaced line 350 with the followingif ($virtual_products && (!$last_order_state || !$last_order_state->logable || ($last_order_state->id == $new_order_state->id)) && $new_order_state && $new_order_state->logable) I tried all the forge bug fixed but nothing worked for me, until I stumbled upon this: http://forge.prestashop.com/browse/PSCFV-9467 I hope it works for you as well. Link to comment Share on other sites More sharing options...
jcassel90 Posted September 8, 2014 Share Posted September 8, 2014 Hi, I am having this same problem using Prestashop 1.6 and Paypal 1.3.8 How exactly did you fix this problem? Jason Link to comment Share on other sites More sharing options...
Mike005 Posted September 9, 2014 Share Posted September 9, 2014 Jason, I did what gkisiova posted previously in this threat. It worked just like it is supposed to. One minor problem. PayPal does not notify you when you get a $0 payment--as for free trial software. So you have to use PrestaShop as your primary notification and information screens. Mike 005 Link to comment Share on other sites More sharing options...
idoityourself Posted October 15, 2014 Share Posted October 15, 2014 I changed the above in 1.6, although it was on a different line but it didn't work, still no email with the link Link to comment Share on other sites More sharing options...
Recommended Posts