fauer Posted April 23, 2004 Report Share Posted April 23, 2004 Besteht die M?glichkeit, das die ?bergebene St?ckzahl in den Warenkorb nicht mehr ge?ndert werden kann? Wenn ja, wie? Link to comment Share on other sites More sharing options...
mzanier Posted April 23, 2004 Report Share Posted April 23, 2004 naja, wenn du aus dem template das feld rausl?scht gehts auch, jedoch wenn du dann den artikel ein 2tes mal in den korb legst sind trotzdem 2 drinnen. f?r ne vern?nftige l?sung m?sstest du das programmieren. Link to comment Share on other sites More sharing options...
fauer Posted April 24, 2004 Author Report Share Posted April 24, 2004 ge?ndert wird das ganze in der order_details.php der code lautet: // Quantity box or information as an input box or text if (strstr($PHP_SELF, FILENAME_SHOPPING_CART)) { echo ' <td align="center" valign="top">' . xtc_draw_input_field('cart_quantity[]', $products[$i]['quantity'], 'size="4"') . xtc_draw_hidden_field('products_id[]', $products[$i]['id']) . '</td>' . "\n"; } else { echo ' <td align="center" valign="top" class ="main">' . $products[$i]['quantity'] . '</td>' . "\n"; } wenn ich diese Zeilen ?ndere m?sste sich das auf den Warenkorb auswirken. oder? oder gibt es noch eine andere Datei die da mit spielt? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.