[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Possible bug
> I want to bring something up. I don't know if this can be generalized, but
> I have been getting a missing page when I have tried to use the service
> button without being logged in. I found the solution, and I want to share
> it with you because maybe someone can also suffer this problem later. I
> tried to get an answer writting here, but I didn't get any answer.
Just put this at the top of your customerservice file:
[if !session logged_in]
[set mv_successpage]@@MV_PAGE@@[/set]
[bounce page=login]
[/if]
Jeff