Jelajahi Sumber

add customfields to card

andre 4 tahun lalu
induk
melakukan
cb0712df69
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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; {$customfield.name}: {$customfield.value}<br />
                                                                     </small>
                                                                     </small>
                                                                 </div>
                                                                 </div>
                                                             {/if}
                                                             {/if}