Преглед изворни кода

double trial bugfix shoppingcard

andre пре 3 година
родитељ
комит
c2f3c23cd1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      products.tpl

+ 1 - 1
products.tpl

@@ -258,7 +258,7 @@
 								{$LANG.alreadyincard}
 								{$LANG.alreadyincard}
 							</a>
 							</a>
 						{elseif ($product.pricing.type eq 'free') && in_array($product.pid, $clientActiveFree)}
 						{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}
 								{$LANG.alreadyactive}
 							</a>
 							</a>
 						{else}
 						{else}