CalcBuilder Forum

CalcBuilder as Tab into Virtuemart Product

User DeXeS 2015-02-24 12:28:59

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

Moonsoft support 2015-02-24 13:20:50

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

...
List Manager

Build different lists for your site

Buy now!
...
CalcBuilder

Create dynamic calculators

Buy now!