MCQs > IT & Programming > Magento > Which will add a new custom block on the product details page after the media block, using a custom module?

Magento MCQs

Which of the following will add a new custom block on the product details page after the media block, using a custom module?

Answer

Correct Answer: <reference name="product.info"> <block type="mymodule/folder_class" after="media" name="mymodule.folder.class" template="mymodule/folder/class.phtml" as="mymodule_folder_class"></block> </reference> <?php echo $this->getChildHtml('mymodule_folder_class');?>

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Magento Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Magento Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it