Jump to content
xt:Commerce Community Forum

von der warenübersicht direkt bestellen


derfuchs

Recommended Posts

also,

in die product_listing_v1.html, unter:


.....
<p class="product-tax-shipping">{$module_data.products_tax_info.tax_desc} {txt key=TEXT_EXCL_SHIPPING}</p>
{/if}
{/if}
[/HTML]

muß das

[HTML]
{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=$products_id}
{$module_data.products_information}
<p class="add-to-cart">{form type=text name=qty value=1} {css_button text=$smarty.const.BUTTON_ADD_CART type='form'}</p>
{form type=formend}
{/if}
[/HTML]

dann sollte es gehen

Gruß

Link to comment
Share on other sites

hallo, nehme na da ist ein </div> zuviel bzw. zuwenig..

unterhalb der beiden {/if} und genauso wie es hier steht

.............

{else}

<p class="product-tax-shipping">{$module_data.products_tax_info.tax_desc} {txt key=TEXT_EXCL_SHIPPING}</p>

{/if}

{/if}

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

{$module_data.products_information}

<p class="add-to-cart">{form type=text name=qty value=1} {css_button text=$smarty.const.BUTTON_ADD_CART type='form'}</p>

{form type=formend}

{/if}

</div><!-- .box .product -->

Link to comment
Share on other sites

Archived

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

×
  • Create New...