Browse Source

use zero amount as trial

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

+ 1 - 1
products.tpl

@@ -171,7 +171,7 @@
 							    <tr style="height:60px;">
 								<td> <!-- Price -->
 									{if $product.bid}
-								    {elseif $product.paytype eq "free"}
+								    {elseif $product.pricing.minprice.price->toNumeric() == 0.00}
 									<mark style="font-size:160%;background-color:#2368AD;">{$LANG.orderfree}</mark>
 								    {elseif $product.paytype eq "onetime"}
 									<span>{$product.pricing.onetime} </span>{$LANG.orderpaymenttermonetime}