how to Remove Product code

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Themehow to Remove Product code

This topic has been marked as resolved.

Hi,,

I need to remove product code appearing on the product page , please let me know how to do this

i remove the below code from theme product.tpl , but it did not work

please help me ,,,

  • This reply was modified 2274 days ago by  rasika175.
  • This reply was modified 2274 days ago by  rasika175.
January 26, 2018 at 9:59 am #63306

Hi,

The easiest way to do this is to hide it with CSS:

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

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

If you wan to remove the code from the template you need to look for these two rows:

<dt><?php echo $text_model; ?></dt>
<dd><?php echo $model; ?></dd>

BR,
ThemeBurn team

January 30, 2018 at 5:43 pm #63353

Thanks…css code worked

  • This reply was modified 2265 days ago by  rasika175.
February 4, 2018 at 2:55 pm #63418

Glad we’ve helped!

BR,
ThemeBurn team

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