External Modules not working

ThemeBurn SupportForumsOpenCart ThemesBurnEngineExternal Modules not working

This topic has been marked as not resolved.

Hi Themeburn Team,

I find that external modules are not working when I use them the way you describe (meaning “register” them with BurnEngine and then adding them via the BurnEditor). After some fiddling around I found that I could use them the normal way when doing the following:

IN:
/catalog/view/theme/BurnEngine/template/information/information.tpl

REPLACE:

WITH:

Is there any problem with that solution? If not would it be possible to integrate that in your next release so that I would not have to change it with every update? Since this allows all modules to work the way they should (meaning to use modules / layouts from opencart) it might make sense to increase the compatibility with external modules.

Please let me know what you think.

Thanks & best,
Torge

September 5, 2017 at 10:12 pm #61408

Hi Torge,

Please wrap any code with:

<code>
put code here
</code>

BR,
ThemeBurn team

September 6, 2017 at 11:52 am #61425

Hi TB-team,

ok.

IN:
/catalog/view/theme/BurnEngine/template/information/information.tpl

REPLACE:


<?php ${'content_top'} = ${'content_bottom'} = ''; ?>

WITH:


<?php ${'content_top'} = ''; ?>

Best,
Torge

September 18, 2017 at 9:41 am #61664

Hi Torge,

Generally there is no problem to make this modification, but the idea behind it was to disable default OpenCart module position, since we cannot control it.

If you have some problem with exporting modules for Page Builder, can you please provide a live example? We will also need you to name the problematic modules.

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

September 25, 2017 at 12:42 am #61790

Hi ThemeBurn team,

would it be OK for you to test it in your environment? Because I currently have it deinstalled in my shop and my DEV is broken since I am working on something else. The extension is called “Form Builder Pro”. For testing purposes you can download it here:

Thanks & best,
Torge

PS: I still think that your theme is the best there is. However, since your solution is very custom I guess you have problems with external modules more often than not. So maybe you should ease up on the premise that everything has to work via PageBuilder. I am not Engineer and do not know the implications of this but it might make your theme more compatible with other modules.

September 25, 2017 at 8:35 am #61791
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.