Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › How do I enable SSL to WP eStore for the checkout process?
- This topic has 5 replies, 2 voices, and was last updated 13 years, 3 months ago by mrdan.
-
AuthorPosts
-
August 21, 2011 at 9:36 pm #4125mrdanMember
How do I enable SSL to WP eStore for the checkout process? I have an SSL certificate already installed.
August 21, 2011 at 10:44 pm #35761adminKeymasterYou don’t need to do anything in eStore… the plugin is smart enough to realize that the visitor is viewing a HTTPS url and if this happens it will use the “https” keyword to include all script and CSS files in that page. So for example when you place the shopping cart on the following page it will know that this is HTTPS page and it will do thing accordingly:
[https://www.your-domain.com/checkout]
After you install SSL Certificate on your site and make the chekcout page HTTPS, you can use a plugin like the following to force users to use the HTTPS URL:
August 21, 2011 at 11:32 pm #35762mrdanMemberHmmmm… but when I go here [http://mindfulhub.com/test-product/] and then add it to cart, and then click on checkout, it does not go to https.
August 22, 2011 at 4:53 am #35763adminKeymasterYou did not create a particular checkout page for your store. Simply create a WordPress page (you can call it “Checkout”) then embed the following shortcode on that page to place your shopping cart there:
[wp_eStore_cart]
Now, go to your eStore settings menu and enter the URL of this checkout page in the “Checkout Page” field and check the “Automatic redirection to checkout page” checkbox.
This will make it so when someone clicks the add to cart button it will add the item and send them to the checkout page where they can view the shopping cart. This checkout page that you created can be a HTTPS page.
August 22, 2011 at 12:17 pm #35764mrdanMemberThanks. I added the checkout page. Now I attempt to purchase test product.
If I do not preface the URL in the settings for the checkout page with https, it does not go to https, so I set it explicitly to https. Likewise I must force the collect-details page to https in the payment gateway bundle settings to force it to go to https. When I attempt to buy my test product, on the collect-details page, after pressing the submit button, it goes to my thank you page, but nothing is actually happening. No sales in the WP eStore under stats, and no activity in my live authorize.net account.
August 22, 2011 at 1:07 pm #35765mrdanMemberIt seems to be working now.
-
AuthorPosts
- You must be logged in to reply to this topic.