Quote Originally Posted by retched View Post
I had a fix for this... Thought it was included in the update.

Find line 28:

PHP Code:
if($configuration_group_id == ''){ 
Change line 28 to:

PHP Code:
if(isset($configuration_group_id) && !zen_not_null($configuration_group_id)){ 
I'll resubmit this right now.
This does not resolve the issue. Cart is still sending a temp pw