Browse Source

add customfields to card

andre 4 years ago
parent
commit
5e6df60a2a
1 changed files with 1 additions and 1 deletions
  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; {$customfields.0.name}: {$customfields.0.value}<br />
+                                                                        &nbsp;&raquo; {$customfields.1.name}: {$customfields.1.value}<br />
                                                                     </small>
                                                                     </small>
                                                                 </div>
                                                                 </div>
                                                             {/if}
                                                             {/if}