Modify

Opened 11 years ago

Closed 11 years ago

#292 closed Bug/Fehler (fixed)

attribut-werte in DB [orders_products] uebergeben

Reported by: xtc_fixes@… 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)

Change History (1)

comment:1 by Ronald Parcinski, 11 years ago

Resolution: fixed
Status: newclosed

In 2.00 bereits hinzugefügt

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.