Browse Source

check shoppingcard for free products

andre 4 years ago
parent
commit
a34c55273a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      removetrial.tpl

+ 6 - 0
removetrial.tpl

@@ -0,0 +1,6 @@
+<div class="alert alert-danger">
+    To many trials
+</div>
+<a href="{$WEB_ROOT}/cart.php?a=view" class="btn btn-primary">
+    {$LANG.showbasket}
+</a>