Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 879 Revision 880
Zeile 423... Zeile 423...
423
                    {
423
                    {
424
                        if ( $opt["rufname"] == "amazon" || $opt["rufname"] == "PayPalExpress" || $opt["rufname"] == "klarna" )
424
                        if ( $opt["rufname"] == "amazon" || $opt["rufname"] == "PayPalExpress" || $opt["rufname"] == "klarna" )
425
                        {
425
                        {
426
                            continue;
426
                            continue;
427
                        }
427
                        }
428
                        elseif ( $_GET["packstation"] == 1 && !stristr( $opt["kurz"], "DHL" ) )
428
                        elseif ( isset( $_GET["packstation"] ) && $_GET["packstation"] == 1 && !stristr( $opt["kurz"], "DHL" ) )
429
                        {
429
                        {
430
                            continue;
430
                            continue;
431
                        }
431
                        }
432
                        /*if ( $_GET["kurier"] == 1 && ( $opt->express != 1 || stristr( $opt->kurz, "selbstabholung" ) ) )
432
                        /*if ( $_GET["kurier"] == 1 && ( $opt->express != 1 || stristr( $opt->kurz, "selbstabholung" ) ) )
433
                        {
433
                        {