[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] cookie again, sorry
Hi Karl -
> <TH COLSPAN="7" BGCOLOR="[dv header_bgcolor]"><FONT SIZE=5 COLOR="[dv
> header_textcolor]">[L]Inhalt Ihres Warenkorbes[/L]</FONT>
> <FONT COLOR="[dv header_textcolor]" SIZE="1">
> <BR>
> [if type=explicit compare="[read-cookie MV_SESSION_ID]"]
> test cookie set
> [else]
> <font color="[dv error_body]" size="2">
> F\xfcr Ihren Einkauf im Shop von [dv site_name] m\xfcssen Sie in Ihrem
> Browser Cookies akzeptieren.
> </font>
> [/else]
> [/if]
>
> at the first time the basket page is displayed the error message appears in
> any case cookie or non-cookie browser. when reloading the page, or accepting
> the cookie and continuing shopping with coming back to the basket page
> everything works fine.
>
> looks like minivend sets the cookie after i check it with read-cookie?
Maybe in an earlier page (or multiple pages) you can create your own
cookie:
<script language="JavaScript1.1"><!--
document.cookie = "karlcookie=1; path=/";
//-->
</script>
and check on the basket page with:
[if type=explicit compare="[read-cookie karlcookie]"]
Larry Leszczynski
larryl@furph.com
--
furph, Inc. WWW/Unix/Windows Solutions 734-513-7763 (voice)
info@furph.com http://www.furph.com 734-513-7759 (FAX)