Support

Home Forums Event Espresso Premium EE4 Shopping cart empty problem

EE4 Shopping cart empty problem

Posted: September 11, 2015 at 2:14 pm

Viewing 4 reply threads


Ray

September 11, 2015 at 2:14 pm

Hi – I have a similar problem as many on this post regarding empty shopping carts. I checked out other posts and investigated other including cache issues, and it seems like the problem is with SSL. (on a side note, this problem has occurred w/o the multi-event plugin)

I have HTTPS plugin and the url.com/events/ page (which I believe is the archive template) is not on the same SSL cert as the registration page, the shopping cart shows as empty.

The question is (finally) can you tell me how I can force SSL on the url.com/events/ page? I tried to do it via post-ID but I don’t think it has one. Also, I didn’t want to create a new page with the [ESPRESSO_EVENTS] shortcode because it doesn’t show images.

Thanks!

Event Espresso 4.8.8.p
WordPress 4.2.4
Multi Event Version 2.0.5.p


Ray

September 11, 2015 at 2:14 pm

Also – if you know the post-id or any type of ID, I could put this into function.php

function crunchify_force_ssl( $force_ssl, $post_id = 0, $url = ” ) {
if ( $post_id == 3811) { // Post or Page ID
return true;
}
return $force_ssl;


Lorenzo Orlando Caum

  • Support Staff

September 12, 2015 at 12:23 pm

Hi Ray, did you use your HTTPS plugin to secure the registration checkout pages (includes the cart page) as well?

https://eventespresso.com/wiki/espresso-sslhttps/


Lorenzo


Ray

September 14, 2015 at 8:06 am

Hi – thanks. I did everything except for the archived page. Thanks again.


Josh

  • Support Staff

September 14, 2015 at 9:51 am

Hi Ray,

You can secure the archives by adding /events/ to the list of secure filters. This is outlined in step four of the above linked guide, but here’s a direct link to that step:

https://eventespresso.com/wiki/espresso-sslhttps/#setting-up

Viewing 4 reply threads

The support post ‘EE4 Shopping cart empty problem’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso