Remove Availability from Product Info

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeRemove Availability from Product Info

This topic has been marked as resolved.

Hi,

I deleted the following lines from /catalog/view/theme/BurnEngine/template/product/product.tpl

<span class="tb_stock_status_”>

I want to remove Availability from the Product Page, however, it still shows. What code needs to be removed to eliminate availability on product info?

May 23, 2017 at 11:23 pm #59277

Hi,

You need to remove these two rows:

<dt><?php echo $text_stock; ?></dt>
<dd><span class="tb_stock_status_<?php echo $product_info['stock_status_id']; ?>"><?php echo $stock; ?></span></dd>

You can clear theme cache afterwards just for a case.

BR,
ThemeBurn team

May 25, 2017 at 10:07 am #59297

I removed those two rows and also cleared cache but the Availability is still showing on product pages.

May 30, 2017 at 1:24 am #59460

After clearing the cache folder from system/cache it worked. Thanks

June 1, 2017 at 7:42 am #59527

Glad to see everything is OK!

BR,
ThemeBurn team

June 4, 2017 at 11:56 pm #59626
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.