[TYPO3-shop] tt_products 2.7.0
Matt Sturkenboom
m.sturkenboom at gmail.com
Sat Sep 27 16:49:10 CEST 2008
I got it working now!
in *_control.php I changed the following :
This :
$mainMarkerArray['###MESSAGE_PAYMENT_SCRIPT###'] =
$this->processPayment($bFinalize, $basketView, $infoViewObj);
To this:
$content .= $this->processPayment($bFinalize, $basketView, $infoViewObj);
2008/9/26 Matt Sturkenboom <m.sturkenboom at gmail.com>:
> The code didn't solved the problem. I hope you understand what the problem is?
> The script payment.php gets called and when i put an 'echo $content'
> at the end of the script the content gets displayed at the top of the
> browser.
>
> Like this:
>
> <div id=ideal>
> test...
> </div>
> <html>
> <head>
> ......etc
>
> So it looks like the content is replaced later.
>
>
>
> 2008/9/26 Franz Holzinger <franz at fholzinger.com>:
>> Matt Sturkenboom a écrit :
>>> This is the code of payment.php and when I echo the content I see i
>>> reads the template file but i it does not show it:
>>
>> Change in view/class.tx_ttproducts_basket_view.php:
>>
>>
>> $markerArray = array();
>> if (isset($mainMarkerArray) && is_array($mainMarkerArray)) {
>> $markerArray = array_merge($markerArray, $mainMarkerArray);
>> }
>>
>>
>> But in your script you generate some output. I cannot see this, because
>> I do not have the file ideal.tmpl .
>>
>>
>> - Franz
>>
>>
>>
>> _______________________________________________
>> TYPO3-project-tt-products mailing list
>> TYPO3-project-tt-products at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-tt-products
>>
> _______________________________________________
> TYPO3-project-tt-products mailing list
> TYPO3-project-tt-products at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-tt-products
>
More information about the TYPO3-project-tt-products
mailing list