Ver Fonte

bugfix viecard

andre há 3 anos atrás
pai
commit
3e0d50432e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      viewcart.tpl

+ 1 - 1
viewcart.tpl

@@ -320,7 +320,7 @@
                                                                 {if $product.allowqty}
                                                                     <input type="number" name="qty[{$num}]" value="{$product.qty}" class="form-control text-center" min="0" />
                                                                     <button type="submit" class="btn btn-xs btn-default">
-                                                                        {$LANG.orderForm.update}
+                                                                        {$LANG.orderForm.update}blubb
                                                                     </button>
                                                                 {/if}
                                                             </div>