In order to ensure a full CB login occurs, I modified checkout.login_form.php to display a copy of the CB login module.
First I copied my main CB_Login module, changed the module settings to fit my purpose, and set it to display in a position that I do not use in my templates (user8).
I then inserted the following into checkout.login_form.php
[code:1]<?php mosLoadModules ( 'user8' ); ?>[/code:1]
I also use the CB registration form to ensure a complete CB account is created, along with e-mail verification (no admin approval). The only thing I am missing is having users that register during checkout being logged-in and directed back to the checkout process immeditaly after verifying their e-mail.
Any ideas on how to do this, or reasons why I should not do what I stated above?
I'm running Joomla 1.0.10, VM 1.0.5, and CB 1.0 Stable and now plug_virtumart 0.1.1. Everything is running great!
A big thanks to Ben for all the work he has put into this!