Explorar el Código

remove payment singens if free product

andre hace 4 años
padre
commit
9c7ec4ec9f
Se han modificado 1 ficheros con 4 adiciones y 5 borrados
  1. 4 5
      templates/clientarea.tpl

+ 4 - 5
templates/clientarea.tpl

@@ -5,7 +5,6 @@
  * Customized ny thurdata
  **********************************************************
 *}
-{debug}
 {if $modulechangepwresult}
   {if $modulechangepwresult == "success"}
     {include file="$template/includes/alert.tpl" type="success" msg=$modulechangepasswordmessage textcenter=true}
@@ -93,12 +92,12 @@
                         <span class="list-text">{$nextduedate}</span>
                       </li>
                     {/if}
+                    <li>
+                      <span class="list-heading">{$LANG.orderpaymentmethod}</span>
+                      <span class="list-text">{$paymentmethod}</span>
+                    </li>
                   {else}
                   {/if}
-                  <li>
-                    <span class="list-heading">{$LANG.orderpaymentmethod}</span>
-                    <span class="list-text">{$paymentmethod}</span>
-                  </li>
                 </ul>
               </div>
             </div>