How to remove "Availability" from products' page

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeHow to remove "Availability" from products' page

This topic has been marked as resolved.

Hi,

As in title I want to remove availability from products’ page.

Thanks,
Abbas.

October 5, 2016 at 1:51 am #51757
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
October 6, 2016 at 11:32 pm #51826

I do not recommend this approach, this is sloppy because on future updates of the theme, this change would be overwritten.

I would recommend writing a VQMod or otherwise to comment out these lines so you are not faced with having to do this removal on each update of the theme.

**Update, I am sharing a file that should fix it if you are using Burn Engine version of Pavilion.

  • This reply was modified 2759 days ago by  TXVaporGuy.
October 6, 2016 at 11:35 pm #51828

@TXVaporGuy

Do not forget to zip any files you want to attach (besides images).

October 6, 2016 at 11:46 pm #51831

Okay, here is the zipped file that is suitable for use with BurnEngine Pavilion theme.

October 7, 2016 at 12:59 am #51838

@TXVaporGuy

Thanks for sharing!

BR,
ThemeBurn team

October 10, 2016 at 1:19 am #51914

Another way is to use Custom CSS to “hide” the availability:

Pavilion:
#product_info dl dt:first-child, #product_info dl dt:first-child+dd {display:none;}

BurnEngine:
.tb_widget_product_info_system dl dt:first-child, .tb_widget_product_info_system dl dt:first-child+dd {display:none;}

October 11, 2016 at 9:30 pm #52008

@webform

Thanks for sharing your fix too :)

BR,
ThemeBurn team

October 13, 2016 at 10:13 pm #52099
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.