Continue shopping
Autor: Andrius P.
Besucht 2381,
Followers 3,
Geteilt 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.
Gepostet am
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!
Autor
www.directionpoint.co.uk please use Login username - admin2 password - 37206851, and I use add the product in the cart without showing the cart?
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!
Autor
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?
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!
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
Why not cart/index.php ?
Autor
Hi, still same return in home page
Autor
But on preview working fine, just online? Very strange
Autor
Please help my cart end is:
cart/index.php#step1
Maybe it help you.
<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.