Fix15 für 2.5.14

  • Fixpack 15 für v2.5.14:
    Fixes:
    - Bugfix Blog Datum Frontend
    - Lieferscheine Stapeldruck jetzt korrekt
    - Amicron 12 Schnittstelle NEU
    - Händlerbund Fix
    - Attributverwaltung überarbeitet
    - Google Taxonomie jetzt de/en
    - Klarna Bugfix, wurde heute bei einem Kunden so abgenommen inkl. 1PageCheckout

    und weitere kleiner Fixes :)
    Bitte vorher Backup vom Shop wie immer machen.

  • Hallo,

    habe soeben das Update installiert.
    Habe jetzt festgestellt das die "offenen Warenkörbe" nicht mehr funktionieren.
    Es kommt folgende Fehlermeldung.

    Parse error: syntax error, unexpected ',' in /var/www/web777/html/_v2next/admin/recover_cart_sales.php on line 194

    Vor dem Update haben diese noch funktioniert.
    Hat jemand das gleiche Problem?

    Gruß

  • Hallo,

    in Zeile 194 fehlt nur eine Klammer ")".

    Zeile 194 ersetzen gegen:
    $sql_data_array = array('orders_id' => $insert_id, 'products_id' => xtc_get_prid($order->products[$i]['id']), 'products_model' => $order->products[$i]['model'], 'products_name' => $order->products[$i]['name'], 'products_shipping_time' => $order->products[$i]['shipping_time'], 'products_price' => $order->products[$i]['price'], 'final_price' => $order->products[$i]['final_price'], 'products_tax' => $order->products[$i]['tax'], 'products_discount_made' => ($order->products[$i]['discount_allowed'] != '' ? $order->products[$i]['discount_allowed'] : '0'), 'products_quantity' => $order->products[$i]['qty'], 'allow_tax' => $_SESSION['customers_status']['customers_status_show_price_tax']);