Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 829 Revision 843
Zeile 233... Zeile 233...
233
 
233
 
234
        private function getShipmentCosts()
234
        private function getShipmentCosts()
235
        {
235
        {
236
            $sc = new ShippingController();
236
            $sc = new ShippingController();
237
            $buffer = $sc->getShippingOptions();
237
            $buffer = $sc->getShippingOptions();
238
            $this->shipmentCosts = $buffer;
238
            $_SESSION["SHOP"]["BASKET"]->shipmentCosts = $buffer;
Zeile 239... Zeile 239...
239
        }
239
        }
240
 
240
 
241
        public function getBasketGewicht()
241
        public function getBasketGewicht()