Jump to content
xt:Commerce Community Forum

Cross Selling -> in der Warenkorb von der Hauptproduktseite aus


Recommended Posts

Hallo,

ich habe folgendes Problem:

Ich möchte das unsere Kunden die durch uns (Cross selling) empfohlen Artikel auch direkt von der Hauptproduktseite aus in den Warenkorb legen können.

Um dies zu erreichen habe ich das "cross_selling.html" Template dahingehend erweitert, das dort auch das "In den Warenkorb" Formular angezeigt wird.

  {foreach name=aussen item=cross_sell_products_data from=$_cross_selling}

<tr>

{if $cross_sell_products_data.products_image!=''}<td class="productCrossSellImage"><a href="{$cross_sell_products_data.products_link}">{img img=$cross_sell_products_data.products_image type=m_thumb class=productImageBorder alt=$cross_sell_products_data.products_name}</a></td>{/if}

<td class="productCrossSellContent">

<h2><a href="{$cross_sell_products_data.products_link}">{$cross_sell_products_data.products_name}</a></h2>

<p class="price">{$cross_sell_products_data.products_price.formated}</p>

</td>

{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=$cross_sell_products_data.products_id}
<td>

<table border="0" cellspacing="0" cellpadding="2">
<tr><td colspan="2">{$products_information}</td></tr>


<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>

</td>

{form type=formend}


</tr>

{/foreach}[/PHP]

Mein Problem ist nun, das wenn jemand nun auf einer solchen Seite mehrmals auf "in den Warenkorb" drückt die einzelnen Produkte im Warenkorb nicht mehr hochgezählt werden. D.h. aus dem einem was schon im Warenkorb liegt werden nicht 2 ..

Hat jemand eine Idee, wo ich da gucken muss. Insgesamt ist das schon blöd.

Alle Produkte ohne Empfehlung addieren sich alle andere mit nicht. Das wird wohl oder weniger für den Kunden verwirrend sein :(

liebe grüsse

christian

Link to comment
Share on other sites

Archived

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

×
  • Create New...