Sfoglia il codice sorgente

use zero amount as trial

andre 4 anni fa
parent
commit
c918ec1c2d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      products.tpl

+ 1 - 1
products.tpl

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