Subversion Repositories wpShopGermany4

Rev

Rev 8145 | Rev 8214 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8145 Rev 8154
Line 378... Line 378...
378
            
378
            
379
            /**
379
            /**
380
             * Produktbeschreibung anzeigen Ja/Nein
380
             * Produktbeschreibung anzeigen Ja/Nein
381
             */
381
             */
382
            $pBeschreibungHeight = 0;
382
            $pBeschreibungHeight = 0;
383
            if ($this->get_option("wpsg_rechnungen_pbeschreibung") == "1" && trim(strip_tags($oOrderProduct->getShortDescription())) != '') {
383
            if ($this->get_option("wpsg_rechnungen_pbeschreibung") == "1" && trim(strip_tags($oOrderProduct->getProduct()->getShortDescription())) != '') {
384
                
384
                
385
                $produktBeschreibung = nl2br($produktBeschreibung);
385
                $produktBeschreibung = nl2br($produktBeschreibung);
386
                preg_match_all('/\<br \/\>/', $produktBeschreibung, $treffer);
386
                preg_match_all('/\<br \/\>/', $produktBeschreibung, $treffer);
387
                $produktBeschreibung = strip_tags($produktBeschreibung);
387
                $produktBeschreibung = strip_tags($produktBeschreibung);
388
                
388