Issues using SSL, Stripe checkout, need help

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeIssues using SSL, Stripe checkout, need help

This topic has been marked as not resolved.

Hi, added an SSL to my site so I could use Stripe for payment processing. In testing I am having issues getting a secure page as I get reports that there are elements on the page that are not secure. Safari reports the data will be transmitted in an insecure way on checkout.

Also, when using an onsite credit card payment method, should it just show the form when you click that method in the menu that drops down?? Is it suppose to be that you have to click the “PLACE ORDER” button to then be taken to the PAY page and enter your credit card info? Seems like an extra page load, instead of just revealing the credit card form right there.

Here is some info

 reboot
April 22, 2013 at 12:41 am #22340

I added the plugin: WordPress HTTPS which seemed to help, is that needed?, seems it is…

I noticed that two files were still giving non-secure errors.

A custom into background I had which I changed to a relative link in my css to fix.

The second was the background uploaded through the shoppica admin panel.

I managed to correct that one by adding this to my styles CSS GLOBAL area but perhaps there is something wrong where backgrounds are not being made into relative links to then be ok for secure pages?


body.s_layout_fixed {
background-image: url(/wp-content/uploads/2013/02/mybackground.jpg);
}

  • This reply was modified 4032 days ago by  reboot.
  • This reply was modified 4032 days ago by  reboot.
 reboot
April 22, 2013 at 2:32 am #22341

enabling HTTPS wordpress takes care of all the non https images except the backgrounds I fixed above but when I go to check out I get a loop back to the checkout page….

Without https wordpress plugin, all the footer/payment icons are not https the logo, etc.

  • This reply was modified 4032 days ago by  reboot.
 reboot
April 22, 2013 at 4:40 am #22349

Hi,

1) Page structure is not Shoppica related and we just customize Woocommerce pages.

2) You have to use WordPress HTTPS because custom logo, payment icons, favicon are uploaded and saved by wordpress media upload script and they are saved as http not https.

3) We didn`t encounter loop on checkout page, can you describe better.

Best,
ThemeBurn team

April 22, 2013 at 10:06 am #22368
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.