Magento Expert Forum - Improve your Magento experience
-
Multishipping Order Issue
Hi All,
I'm running into an issue with multishipping not proceeding from overview to success. The site in question has quite a bit of customization, but it is working successfully on my test server... so I'm pretty stumped. Any help would be greatly appreciated. Error logs below. When the user makes it to the overview step and hits submit (to send the order) the site redirects back to the addresses page.
2014-07-20T07:07:26+00:00 ERR (3):
exception 'Mage_Core_Exception' with message 'Invalid block type: Mage_Static_Block_Assets_Includes' in /home/content/r/e/d/redbrickusa/html/traderbobmag/app/Mage.php:595
Stack trace:
#0 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('Invalid block t...')
#1 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('static/assets_i...', Array)
#2 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('static/assets_i...', 'assets_includes...')
#3 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('static/assets_i...', 'assets_includes...')
#4 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Model/Layout.php(205): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Elem ent), Object(Mage_Core_Model_Layout_Element))
#5 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Elem ent))
#6 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Elem ent))
#7 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()
#8 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Controller/Varien/Action.php(269): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#9 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Checkout/controllers/MultishippingController.php(221): Mage_Core_Controller_Varien_Action->loadLayout()
#10 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Checkout_MultishippingController->addressesAction()
#11 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('addresses')
#12 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http) )
#13 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#14 /home/content/r/e/d/redbrickusa/html/traderbobmag/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#15 /home/content/r/e/d/redbrickusa/html/traderbobmag/index.php(87): Mage::run('', 'store')
#16 {main}
2014-07-20T06:55:52+00:00 ERR (3): Notice: Undefined index: qty in /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Checkout/Model/Type/Multishipping.php on line 218
2014-07-20T06:55:52+00:00 ERR (3): Notice: Undefined index: qty in /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Checkout/Model/Type/Multishipping.php on line 218
2014-07-20T07:00:01+00:00 ERR (3): Notice: Undefined index: qty in /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Checkout/Model/Type/Multishipping.php on line 218
2014-07-20T07:00:01+00:00 ERR (3): Notice: Undefined index: qty in /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Checkout/Model/Type/Multishipping.php on line 218
2014-07-20T07:06:37+00:00 ERR (3): Notice: Undefined index: qty in /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Checkout/Model/Type/Multishipping.php on line 218
2014-07-20T07:06:37+00:00 ERR (3): Notice: Undefined index: qty in /home/content/r/e/d/redbrickusa/html/traderbobmag/app/code/core/Mage/Checkout/Model/Type/Multishipping.php on line 218
View more threads in the same category:
-
-
Solved!
In going through the site custom page by custom page I discovered that I had mistakenly deleted the formkey block creation function in the overview.html page. So the form was calling a block with no key.
File path was app/design/frontend/[theme]/template/checkout/multishipping/overview.html
Needed to re-include getBlockHtml('formkey'); ?> immediately following the form open tag.
-
-
Moderator
It 's nice to hear to solved the problem
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks