73 if (
$myConfig->getConfigParam(
'blPsBasketReservationEnabled' )) {
74 $this->
getSession()->getBasketReservations()->renewExpiration();
78 if ( $this->_blIsOrderStep &&
$myConfig->getConfigParam(
'blPsBasketReservationEnabled' ) && (!$oBasket || ( $oBasket && !$oBasket->getProductsCount() )) ) {
85 if (
$myConfig->getConfigParam(
"bl_showFbConnect" ) && !$this->
getUser() ) {
99 if ( $this->_blShowNoRegOpt === null ) {
100 $this->_blShowNoRegOpt = !$this->
getConfig()->getConfigParam(
'blOrderDisWithoutReg' );
112 if ( $this->_iOption === null ) {
116 if ( $iOption == 2 && !$this->
getUser() ) {
119 $this->_iOption = $iOption;
131 if ( $this->_sOrderRemark === null ) {
132 $sOrderRemark =
false;
141 $this->_sOrderRemark = $sOrderRemark ?
oxRegistry::getConfig()->checkParamSpecialChars( $sOrderRemark ) :
false;
153 if ( $this->_blNewsSubscribed === null ) {
158 if ( ( $oUser = $this->
getUser() ) ) {
159 $blNews = $oUser->getNewsSubscription()->getOptInStatus();
161 $this->_blNewsSubscribed = $blNews;
164 if (is_null($this->_blNewsSubscribed))
165 $this->_blNewsSubscribed =
false;
190 if ( $oFacebook->isConnected() ) {
191 $aMe = $oFacebook->api(
'/me');
197 $sCharset .=
'//TRANSLIT';
199 if ( !$aInvAdr[
"oxuser__oxfname"] ) {
200 $aInvAdr[
"oxuser__oxfname"] = iconv(
'UTF-8', $sCharset, $aMe[
"first_name"] );
203 if ( !$aInvAdr[
"oxuser__oxlname"] ) {
204 $aInvAdr[
"oxuser__oxlname"] = iconv(
'UTF-8', $sCharset, $aMe[
"last_name"] );
232 $aPath[
'link'] = $this->
getLink();
247 if ( $oBasket && $this->
getConfig()->getConfigParam(
"blEnableDownloads" ) ) {
248 if ( $oBasket->hasDownloadableProducts() ) {