I'm using Magento 1.7
I've created a custom page layout (parallaxe.phtml)
A product is associated to this custom page layout.
I'm on the product view page, my custom layout page is showing.
I want to acces my product's informations directly from this page.
$_product = $this->getProduct();
returns null
:(
Any idea ?