Hi there,

pls use $this->addTplParam('name', 'value') instead of 
$this->_aViewData['MyVal'].

best regards
Kristian

        processed by David.fx 
Subject: Re: [oxid-dev-general] Acknowledge Message (02-Apr-2013 15:56)
From:    Kai Gazmaga <[email protected]>
To:      [email protected]


Without looking into the code, I would say overloading the respective 
view-funktions and adding some new values to $this->_aViewData['MyVal'] should 
do the trick. A [{$oView->MyVal}] will give you the value in the 
template-files. To stay update-safe simply use $Return = 
parent::overloadedFunktion(PARAMS) in the funtion of the view, add your custom 
values and return $Return after that.
 
Regards, Kai
 
Von: [email protected] 
[mailto:[email protected]] Im Auftrag von Hardik Badani
Gesendet: Dienstag, 2. April 2013 15:20
An: [email protected]
Betreff: [oxid-dev-general] Acknowledge Message
 
Hi All,
 
I would like to display success message after below actions:
 
- compare
- add to listmania list
- add to wish list
 
So, is there any flag set when this actions happened, based on which I can 
display success message..? 
 
Thanks & Regards
Hardik
_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to