Ver Fonte

add customfields to card

andre há 4 anos atrás
pai
commit
591ba90339
1 ficheiros alterados com 1 adições e 1 exclusões
  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.1.name}: {$customfields.1.value}<br />
+                                                                        &nbsp;&raquo; {$customfields[0]->name}: {$customfields[0]->value}<br />
                                                                     </small>
                                                                     </small>
                                                                 </div>
                                                                 </div>
                                                             {/if}
                                                             {/if}