Procházet zdrojové kódy

add customfields to card

andre před 4 roky
rodič
revize
7fd9b3a931
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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[1]->name}: {$customfield[1]->value}<br />
+                                                                        &nbsp;&raquo; {$customfields.0.name}: {$customfields.0.value}<br />
                                                                     </small>
                                                                     </small>
                                                                 </div>
                                                                 </div>
                                                             {/if}
                                                             {/if}