WebSite X5Help Center

 
Andrius P.
Andrius P.
User

Continue shopping  en

Author: Andrius P.
Visited 2098, Followers 3, Shared 0  

Have some problem with continue shopping, on preview working perfect when you press button  continue shopping, will back on services were you start first time, but then uploading website and selecting buy from cart, but you change minde you must select button  continue shopping - problem is then I press button I go to home page, but on preview show me correct.

Posted on the
11 ANSWERS - 1 USEFUL
Incomedia
Claudio D.
Incomedia

Hello Andrius,

Can you please write me the link to the website?

Did you set to add the product in the cart without showing the cart?

Many thanks!

Read more
Posted on the from Claudio D.
Andrius P.
Andrius P.
User
Author

www.directionpoint.co.uk please use Login username - admin2 password - 37206851, and I use add the product in the cart without showing the cart? 

Read more
Posted on the from Andrius P.
Incomedia
Claudio D.
Incomedia

Hello Andrius,

In case you have set to add the products in the cart without showing it then the continue shopping buttons opens always the home page. It shows the page from where the product has been added only if by clicking on the product it is shown the cart.

Many thanks!

Read more
Posted on the from Claudio D.
Andrius P.
Andrius P.
User
Author

Yes I have setup like this add the products in the cart without showing, but product is not in home page but in price page, so it must return in price page, on preview is workng perfect, but when online is returning in home page but not in price page? Software show correct, online not? please could you make update, my cart is in price then I add but not in home, so return must in price but not in home?

Read more
Posted on the from Andrius P.
Incomedia
Claudio D.
Incomedia

Hello Andrius,

It returns to the product page only if when you add the product to the cart the cart page is shown otherwise it returns always on the home page.

Many thanks!

Read more
Posted on the from Claudio D.
A. Kris
A. Kris
User

Hi Andrius,

You can enter this code before closing the head

<Script> var x5CartData = {
// General Cart Settings
'Settings': {
'Indexpage': 'cart / index.html',
'Continue_shopping_page': 'http://www.your-site.com/shop.php',! Important
},
</ Script>

In bold change with your return page. Let me know if it worked

Read more
Posted on the from A. Kris
Serg Linds
Serg Linds
User
A. Kris
... 'Indexpage': 'cart / index.html', ...

Why not cart/index.php ?

Read more
Posted on the from Serg Linds
Andrius P.
Andrius P.
User
Author

Hi, still same return in home page

Read more
Posted on the from Andrius P.
Andrius P.
Andrius P.
User
Author

But on preview working fine, just online? Very strange 

Read more
Posted on the from Andrius P.
Andrius P.
Andrius P.
User
Author

Please help my cart end is:

cart/index.php#step1

Read more
Posted on the from Andrius P.
Serg Linds
Serg Linds
User

Maybe it help you.

  1. Remove code from Kris.
  2. Select Cart page and open properties. 
  3. Click Expert tab and select section before closing HEAD.
  4. Insert this code:

<script type="text/javascript">
x5engine.boot.push(function () {
x5engine.cart.manager.settings({
"continue_shopping_page": "../prices.php"
});
}, false, "last");
</script>

In preview mode it's may not work . Please try online after uploads.

Read more
Posted on the from Serg Linds