Hey Guys, I need some simple help with some PHP syntax: I have declared this variable: <?php $_groupedPrice = 0; ?> PHP: Now I am trying to display it here: <?php echo $this->$_groupedPrice ?> PHP: But it is not display anything at all. Any suggestions? Best Wishes, Nick