Hello, i've used OPC 1 in a couple of projects in the past using its out of the box functionality and had no problem whatsoever, but i now i need to implement something different and i'm not sure how to go about it.
What i need to do is add some extra fields in the checkout form which will be visible to both guest users (unlogged) and logged users. These fields must of course be passed to the order during the checkout & shown in the order email received by the administrator.
My initial thought was to create additional userfields from "Manager User Fields" in Virtuemart, but due to the fact that there are only two places that these may appear (Show in registration form & Show in shipping form) it works great for the guest users (if placed in the registration form) but they doesn't show up at all for the logged users.
So the question is, how can i add these extra fields & ultimately show them in my checkout form so that they can be viewed & used by both logged & guest users?
Another thing i would like to ask is, if there is a way in the checkout form for the logged users to add a new shipping address without having to click on the "page=account.shipto&next_page=shop.cart" and instead fill in a form as it is done with the guest user checkout.
Thanks in advance