Product Compare Page BUG

ThemeBurn SupportForumsOpenCart ThemesBurnEngineProduct Compare Page BUG

This topic has been marked as resolved.

Looks like the tr for summary is not pulling data properly or something on the compare products page.

The code that is rendering this data is:

<tr>
        <td><?php echo $text_summary; ?></td>
        <?php foreach ($products as $product) { ?>
        <td class="description"><?php echo $products[$product['product_id']]['description']; ?></td>
        <?php } ?>
      </tr>

The td class for the title is working, but td.description is blank.

  • This reply was modified 2711 days ago by  TXVaporGuy.
November 16, 2016 at 9:30 pm #53202

Upon testing other themes using BurnEngine, I discovered that on the Technopolis theme, the remove button on the product compare page also does not work.

November 16, 2016 at 9:41 pm #53204

Hi,

The bug with the missing description is confirmed. Unfortunately, this is caused by element visibility settings in Theme Settings > Store > Product Listing. We will supply a solution with the upcoming bugfix release.

BR,
ThemeBurn team

November 18, 2016 at 10:27 am #53292

Confirmed fixed with version 1.1.5

November 21, 2016 at 6:04 pm #53473

Thanks for letting us know.

BR,
ThemeBurn team

November 24, 2016 at 2:01 am #53564
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.