Guest Posted February 28, 2008 Posted February 28, 2008 Hopefully this is not been posted already, I have looked all over this forum so sorry in advance if it is. With that said I have installed the MVS V1.0 Multi Vendor Shipping mod and everything seams to be working well until the very end of the checkout processes. I get this error: Warning: Invalid argument supplied for foreach() in/home/public_html/catalog/checkout_process.php on line 125 Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/catalog/checkout_process.php:125) in /home/public_html/catalog/includes/functions/general.php on line 33 I checked the lines and they all match with the install instructions. Any help on this subject would be greatly appreciated. Thank you in advance. Quote
Guest Posted February 29, 2008 Posted February 29, 2008 Hopefully this is not been posted already, I have looked all over this forum so sorry in advance if it is. With that said I have installed the MVS V1.0 Multi Vendor Shipping mod and everything seams to be working well until the very end of the checkout processes. I get this error: Warning: Invalid argument supplied for foreach() in/home/public_html/catalog/checkout_process.php on line 125 Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/catalog/checkout_process.php:125) in /home/public_html/catalog/includes/functions/general.php on line 33 I checked the lines and they all match with the install instructions. Any help on this subject would be greatly appreciated. Thank you in advance. I fixed it! I changed this line in checkout_process.php: foreach ($shipping_array as $vendors_id => $shipping_data) { to foreach ((array)$shipping_array as $vendors_id => $shipping_data) { Hope this helps someone else! :D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.