Strange one, this started happening somewhat randomly or at least, I don't recall changing anything from what it did work. Interestingly all the information comes across to the sidecart correctly other than the image. I've echo'ed out what I'm passing as the image and the URL is fine, however, in the cart it reports the URL incorrectly. But when clicking go to checkout, it reports the cart empty. Like it isn't setting the session. I've tried this on multiple browsers and multiple computers.
Does anyone have an idea what is happening here? I'm using validation on the product form, however, it usually kicks out an error if there is something wrong there. The Cart count is correct across pages. It just forgets everything when you go to checkout. Also the image is not loading.
Your order could not be found. Please start again. If you already clicked the order confirmation button, please check your email for a receipt.
Sorry to hear about the issues you're running into. Is it possible for you to send us a link and steps to duplicate? Feel free to DM it if you prefer.
Thanks,
Josh
Thank you for the link. Your image url needs to be a full URI to an image, starting with http: or https:, or a relative path to the image from the store's domain (as configured in your store settings).
When I proceeded to checkout, products remained in cart. Mind sending steps to duplicate issue?
Thanks,
Josh
What browsers are you seeing the session error in? Thanks.
https://wiki.foxycart.com/v/2.0/javascript#sessions_cookies
But if the browser's blocking 3rd party cookies, it needs a first-party cookie. But our javascript isn't setting that, because it's using the wrong domain. That's probably the issue, though I can't seem to replicate even with a browser that's blocking 3rd party cookies. (Might just be my test setup isn't correct at the moment.)