[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
RE: [ic] Extra Users?
>
> Thank you. Is there a way to insist that people make an account
> before they
> shop?
at top of checkout page:
[if !session logged_in][value name="error" set="Please log in to place an
order."][tmp bouncepage]@@MV_PAGE@@[/tmp] [bounce page=login][/if]
this will bounce a user to the login page.
tweak the mv_nextpage to use [scratch bouncepage] OR whatever it was
originally on the page. This will then return the user to the checkout once
they have logged in.
Jonathan
Webmaint.