SHOPPING CART CHECKOUT - STEP 1
Author: Martin P.
Visited 1917,
Followers 2,
Shared 0
In step 1 of the check out procedure, the user gets a nice overview of the products in the cart. But I am missing an option to enter a link to the underlaying product page. That means the user can click on an item and goes back to the page where the product is listed.
Posted on the
Hi Martin,
thank you for getting in touch.
Please consider this is already possible, if the customers want to go back to the page where the product are listed when he is in the shopping cart page, they will just need to click on the "Continue Shopping" button.
Please let me know if I can be of further help. Kind regards.
Hello Elisa
If you have 4 items in your basket, and these 4 items is from 4 different pages, is it then possible to go to the specific page for item 3 ?
If this is possible then your answer is correct.
If it is not possible, then I think you should read the question again.
Author
@John S.
Exactly that is what I mean! Thank's for clearify it.
Hi Martin and John,
thank you for clarifying, I have reported the suggestion.
Thanks! Kind regards.
Author
I found an easy solution for this. The product description text box allows html code. So if you use the following syntax the link is shown also in the shopping cart and is working fine:
<a href="../product.html" rel="bookmark" onclick="return x5engine.utils.location('product.html', null, false)">Test product</a> to make a test link. Blablabla
Don't forget the location reference for href ../ because the cart page is loaded from the /cart subdirectory.
By the way does someone knows the 2nd. and 3rd. option (null,false) for the x5engine.utils.location call?
Regards
Tip: If you use the Absolute link (starting with http not ../) this will also work from the order email!
JJ.
Author
@JJ
Good point. Thans for the hint.
For example, we use this here:
https://www.plocher-produkte.ch/alle-plocher-produkte.php
JJ.
Hi All,
sorry, but i do not understand how do it. Pls write to me step by step.
Thank you
Atom