I don't know if this was ever really put to rest, I remember it being mentioned
in the list, but no real fix, just a suggestion to put something like so and so
in a certain file. This should work, if you need a fix: add these lines at the
top of actions/CREATE_INVOICE , make it the first code executed, put it in right
after the comments:

// Added to ensure shopper is logged in, if not send him to login screen
        if(SHOPPER_MUST_REGISTER AND (!((isset($UserInfo["ID"])) AND
($UserInfo["ID"] > 0))))
        {
                $SCREEN="login";
                return;
                /* don't do anything */
        }



Kelley



Shawn Honeychurch wrote:

> Morning all;
>
> I originally set the SHOPPER_MUST_REGISTER to FALSE for my store but have
> now decided I want people to have to register.  However when I set the
> SHOPPER_MUST_REGISTER to TRUE nothing changed.  You can still make a
> purchase and checkout without having to register.  Is there another function
> I have to activate or modify?
>
> Shawn
>
> ------------------------------------------------------------
> To subscribe:    [EMAIL PROTECTED]
> To unsubscribe:  [EMAIL PROTECTED]
> Site:            http://www.working-dogs.com/freetrade/
> Problems?:       [EMAIL PROTECTED]



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to