Hello,
This is the first project I am creating with Zend. I use session to create a simple shopping cart and want to show it at a pop-up window when users move mouse over a link "My Cart" any time. The codes for pop-up window are located in layout.shtml. How can I access shopping cart info from layout.shtml? Oy how can I assign shopping cart info to variables so it can be rendered in layout.shtml?
Thanks in advance.

