Questions about Payment Form extension

Possible to place the form in custom_mod? J1.5

More
12 years 11 months ago #9417 by slink
Hi - As the title suggests.... Is it possible to place the form in custom_mod? (joomla 1.5)

I have tried adding the following to my index.php

*/ JPluginHelper::importPlugin('content'); $tmp_row->text =
JResponse::getBody(); $tmp_params = new JParameter(null);
$mainframe->triggerEvent('onMap', array( &$tmp_row, &$tmp_params ),
true ); $mainframe->triggerEvent('onPrepareContent', array(
&$tmp_row, &$tmp_params ), true );
JResponse::setBody($tmp_row->text);


Then i use the plugin syntax in my custom_mod, its does show the form, but the next button does not work...

Have you any suggestions that may help? I know J1.6 allows you to do this, but unfortunatly I am forced to use J1.5 on this occasion.

Many thanks

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc