Author Topic: ssl_error_rx_record_too_long When trying to checkout  (Read 4325 times)

jean2013

  • Beginner
  • *
  • Posts: 4
ssl_error_rx_record_too_long When trying to checkout
« on: February 16, 2012, 14:13:02 PM »
Hello everybody :)
I would like to disable the SSL redirection when trying to checkout .
I tried to do this through :
Code: [Select]
       $mainframe = JFactory::getApplication();

       $mainframe->redirect(JRoute::_('index.php?option=com_virtuemart&view=cart&task=editshipment',$this->useXHTML,$this->useSSL), $_retVal);

break;

    }

}



if ($cart->getInCheckOut()) {

    $mainframe = JFactory::getApplication();

    $mainframe->redirect('index.php?option=com_virtuemart&view=cart&task=checkout');

}

    }

But no, results. Please help me and thank's a lot