浏览代码

add customfields to card

andre 4 年之前
父节点
当前提交
cb0712df69
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      viewcart.tpl

+ 1 - 1
viewcart.tpl

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