I'm wanting to be able to add a link back to the mobile commerce version for those who might want to return to it after clicking the "Desktop" link:
Is it possible? Looks like the cookie that gets created would have to be cleared.
Leslie
Code:
<div id="ui-toggle">
<span>Mobile</span><a href="&mvt:global:sessionurl;" rel="nofollow" onclick="createCookie('ui','desktop',1);">Desktop</a>
</div>
<!-- end #ui-toggle -->
Leslie
Comment