Modify ↓
Opened 4 years ago
Closed 4 years ago
#2110 closed Bug/Fehler (fixed)
checkout_process.php - Attribut Gewicht wird nicht gespeichert
| Reported by: | web-looks.de | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.7.0 |
| Component: | Shop | Version: | 2.0.6.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Hier müsste Gewicht und Präfix mitgespeichert werden:
// attributes $sql_data_array = array( 'orders_id' => $insert_id, 'orders_products_id' => $order_products_id, 'products_options' => $order->products[$i]['attributes'][$j]['option'], 'products_options_values' => $order->products[$i]['attributes'][$j]['value'], 'attributes_model' => $order->products[$i]['attributes'][$j]['model'], 'attributes_ean' => $order->products[$i]['attributes'][$j]['ean'], 'options_values_price' => $order->products[$i]['attributes'][$j]['price'], 'price_prefix' => $order->products[$i]['attributes'][$j]['prefix'], 'orders_products_options_id' => $order->products[$i]['attributes'][$j]['option_id'], 'orders_products_options_values_id' => $order->products[$i]['attributes'][$j]['value_id'], );
Diese zwei Felder fehlen im Array:
options_values_weight DECIMAL(15,4) NOT NULL, weight_prefix CHAR(1) NOT NULL,
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Das wurde bereits in r13631 korrigiert.