Explorar el Código

add customfields to card

andre hace 4 años
padre
commit
bcd2ddc8b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}