Jump to content
xt:Commerce Community Forum

Bestell Button in product_listing


sprint

Recommended Posts

Hallo zusammen,

der Chef hätte gerne in der Produktübersicht einer Kategorie bei den einzelnen Artikeln schon ein Mengenfeld und einen Bestellbutton, um dem Kunden das Aufrufen der Artikeldetails zu ersparen.

Kann mir jemand einen Tip geben, ob das überhaupt möglich ist bzw. wie das dann eingebaut werden müßte?

Danke schon mal im Voraus,

Sprint

Link to comment
Share on other sites

im xt_default war es drin:

		{if $module_data.allow_add_cart eq 'true'}
{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=$module_data.products_id}
<div class="addtobasketlisting">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td style="width:100%">{form type=text name=qty value=1 style='width:50px;'}</td>
<td>{button text=$smarty.const.BUTTON_ADD_CART file='button_in_cart.gif' type='form' btn_template='tpl_button_2.gif' space_left='25'}</td>
</tr>
</table>
</div>
{form type=formend}
{/if}[/PHP]

Link to comment
Share on other sites

Ich habe den Code an der entsprechenden Stelle eingefügt, bekomme aber einen PHP Error "syntax error: unrecognized tag 'form'" im Smarty Compiler. Kann es sein, daß der Code aus der Version 4.x stammt? Hab leider vergessen zu erwähnen, daß es sich dabei um eine Version 3.0.4 handelt.

Link to comment
Share on other sites

  • 8 months later...

Archived

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

×
  • Create New...