DragonByte Tech
Well-known member
For my eCommerce tool, I plan to support guests adding products to the cart, and for them to be offered the login and registration forms upon clicking checkout. Ideally, I would want to preserve compatibility with 3rd party modifications that may modify the existing login or registration forms.
My initial thoughts are to include the
Is there a better way to achieve this?
Fillip
My initial thoughts are to include the
login
and register_form
templates, while copying the actionIndex code from the Login and Registration controllers.Is there a better way to achieve this?
Fillip