|
Hi,
i want to show custom options of products in my custom module. I’ve got a custom module that shows all products of a single category and displays the containing products with product image and an addToCart-button. (like a product slider)
Now i would like to show the product’s custom options per product in my product slider module:
<block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label"> <label>Info Column Options Wrapper</label> . . . </block>
But i get “PHP Fatal error: Call to a member function getMetaTitle() on a non-object in ........... Product/View.php”, when i put this xml in my module’s layout xml.
Is this possible at all?
Thank you!
|