andre 4 лет назад
Родитель
Сommit
df9bd4d45d
1 измененных файлов с 24 добавлено и 0 удалено
  1. 24 0
      templates/configureproduct.tpl

+ 24 - 0
templates/configureproduct.tpl

@@ -324,6 +324,30 @@ var _localLang = {
                                     </div>
                                 </td>
                               </tr>
+                              <tr>
+                                <td align='left'>
+                                    <div class="form-group">
+                                        <label for="customfield{$customfields[4].id}">{$customfields[4].name}</label>
+                                        {$customfields[4].input}
+                                        {if $customfields[4].description}
+                                            <span class="field-help-text">
+                                                {$customfields[4].description}
+                                            </span>
+                                        {/if}
+                                    </div>
+                                </td>
+                                <td align='left'>
+                                    <div class="form-group">
+                                        <label for="customfield{$customfields[5].id}">{$customfields[5].name}</label>
+                                        {$customfields[5].input}
+                                        {if $customfields[5].description}
+                                            <span class="field-help-text">
+                                                {$customfields[5].description}
+                                            </span>
+                                        {/if}
+                                    </div>
+                                </td>
+                              </tr>
                             </table>
                                 {foreach $customfields as $customfield}
                                     <div class="form-group">