Explorar el Código

remove payment singens if free product

andre hace 4 años
padre
commit
6f4bedf418
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      templates/clientarea.tpl

+ 4 - 0
templates/clientarea.tpl

@@ -97,6 +97,10 @@
                       <span class="list-text">{$paymentmethod}</span>
                     </li>
                   {else}
+                    <li>
+                      <span class="list-heading">Trial Account</span>
+                      <span class="list-text">Restlaufzeit: {14 - $smarty.now() - $regdate}</span>
+                    </li>
                   {/if}
                 </ul>
               </div>