Hello Mate,
Yes, we can not do it in admin panel. You should edit the file “app/design/frontend/ves_mode/default/layout/local.xml” then find code:
<catalog_product_view translate=”label”>
<label>Catalog Product View (Any)</label>
<reference name=”product.info”>
<block type=”cms/block” name=”shipping.quote”>
<action method=”setBlockId”><block_id>product_shipping_quote</block_id></action>
</block>
</reference></catalog_product_view>
Replace to:
<catalog_product_view translate=”label”>
<label>Catalog Product View (Any)</label>
<remove name=”ves_sidebarpanel.list”/>
<reference name=”product.info”>
<block type=”cms/block” name=”shipping.quote”>
<action method=”setBlockId”><block_id>product_shipping_quote</block_id></action>
</block>
</reference></catalog_product_view>
The solution, we remove the block name “ves_sidebarpanel.list” for the catalog product view page only.