Преглед на файлове

add customfields to card

andre преди 4 години
родител
ревизия
591ba90339
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      viewcart.tpl

+ 1 - 1
viewcart.tpl

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