Explorar el Código

use AddTrials value

andre hace 4 años
padre
commit
ff6b474d67
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      products.tpl

+ 2 - 2
products.tpl

@@ -257,9 +257,9 @@
 								{$LANG.tryagain}
 							</a>
 						{elseif ($product.pricing.type eq 'free') && in_array($product.pid, $clientCardFree)}
-							<button class="btn btn-primary btn-block" style="position:relative; left:20px; bottom:10px; right:20px; height:40px; width:100%;padding-top:6.5px;" disabled="disabled">
+							<a class="btn btn-primary btn-block" style="position:absolute; left:20px; bottom:10px; right:20px; height:40px; width:unset;padding-top:6.5px;" disabled="disabled">
 								{$LANG.alreadyincard}
-							</button>
+							</a>
 						{else}
 							<a href="{$WEB_ROOT}/cart.php?a=add&{if $product.bid}bid={$product.bid}{else}pid={$product.pid}{/if}" 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.ordernowbutton}