Modify ↓
Opened 11 years ago
Closed 11 years ago
#292 closed Bug/Fehler (fixed)
attribut-werte in DB [orders_products] uebergeben
| Reported by: | Owned by: | somebody | |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.0.0 |
| Component: | Admin | Version: | 1.06 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
werden bei bestellungen via adminbereich nicht uebergeben
FIX from my tree - not sure if lines are exactly matching, :
--- a/admin/orders_edit.php
+++ b/admin/orders_edit.php
@@ -447,6 +447,8 @@ if ($action == 'product_option_ins') {
'orders_products_id' => (int)($_POST['opID']),
'products_options' => xtc_db_prepare_input($products_options['products_options_name']),
'products_options_values' => xtc_db_prepare_input($products_options_values['products_options_values_name']),
+ 'orders_products_options_id' => $products_attributes['options_id'],
+ 'orders_products_options_values_id' => $products_attributes['options_values_id'],
'options_values_price' => xtc_db_prepare_input($products_attributes['options_values_price']));
$insert_sql_data = array ('price_prefix' => xtc_db_prepare_input($products_attributes['price_prefix']));
Attachments (0)
Note:
See TracTickets
for help on using tickets.

In 2.00 bereits hinzugefügt