Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 886 | Revision 888 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 886 Revision 887
Zeile 464... Zeile 464...
464
                    \View::share( "wunschzustellung", $wunschzustellung );
464
                    \View::share( "wunschzustellung", $wunschzustellung );
465
                    \View::share( "versandOptionen", $v_opt );
465
                    \View::share( "versandOptionen", $v_opt );
466
                }
466
                }
467
                if ( $GLOBALS["INI"]["PayPalPlus"]["aktiv"] != 1 && $GLOBALS["INI"]["PayPalCheckout"]["aktiv"] != 1 )
467
                if ( $GLOBALS["INI"]["PayPalPlus"]["aktiv"] != 1 && $GLOBALS["INI"]["PayPalCheckout"]["aktiv"] != 1 )
468
                {
468
                {
469
                    return view( "update_versand" );
469
                    echo view( "update_versand" );
470
                }
470
                }
471
                elseif ( isset( $GLOBALS["INI"]["weban_vk"]["aktiv"] ) && $GLOBALS["INI"]["weban_vk"]["aktiv"] == 1 && $_SESSION["is_b2b"] == 1 )
471
                elseif ( isset( $GLOBALS["INI"]["weban_vk"]["aktiv"] ) && $GLOBALS["INI"]["weban_vk"]["aktiv"] == 1 && $_SESSION["is_b2b"] == 1 )
472
                {
472
                {
473
                    if ( is_array( $versandOptionen ) )
473
                    if ( is_array( $versandOptionen ) )
474
                    {
474
                    {
Zeile 565... Zeile 565...
565
                            {
565
                            {
566
                                $pppVersand = $opt["ID"];
566
                                $pppVersand = $opt["ID"];
567
                                break;
567
                                break;
568
                            }
568
                            }
569
                        }
569
                        }
570
                        if ( $_GET["Land"] || $_GET["liefer"] )
570
                        if ( ( $_GET["Land"] || $_GET["liefer"] ) && !isset( $_GET["param"] ) )
571
                        {
571
                        {
572
                            echo $pppVersand;
572
                            echo $pppVersand;
573
                        }
573
                        }
574
                        else
574
                        else
575
                        {
575
                        {