|
|
@@ -257,13 +257,13 @@
|
|
|
{$LANG.tryagain}
|
|
|
</a>
|
|
|
{elseif ($product.pricing.type eq 'free') && in_array($product.pid, $clientCardFree)}
|
|
|
- <a href="{$WEB_ROOT}/submitticket.php?step=2&deptid=1&subject={$LANG.tryagain} {$product.name}" class="btn btn-primary btn-block" style="position:absolute; left:20px; bottom:10px; right:20px; height:40px; width:unset;padding-top:6.5px;">
|
|
|
+ <div class="btn btn-primary btn-block" style="position:absolute; left:20px; bottom:10px; right:20px; height:40px; width:unset;padding-top:6.5px;">
|
|
|
{$LANG.alreadyincard}
|
|
|
- </a>
|
|
|
+ </div>
|
|
|
{else}
|
|
|
- <div 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">
|
|
|
+ <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}
|
|
|
- </div>
|
|
|
+ </a>
|
|
|
{/if}
|
|
|
</table>
|
|
|
</div>
|