When I click on any ADD TO CART button in my store it takes me directly to the BASKET page. I want the item to add but to stay on the same Product or Category page so the customer won't lose their place.
I do understand I should go the the PROD Display Layout page and change <form method="post" action="&mvt:global:sessionurl;Screen=BASK"> to <form method="post" action="&mvt:global:sessionurl;Screen=PROD">
BUT....That does not work! What's going on?
Thanks.
Gary
I do understand I should go the the PROD Display Layout page and change <form method="post" action="&mvt:global:sessionurl;Screen=BASK"> to <form method="post" action="&mvt:global:sessionurl;Screen=PROD">
BUT....That does not work! What's going on?
Thanks.
Gary
Comment