Собственно ответ с темы
Нашел как убрать в VamShop Сравнение товаров.
Надобно открыть 2 файла
product_listing_columns и
product_listing_list, которые находятся в папке по адресу /templates/шаблон/module/product_listing/ и удалить коды содержащие
compare
в
product_listing_columns
{if $CATEGORIES_NAME}
<dd class="itemDescription">
<input type="checkbox" id="s_{$module_data.PRODUCTS_ID}" name="products[]" value="{$module_data.PRODUCTS_ID}" /> {#text_compare#}
</dd>
{/if}
и
{if $CATEGORIES_NAME}
<input type="hidden" name="cat" value="{$smarty.get.cat}" />
{$BUTTON_COMPARE}
</form>
{/if}
в файле
product_listing_list
{if $CATEGORIES_NAME}
<dd class="itemDescription">
<input type="checkbox" id="s_{$module_data.PRODUCTS_ID}" name="products[]" value="{$module_data.PRODUCTS_ID}" /> {#text_compare#}
</dd>
{/if}
и
{if $CATEGORIES_NAME}
<input type="hidden" name="cat" value="{$smarty.get.cat}" />
{$BUTTON_COMPARE}
</form>
{/if}
На этом все