فهرست منبع

add customfields to card

andre 4 سال پیش
والد
کامیت
bcd2ddc8b9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      viewcart.tpl

+ 1 - 1
viewcart.tpl

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