So is this still the only way to clear a basket at logout?
I have a store that needs the logged in basket to be cleared when the customer logs out.
With the Emporium Plus Tool Kit you can reduce the chance of this happening by changing the logout link to
Code:
<a href="&mvt:global:sessionurl;Action=NEW,LOGO&SubSc reen=TKCLEAR&Screen=SFNT&Store_Code=&mvta:global:S tore_Code;">Logout</a>
Code:
<a href="&mvt:global:sessionurl;Action=NEW,LOGO&SubSc reen=TKCLEAR&Screen=SFNT&Store_Code=&mvta:global:S tore_Code;">Logout</a>
Comment