Cool, finden wir auch ;-) Klares "Ja" und sollte sich daran irgendwann etwas ändern, dann erfahrt ihr das natürlich auch. Berechtigte Fragen aber ehrlich gesagt können wir die aktuell auch noch nicht beantworten. Bisher sind wir immer extrem gut damit gefahren, in erster Linie an das Produkt zu denken und erst dann ans Geld. Das Hub ist für uns aktuell erstmal eine technische Entwicklung von der wir glauben, dass sie euch und für uns Vorteile bietet. Wenn das Hub langfristig hält, was wir uns versprechen, dann wird sich das am Ende auch für uns rechnen. Ganz ähnliches Beispiel: Hat sich die Entwicklung von Honeygrid für uns gelohnt, obwohl es gratis ist? Ja klar, denn es hat unser Produkt verbessert, und das zahlt sich immer aus.
Mal ne Frage, wie Ihr den 2 Bildern entnehmen könnt, wird bei dem Einem in den Kategorien "Karnevals und Gardetanzzubehör" unten angezeigt und das in allen Browsern. Bei mir wird es in keinem Browser angezeigt. hmmm... was kann das sein. browserCaches alle gelöscht bei mir. Lustig:, beim Ipad und bei Adroid Tablet geht es bei mir. Verstehen muss ich nicht Alles. Was mich dabei etwas nervt, ich kann die Farbe nicht ändern, weil ich das CSS nicht auslesen kann.
Dieser Kategorie-Link wird nur angezeigt, wenn der Browser sich als Touch-Gerät ausgibt. Bzgl. der Farbe müsste Torben morgen Feedback geben können.
@Moritz (Gambio) danke, habe mir das auch fast gedacht, nachdem ich noch so einige Tests gemacht habe. Aber die Farbe sollte man ja schon ändern können oder wenigsten dem Oberen anpassen.
@Gambio, die Anbindung der Datenweitergabe an Shipcloud ist das in der 3.5.1.0 RC1 schon drin, oder wann kommt das hier. In der 3.4.x.x wird es ja mit der Final kommen.
Zum Ändern der Farbe ist momentan Eigenes CSS notwendig. Versuch mal folgenden CSS-Selektor: Code: .navbar-collapse .navbar-categories ul.navbar-nav > li > ul.dropdown-menu > li.enter-category { background-color: ; // Dein Farbwert } Wenn du die Schriftfarbe ändern willst brauchst du zusätzlich noch: Code: .navbar-collapse .navbar-categories ul.navbar-nav > li > ul.dropdown-menu > li.enter-category a { color: ; // Dein Farbwert } Ich kümmer mich um eine Option, das per StyleEdit einstellen zu können: https://tracker.gambio-server.net/issues/51629
Das haben wir gestern Abend nach Torbens Feierabend korrigiert. Daher geht das schon bei ihm. Fix ist dann in der finalen Version.
In der shopping_cart.php erhalte ich folgende Fehlermeldung: 2017-05-17 08:44:49 (1c2875a82c75bc3ef549e695fb902af5) WARNING(2): "A non-numeric value encountered" in /var/www/vhosts/dev.tortenbild.shop/httpdocs/includes/modules/shipping/hermesprops.php:72 (Details) 2017-05-17 08:44:49 (1c2875a82c75bc3ef549e695fb902af5) WARNING(2): "A non-numeric value encountered" in /var/www/vhosts/dev.tortenbild.shop/httpdocs/includes/modules/shipping/hermesprops.php:72 (Details) #14 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/includes/modules/shipping/hermesprops.php:72 (Details) Code: │ line 70: 'id' => $this->code, │ line 71: 'title' => MODULE_SHIPPING_HERMESPROPS_TEXT_WAY, // ." Paketklasse $packet_class", ├─ line 72: 'cost' => MODULE_SHIPPING_HERMESPROPS_HANDLING + constant('MODULE_SHIPPING_HERMESPROPS_COST_'.$packet_class)) │ line 73: ) │ line 74: ); #13 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/includes/classes/shipping.php:143 (Details) Code: │ line 141: $size = sizeof($include_quotes); │ line 142: for ($i=0; $i<$size; $i++) { ├─ line 143: $quotes = $GLOBALS[$include_quotes[$i]]->quote($method); │ line 144: if (is_array($quotes)) $quotes_array[] = $quotes; │ line 145: } #12 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/includes/classes/shipping.php:325 (Details) #11 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/system/classes/shopping_cart/CartShippingCostsControl.inc.php:84 (Details) Code: │ line 82: } │ line 83: ├─ line 84: if (!$this->v_shipping_class->module_is_allowed($p_shipping_country, $p_shipping_module)) │ line 85: { │ line 86: return false; #10 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/system/classes/shopping_cart/CartShippingCostsContentView.inc.php:30 (Details) Code: │ line 28: $t_selected_module = $coo_cart_shipping_costs_control->get_selected_shipping_module(); │ line 29: ├─ line 30: $t_schipping_costs = $coo_cart_shipping_costs_control->get_shipping_costs(); │ line 31: $t_schipping_costs_error = ''; │ line 32: if( $t_schipping_costs === false ) #9 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/system/core/ContentView.inc.php:153 (Details) #8 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/GXMainComponents/Controllers/HttpView/ShopAjax/CartController.inc.php:488 (Details) Code: │ line 486: { │ line 487: $cartShippingCostsContentView = MainFactory::create_object('CartShippingCostsContentView'); ├─ line 488: return $cartShippingCostsContentView->get_html(); │ line 489: } │ line 490: #7 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/GXMainComponents/Controllers/HttpView/ShopAjax/CartController.inc.php:418 (Details) Code: │ line 416: 'selector' => 'shippingInformation', │ line 417: 'type' => 'replace', ├─ line 418: 'value' => $this->_getShippingInformation() │ line 419: ]; │ line 420: $contentArray['gift'] = [ #6 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/GXMainComponents/Controllers/HttpView/ShopAjax/CartController.inc.php:244 (Details) Code: │ line 242: $shoppingCartContentView->prepare_data(); │ line 243: $json['products'] = $this->_getProducts($shoppingCartContentView->getOrderDetailsCartContentView()); ├─ line 244: $json['content'] = $this->_getContents($shoppingCartContentView); │ line 245: │ line 246: $this->_tearDownTemporarySessionData(); #5 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/GXMainComponents/Controllers/HttpView/ShopAjax/CartController.inc.php:38 (Details) Code: │ line 36: public function actionDefault() │ line 37: { ├─ line 38: $json = $this->_getCartJson(); │ line 39: │ line 40: return MainFactory::create('JsonHttpControllerResponse', $json); #4 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/GXEngine/Services/System/Http/HttpViewController.inc.php:152 (Details) Code: │ line 150: } │ line 151: ├─ line 152: $response = call_user_func(array($this, $methodName)); │ line 153: │ line 154: return $response; #3 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/GXEngine/Services/System/Http/HttpViewController.inc.php:107 (Details) Code: │ line 105: │ line 106: $actionName = $this->httpContextReader->getActionName($httpContext); ├─ line 107: $response = $this->_callActionMethod($actionName); │ line 108: │ line 109: $this->httpResponseProcessor->proceed($response); #2 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/GXEngine/Services/System/Http/HttpDispatcher.inc.php:72 (Details) Code: │ line 70: $controller->validateCurrentAdminStatus(); │ line 71: } ├─ line 72: $controller->proceed($httpContext); │ line 73: } │ line 74: } #1 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/GXEngine/Services/System/Http/HttpService.inc.php:67 (Details) Code: │ line 65: try │ line 66: { ├─ line 67: $this->httpDispatcher->dispatch($httpContext); │ line 68: } │ line 69: catch(MissingControllerNameException $e) #0 File: /var/www/vhosts/dev.tortenbild.shop/httpdocs/shop.php:30 (Details) Code: │ line 28: │ line 29: $httpContext = $httpService->getHttpContext(); ├─ line 30: $httpService->handle($httpContext); │ line 31: Request: POST /shop.php?do=Cart (Details) Session: (Details) Post: (Details) Get: (Details) Scheint etwas mit dem Versand mit Hermes ProfiPaketService nicht zu stimmen.
Sieh dir mal die Konfiguration des Moduls an, da dürfte in einem Feld für Versandkosten oder Handling-Gebühr etwas stehen, was eben keine Zahl ist.