Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
CalcBuilder as Tab into Virtuemart Product 24.02.2015 12:28
Hello,
can you help me a little bit.
i bought your basic version and tryed to get your tool into a product but without success.
in attachment you can find a link for a sample product. (Link: http://goo.gl/dJN4nQ )
i want that it look like in the screenshots
screen1: http://goo.gl/nkqVsv
screen2: http://goo.gl/AkKjNi
thanks a lot for help
best regards
ted
can you help me a little bit.
i bought your basic version and tryed to get your tool into a product but without success.
in attachment you can find a link for a sample product. (Link: http://goo.gl/dJN4nQ )
i want that it look like in the screenshots
screen1: http://goo.gl/nkqVsv
screen2: http://goo.gl/AkKjNi
thanks a lot for help
best regards
ted
Re: CalcBuilder as Tab into Virtuemart Product 24.02.2015 13:20
Hello,
calcbuilder is a standard module, so you can load it at any position of your template using module configuration. In order to load a module inside an specific section (like a tab inside a virtuemart product), you'd need to know how that section is built, maybe you're using a plugin or a customized template to build the tabs, you can ask your extension or template support about how to load a module inside that content, maybe there is any position of the template you can choose at the module to show it there.
If tabs are created as a custom template and thus there is php code involved, you could add these php lines to load a joomla module, this is joomla standard, not only related to calcbuilder but for any other module:
jimport( 'joomla.application.module.helper' );
$module = JModuleHelper::getModule( 'calcbuilder', 'CalcBuilder' );
echo JModuleHelper::renderModule( $module );
Where the second 'Calcbuilder' is the name/title of your calcbuilder module.
If you can provide more details about how your tabs are built, please place a ticket at the helpdesk, there we can share code and files if needed.
Hope this helps, regards
Moonsoft Team
www.moonsoft.es
calcbuilder is a standard module, so you can load it at any position of your template using module configuration. In order to load a module inside an specific section (like a tab inside a virtuemart product), you'd need to know how that section is built, maybe you're using a plugin or a customized template to build the tabs, you can ask your extension or template support about how to load a module inside that content, maybe there is any position of the template you can choose at the module to show it there.
If tabs are created as a custom template and thus there is php code involved, you could add these php lines to load a joomla module, this is joomla standard, not only related to calcbuilder but for any other module:
jimport( 'joomla.application.module.helper' );
$module = JModuleHelper::getModule( 'calcbuilder', 'CalcBuilder' );
echo JModuleHelper::renderModule( $module );
Where the second 'Calcbuilder' is the name/title of your calcbuilder module.
If you can provide more details about how your tabs are built, please place a ticket at the helpdesk, there we can share code and files if needed.
Hope this helps, regards
Moonsoft Team
www.moonsoft.es