Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MVS V1.0 Multi Vendor Shipping Checkout Success Error


Recommended Posts

Posted

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.

Posted
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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...