Jump to content
xt:Commerce Community Forum

Komfortabler Warenkorb und Freies Textfeld machen Probleme


Recommended Posts

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

  • 6 months later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...