I want to influence product rendering (passing $params
to Mage_Catalog_Helper_Product_View::prepareAndRender()
) and registered an observer on the controller_action_predispatch_catalog_product_view
event.
rendering is working fine, but the original catalog/product/view
action is still executed and so two products are displayed.
How can I stop the dispatching during the pre-dispatch observer?