Search found 57 matches

Search found 57 matches

Re: Opencart .htaccess file blocking PayPal IPN

Thank you for your help, that code word by word seems to already be in there appart from $this->log->write('message') which I am not sure where abouts it would be placed. I have started another store now on another cart so this may be goodbye after 4yrs or see you soon! But I do want to thank you fo...

Jump to post
  • Sat Jun 21, 2014 7:40 pm
  • Replies 16
  • Views 4144
Re: Opencart .htaccess file blocking PayPal IPN

Had all my modules checked over and the issue isn't with them, anyone out there have this issue?

Jump to post
  • Fri Jun 20, 2014 5:07 am
  • Replies 16
  • Views 4144
Re: Opencart .htaccess file blocking PayPal IPN

im using PayPal standard, all settings are set up correctly and PayPal have said its all working fine but failing to send me the information. What files within Opencart would block PayPal from sending me orders?

Thank you

Jump to post
  • Thu Jun 19, 2014 5:09 am
  • Replies 16
  • Views 4144
Re: Opencart .htaccess file blocking PayPal IPN

I am wondering if this could be a host issue. I have just disabled SEO, theme, SSL and still the same.

I found it strange that when I added a new PP_standard file all my PayPal IPN's when to sent but changed back to retrying - does this bit help in any way?

Jump to post
  • Wed Jun 18, 2014 7:49 pm
  • Replies 16
  • Views 4144
Re: Opencart .htaccess file blocking PayPal IPN

Wishful thinking, they all changed from sent to retrying and test order didn't show any orders in admin, didn't show the order in the test accounts order history or deduct any stock :(

Jump to post
  • Wed Jun 18, 2014 5:21 am
  • Replies 16
  • Views 4144
Re: Opencart .htaccess file blocking PayPal IPN

I think I have fixed it. I downloaded 1.5.6.4 and re installed the paypal standard payments.
I resent all the failed paypal transactions from my PayPal account and its all showing as sent now.
Will test some orders soon!

Thanks for your help

Jump to post
  • Wed Jun 18, 2014 5:03 am
  • Replies 16
  • Views 4144
Re: Unsecure coupon box in cart after SSL

On the .htaccess file I deleted:

RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]

Jump to post
  • Wed Jun 18, 2014 4:42 am
  • Replies 17
  • Views 3061
Re: Opencart .htaccess file blocking PayPal IPN

I've had a look through that link, the issue looks to have been an issue with the encryption file from 1.5.4 needing updating to ver. 1.5.4.1 I'm running the latest version 1.5.6.4 and it looks to be a PayPal standard only bug ( I hope ). So maybe leaving PayPal standard for express or something may...

Jump to post
  • Wed Jun 18, 2014 4:39 am
  • Replies 16
  • Views 4144
Re: Opencart .htaccess file blocking PayPal IPN

I've been looking in the extensions store but I am unsure if any will work if my website isn't allowing PayPal to connect then maybe others wont work. I was going to get sagepay set up next week to accept cards and wondering will sagepay even work :(

Jump to post
  • Wed Jun 18, 2014 1:34 am
  • Replies 16
  • Views 4144
Re: Opencart .htaccess file blocking PayPal IPN

My error log is clean, no errors recorded (I do also have PayPal debug active)

When you say server issue do you mean with my host? I did contact them and they said no to any blocking etc. Its been driving me nuts for ages.

Jump to post
  • Wed Jun 18, 2014 1:28 am
  • Replies 16
  • Views 4144
Re: Opencart .htaccess file blocking PayPal IPN

Anyone know? I've been told theres loads of reports of this, someone must know a fix?

Thanks
Jason

Jump to post
  • Wed Jun 18, 2014 12:25 am
  • Replies 16
  • Views 4144
Re: Opencart .htaccess file blocking PayPal IPN

I am using 1.5.6.4 and here is a copy of my .htaccess file: # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename htaccess.txt to .htaccess. # For any support issues please visit: http://www.opencart.com #Options +FollowSymlinks # Prevent...

Jump to post
  • Tue Jun 17, 2014 4:33 am
  • Replies 16
  • Views 4144
Opencart .htaccess file blocking PayPal IPN

I am having all my orders through PayPal blocked and not appearing in admin. I have contacted PayPal and they ahve said this: I've investigated this issue and your not the only Opencart user experiencing this issue, there are many reports of Opencart users being affected by this issue. I've tested I...

Jump to post
  • Tue Jun 17, 2014 4:30 am
  • Replies 16
  • Views 4144
Re: How to force SSL/HTTPS on images on all OpenCart pages?

I am using v1.5.6.4 as well, I don't know much about coding but that was in my file, you could try adding it to see what happens as its easily removed if it doesn't work.

Best contact your host who supplied the SSL as they should be able to fix the issue

Jump to post
  • Tue May 27, 2014 6:26 am
  • Replies 4
  • Views 1465
Re: Unsecure coupon box in cart after SSL

OMG I could kiss you but that would be wierd haha, it all works, :D thank you so much! no more unsecure errors

Tested and so far all works perfectly

Thank you for helping me

Jump to post
  • Tue May 20, 2014 2:40 am
  • Replies 17
  • Views 3061
Re: Unsecure coupon box in cart after SSL

Thank you, I spoke to my host today and they can't help anymore as they don't know how to configure it, they just said I need to add the code myself, but I have no idea I have this code entered in my .htaccess file # SEO URL Settings RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) htt...

Jump to post
  • Tue May 20, 2014 2:06 am
  • Replies 17
  • Views 3061
Re: How to force SSL/HTTPS on images on all OpenCart pages?

I am not 100% sure but under my config.php I have // HTTPS define('HTTPS_SERVER', 'https://www.website.co.uk/'); define('HTTPS_IMAGE', 'https://www.website.co.uk/image/'); and under admin/config.php // HTTPS define('HTTPS_SERVER', 'https://www.website.co.uk/admin/'); define('HTTPS_CATALOG', 'https:/...

Jump to post
  • Mon May 19, 2014 11:52 pm
  • Replies 4
  • Views 1465
Re: Unsecure coupon box in cart after SSL

I was thinking about the forced SSL, what code would I have to imput to only have SSL show on account creation and checkout, maybe the error would go from the contact page and the cart page. I have been knocking my head off a wall for the last week as this error is a mystery for anyone I have asked....

Jump to post
  • Mon May 19, 2014 11:05 pm
  • Replies 17
  • Views 3061
Re: Unsecure coupon box in cart after SSL

Would the issue resove itself if I buy a checkout extension and a contact extension?

Jump to post
  • Sun May 18, 2014 10:28 pm
  • Replies 17
  • Views 3061
Re: Unsecure coupon box in cart after SSL

Yes thats the warning I see, and the action thats preformed isn't registered and cleared due to security warning. My host set up the SSL, the issues are with the pages that should be secure too :( I tested defult and the issue still shows, just cant see why these very different buttons are throwing ...

Jump to post
  • Sat May 17, 2014 11:23 pm
  • Replies 17
  • Views 3061

Search found 57 matches