Dino26 Posted March 30, 2008 Report Share Posted March 30, 2008 Hallo Forum, ich habe ein Problem mit dem Freitext Modul und dem Komfortablen Warenkorb. Beim ersten in den Warenkorb legen tut alles 100%ig gut. Ändere ich dann im Korb irgendwas bzw. drücke einmal auf aktualisieren gehen mir die Freitexte verloren. Bin mir sicher das es hier irgendwo dran liegt. Die Variable bleibt in der Session. Drücke ich auf den Warenkorb Link im Menu sind se wieder da. // freitext_module if($products[$i][$option]['products_options_values_name'] == 'Freitext'){ for($i_=0;$i_<sizeof($_SESSION['cart_freitext']);$i_++){ if($products[$i]['id'] == $_SESSION['cart_freitext'][$i_]['product_id']){ $module_content[$i]['ATTRIBUTES'][] = array ('ID' => $products[$i][$option]['products_attributes_id'], 'MODEL' => xtc_get_attributes_model(xtc_get_prid($products[$i]['id']), $products[$i][$option]['products_options_values_name'],$_SESSION['cart_freitext'][$i_]['freitext']), 'NAME' => $products[$i][$option]['products_options_name'], 'VALUE_NAME' => $_SESSION['cart_freitext'][$i_]['freitext']); } } } else{ $module_content[$i]['ATTRIBUTES'][] = array ('ID' => $products[$i][$option]['products_attributes_id'], 'MODEL' => xtc_get_attributes_model(xtc_get_prid($products[$i]['id']), $products[$i][$option]['products_options_values_name'],$products[$i][$option]['products_options_name']), 'NAME' => $products[$i][$option]['products_options_name'], 'VALUE_NAME' => $products[$i][$option]['products_options_values_name'].$attribute_stock_check); } Kann mir da jemand nen Typ geben? Danke Link to comment Share on other sites More sharing options...
snej Posted October 20, 2008 Report Share Posted October 20, 2008 Hallo zusammen, wurde das Problem schon gelöst? Habe nämlich das selbe. Gruss Jens Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.