Adding content

This topic has been marked as not resolved.

I need to add some personal contents for example a tab with personnal php code for bundled products and maybe documents.

How can I achieve adding those contents.

 

Thanks

January 13, 2017 at 5:07 pm #55420

Hello

I think I have found the solution…
I managed to add a new tab since I understood the way content is created with slotstart slotstop in product.tpl and the way it is called from system Product….SystemWidget.

Very nice job and easy way to add content.

Thanks as I will be able to do all my expected change.

January 15, 2017 at 2:51 pm #55449

Hi,

If you want to add custom blocks to the product details page
(catalog/view/theme/BurnEngine/template/product/product.tpl), you need to use this slot syntax:

<?php $tbData ->slotStart( 'product/product.SLOT_NAME' , array ( 'data' => $data )); ?>
PRODUCT SLOT CONTENT (CODE)
<?php $tbData ->slotStop(); ?>

You can use vqmod or ocmod if you don’t want to modify the BurnEngine template directly. Custom slots should be inserted right before <?php echo $footer ; ?>

BR,
ThemeBurn team

January 18, 2017 at 12:04 am #55556
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.