andre 4 лет назад
Родитель
Сommit
228f6b3275
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      viewcart.tpl

+ 1 - 1
viewcart.tpl

@@ -308,7 +308,7 @@
                                                             {if $product.customfields}
                                                             {if $product.customfields}
                                                                 <div>
                                                                 <div>
                                                                     <small>
                                                                     <small>
-                                                                        &nbsp;&raquo; {$customfield.name}: {$customfield.value}<br />
+                                                                        &nbsp;&raquo; {$customfield[0]->name}: {$customfield[0]->value}<br />
                                                                     </small>
                                                                     </small>
                                                                 </div>
                                                                 </div>
                                                             {/if}
                                                             {/if}