MCQs > IT & Programming > Magento > How can programmatically added bundle products be shown in Magento's front-end?

Magento MCQs

How can programmatically added bundle products be shown in Magento's front-end?

Answer

Correct Answer: By using the following codes: Mage::register('product', $product); Mage::register('current_product', $product); $product->setCanSaveConfigurableAttributes(false); $product->setCanSaveCustomOptions(true);

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