Forum
Member logged in
Hi All
Anyone tried this
anyone know why this does not work
<perch:member logged-in="true">
<perch:form id="cart" app="perch_shop" next="/shop/checkout/confirmation">
<perch:else:member />
<perch:form id="cart" app="perch_shop" next="/shop/checkout">
</perch:member>
Form tags cannot be dynamic.
If needs be, send them both to one page, and on that page bounce them to another if they're not logged in.
Ok thought so
in this case i have made two identical Carts
one with
and the other
and used
on the cart page