Hi Micheal,
I have a question. In the shop, I created categories and next to the categories, there are numbers of the Items in that category. Where can I delete this number?
in Template: microcart_main, I found this lines:
PHP Code:
{vb:raw horizontalcategories}
<vb:if condition="$category_products">
{vb:raw category_products}
<vb:if condition="$pagenav">
<div align="right" style="margin-top:5px;">{vb:raw pagenav}</div>
</vb:if>
<vb:else />
<vb:if condition="$catid>0">
{vb:raw category_empty}
<br />
</vb:if>
<vb:if condition="$frontpage_products">
{vb:raw frontpage_products}<br />
</vb:if>
</vb:if>
I did try to delete every single line, but I couldnt delete the numbers.
Help
Hoan