[TYPO3-commerce] Too many messages after completing order
Ingo Schmitt
mailinglisten at i-schmitt.de
Fri Aug 31 23:44:48 CEST 2007
Hi Loek
> Hi Ingo,
>
> I checked out the latest revision from SVN, but the problem remains (I
> already had a very recent version).
> Sebastian's suggestion would of course be a quick work-around but I
> think that would only suppress the error messages, also if there would
> be real errors.
>
> I receive the finish_message_noemail messages even though the emails are
> being sent properly.
>
> Starting from line 1040 in class.tx_commerce_pi3.php it says:
>
> if (($this->userMailOK==true) && ($this->adminMailOK==true)) {
> $markerArray['###FINISH_MESSAGE_EMAIL###'] =
> $this->pi_getLL('finish_message_email');
> $markerArray['###FINISH_MESSAGE_NOEMAIL###'] = '';
> }else{
> $markerArray['###FINISH_MESSAGE_NOEMAIL###'] =
> $this->pi_getLL('finish_message_noemail');
> $markerArray['###FINISH_MESSAGE_EMAIL###'] = '';
> }
>
> It appears that $this->userMailOK and $this->adminMailOK are both empty,
> when I guess they should be TRUE at this point.
>
They should be true, if the emailadresses you have used are valid.
Could you set $this->debug to true (line 81) and check your output?
Regards
ingo
> Loek
>
>
>
> Ingo Schmitt wrote:
>> Hi,
>>> Loek Hilgersom wrote:
>>>
>>>> ###FINISH_MESSAGE_GOOD### ###FINISH_MESSAGE_BAD###
>>>> ###FINISH_MESSAGE_EMAIL### ###FINISH_MESSAGE_NOEMAIL###
>>>> ###FINISH_MESSAGE_THANKYOU###
>>>> Should I report it as a bug or did I miss something?
>>>
>>>
>>> As far as I know, this is only a templating-issue, so we solved this
>>> with removing the markers - this was VolkerĀ“s suggestion.
>>>
>>
>> AFIK i fixed this issue in the current svn.
>>
>> ingo
>>
>>> Kind regards,
>>>
>>> Sebastian
>>>
>>
>>
>> Mit freundlichen Gruessen
Mit freundlichen Gruessen
--
Ingo Schmitt mailto:is at marketing-factory.de
Marketing Factory Consulting GmbH http://typo3.marketing-factory.de/
Content Management mit Typo3: Beratung - Schulung - Realisierung
More information about the TYPO3-project-commerce
mailing list