andre пре 4 година
родитељ
комит
7dd7672c9c
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      viewcart.tpl

+ 3 - 1
viewcart.tpl

@@ -308,7 +308,9 @@
                                                             {if $product.customfields}
                                                                 <div>
                                                                     <small>
-                                                                        &nbsp;&raquo; {$product.customfields.0.value}<br />
+                                                                        {if $product.gid == 5 || $product.gid == 7}
+                                                                            &nbsp;&raquo; {$product.customfields.0.value}<br />
+                                                                        {/if}
                                                                     </small>
                                                                 </div>
                                                             {/if}