Browse Source

add customfields to card

andre 4 years ago
parent
commit
e583dd5edc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      viewcart.tpl

+ 1 - 1
viewcart.tpl

@@ -306,7 +306,7 @@
                                                                 </div>
                                                             {/if}
                                                             {if $product.customfields}
-                                                                <div class="item-configoption">
+                                                                <div class="item-customfield">
                                                                     <small>
                                                                         {foreach key=confnum item=customfield from=$product.customfields}
                                                                             &nbsp;&raquo; {$customfield.name}: {$customfield.value}<br />