Jump to content

Cart summary disappears when clicking "continue shopping" (PS 1.7)


creation-handicap

Recommended Posts

  • 1 month later...

Update: It seems that the cart is not build to put it on every page. This is why, my guess, that it doesn't work. I fixed it with an hardcoded URL for the getCartViewUrl variable. It's not a good soluation, but it works now...

Here's the code i put into the core.js on line 1724:

if (getCartViewUrl === undefined) {
	getCartViewUrl = '{URL-to-your-page}/de/warenkorb?ajax=1&action=refresh';
}

This is most probably different in other languages...

Edited by creation-handicap (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...