瀏覽代碼

bugfix viecard

andre 4 年之前
父節點
當前提交
3e0d50432e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>