|
|
@@ -243,11 +243,13 @@
|
|
|
</tr>
|
|
|
</table>
|
|
|
{if ($product.pricing.type == 'free') && in_array($product.pid, $clientPids)}
|
|
|
- blubb
|
|
|
+ <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">
|
|
|
+ alreadyused
|
|
|
+ </div>
|
|
|
{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}
|
|
|
- </a>
|
|
|
+ <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}
|
|
|
+ </a>
|
|
|
{/if}
|
|
|
</table>
|
|
|
</div>
|