tonkelz Posted October 22, 2009 Report Share Posted October 22, 2009 Hallo! Die Warenkorbfunktion ist ja immer in der Produktinfo ganz unten. Wie bekomme ich diese nach oben neben den Preis. Habe folgendes nun gemacht: <td class="contentsTopics">{$PRODUCTS_NAME}</td> <td align="right"><strong>{$PRODUCTS_PRICE}</strong><br />{$PRODUCTS_TAX_INFO}<br>{if $PRODUCTS_SHIPPING_LINK}{$PRODUCTS_SHIPPING_LINK}{/if}</td> <td align="right">Menge<br>{$ADD_QTY}<br>{$ADD_CART_BUTTON}</td> <td align="right"></td> Wenn ich nun aber eine höhere Anzahl als 1 eingebe wird diese Menge aber niicht übernommen. Wo habe ich meinen Fehler? Unten steht doch auch nur: <table width="300" border="0"> <tr> <td class="main" valign="middle"><table width="100" border="0"> <tr> <td>{$ADD_QTY}</td> <td>{$ADD_CART_BUTTON}</td> </tr></table></td> </tr> </table> Wer weiß was? Link to comment Share on other sites More sharing options...
Redsmith Posted October 22, 2009 Report Share Posted October 22, 2009 Wichtig ist, das der Button und das Feld mit der Menge innerhalb des entsprechenden Formulars stehen. {form type=form name=product action='dynamic' link_params=getParams method=post} {form type=hidden name=action value=add_product} {form type=hidden name=product value=$products_id} {form type=text name=qty value=1 } {button text=$smarty.const.BUTTON_ADD_CART file='button_in_cart.gif' type='form' btn_template='tpl_button_2.gif' space_left='25'} {form type=formend}[/PHP] Vielleicht war es das ja schon Link to comment Share on other sites More sharing options...
tonkelz Posted October 23, 2009 Author Report Share Posted October 23, 2009 Wenn ich dies aber so nehme und eingliedern möchte kommt folgender Fehler: Fatal error: Smarty error: [in xtc_tpl_0020/module/product_info/product_info_v1.html line 13]: syntax error: unrecognized tag 'form' (Smarty_Compiler.class.php, line 583) in /var/www/web19/html/includes/classes/Smarty_2.6.14/Smarty.class.php on line 1095 Ich habe aber in der product_info.php schon den Eintrag: {config_load file="$language/lang_$language.conf" section="product_info"} {$PRODUCT_NAVIGATOR} {$FORM_ACTION} und weiter unten steht nur dies: <td class="main" valign="top">{if $PRODUCTS_DESCRIPTION !=''}{$PRODUCTS_DESCRIPTION}<br />{/if} <br />{if $MODULE_product_options !=''}{$MODULE_product_options}<br />{/if} <table width="300" border="0"> <tr> <td class="main" valign="middle"><table width="100" border="0"> <tr> <td>{$ADD_QTY}</td> <td>{$ADD_CART_BUTTON}</td> </tr></table></td> Wie muß ich es nun umschreiben oder stehe ich irgendwie auf dem Schlauch? Link to comment Share on other sites More sharing options...
Redsmith Posted October 23, 2009 Report Share Posted October 23, 2009 Ich denke Du bist im falschen Forum, hier geht es um VEYTON 4.0 und ich denke Du sprichst über ein xt-commerce 3.irgendwas. Ich schau mir das später noch mal an. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.