Originally Posted by retched 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
if($configuration_group_id == ''){
if(isset($configuration_group_id) && !zen_not_null($configuration_group_id)){
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success **I answer questions in the forum, private messages are not conducive to a helpful community.
Forum Rules