Hey,
I have a one-step checkout cart where a customer has a bunch of options. They can use an existing account associated with the webshop, create a new one or proceed without creating an account. They can also sign up for the newsletter (email marketing) or continue without signing up. So that's 6 combinations in terms of account and newsletter options. I've got 5/6 down :)
My question is: What is required in order to allow a customer to sign up for the newsletter without having or creating an account?
I guess I have to create a new user somehow. Maybe I need to assign a username and password using some hidden fields. Maybe along with <input type="hidden" name="EcomUserCreateNew" id="EcomUserCreateNew" value="True">. I can't really figure out the combination.
Any suggestions are very welcome :)
//Martin