Announcement

Collapse
No announcement yet.

Help with directing logout to non-secure storefront

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help with directing logout to non-secure storefront

    Converting our old MMUI site. Base Ready Theme. Currently logouts direct to secure storefront. Prefer non-secure. How do I change the following to accomplish this;

    <a href="&mvte:urls:SFNT:secure_sep;Action=LOGO" title="Log Out">Log Out</a>

    I just can't seem to get the syntax correct. Or is there a more preferred action.

    #2
    On the SFNT page make sure the 'Link to This Page Using HTTPS' is unchecked.

    Try:

    Code:
    <a href="&mvte:urls:SFNT:auto_sep;Action=LOGO" title="Log Out">Log Out</a>
    http://www.alphabetsigns.com/

    Comment

    Working...
    X