Toggle back to mobile version

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dan - Glendale Designs
    Mega Mivite


    • Sep 2006
    • 2904

    #16
    Re: Toggle back to mobile version

    Agree with Bill's assessment, there could be any number of issues causing this not to work on this particular site and these need to be pursued. I think we need to have a meeting regarding this project tomorrow. Please contact me off-forum with a time you might be available to discuss.

    Comment

    • wcw
      Developer Partner

      • Mar 2006
      • 11329

      #17
      Re: Toggle back to mobile version

      You are running a javascript routine so the function has to exist.

      I have this in the head tag content/css tab which should be an item on every page in the store.
      Code:
      <script type="text/javascript">
      	function createCookie(name,value,days){
      		if(days){
      			var date=new Date();
      			date.setTime(date.getTime()+(days*24*60*60*1000));
      			var expires="; expires="+date.toGMTString();
      		}
      		else var expires="";
      		document.cookie=name+"="+value+expires+"; path=/";
      	}
      	function eraseCookie(name,value){createCookie(name,value,-1);}
      </script>
      Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
      Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
      Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
      Facebook http://www.facebook.com/EmporiumPlus
      Twitter http://twitter.com/emporiumplus

      Comment

      • lesliekirk
        Super Moderator











        • Aug 2008
        • 9304

        #18
        Re: Toggle back to mobile version

        Originally posted by Dan - Glendale Designs View Post
        Agree with Bill's assessment, there could be any number of issues causing this not to work on this particular site and these need to be pursued. I think we need to have a meeting regarding this project tomorrow. Please contact me off-forum with a time you might be available to discuss.
        Thanks Dan - Bill pointed me in the right direction.
        Leslie Kirk
        Miva Certified Developer
        Miva Merchant Specialist since 1997
        Previously of Webs Your Way
        (aka Leslie Nord leslienord)

        Email me: [email protected]
        www.lesliekirk.com

        Follow me: X | Facebook | Pinterest

        Comment

        Working...
        X