fix cartItem updateQuantity method

This commit is contained in:
Manuel Raynaud
2013-10-21 12:21:33 +02:00
parent 0ba6a599a9
commit 3dcb399d01
2 changed files with 12 additions and 1 deletions

View File

@@ -138,6 +138,10 @@
{form_hidden_fields form=$form}
<input type="hidden" name="view" value="product">
<input type="hidden" name="product_id" value="{$ID}">
{form_field form=$form field="append"}
<input type="hidden" name="{$name}" value="1">
{/form_field}
{if $form_error}<div class="alert alert-error">{$form_error_message}</div>{/if}