Parcourir la source

remove payment singens if free product

andre il y a 4 ans
Parent
commit
6f4bedf418
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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>