Browse Source

double trial bugfix shoppingcard

andre 4 years ago
parent
commit
c2f3c23cd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      products.tpl

+ 1 - 1
products.tpl

@@ -258,7 +258,7 @@
 								{$LANG.alreadyincard}
 							</a>
 						{elseif ($product.pricing.type eq 'free') && in_array($product.pid, $clientActiveFree)}
-							<a class="btn btn-primary btn-block" style="position:absolute; left:20px; bottom:10px; right:20px; height:40px; width:unset;padding-top:6.5px;pointer-events:none;">
+							<a href="{$WEB_ROOT}/clientarea.php?action=services" class="btn btn-primary btn-block" style="position:absolute; left:20px; bottom:10px; right:20px; height:40px; width:unset;padding-top:6.5px;" id="product{$product@iteration}-order-button">
 								{$LANG.alreadyactive}
 							</a>
 						{else}