Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Mvs - Error_no_shipping_selected_selected


  • You cannot reply to this topic
3 replies to this topic

#1 mangus580

  • Community Member
  • 8 posts
  • Real Name:Mike

Posted 13 June 2007, 17:58

Ok, I am tearing my hair out here. I keep getting this error ERROR_NO_SHIPPING_SELECTED_SELECTED. It works fine if I accept the default shipping of ground, but if I choose any other method this pops up.

Does anyone have any ideas?

www.odiron.com is the store.

#2 mangus580

  • Community Member
  • 8 posts
  • Real Name:Mike

Posted 14 June 2007, 15:30

Wow, a whoppin 8 views??

Guess I need to post in the mongrel MVS thread? thats totally 'unsearchable', and useless IMO...

#3 mangus580

  • Community Member
  • 8 posts
  • Real Name:Mike

Posted 18 June 2007, 12:31

Anyone??

#4 Simpel

  • Community Member
  • 96 posts
  • Real Name:de wit

Posted 18 November 2011, 08:35

Change in checkout_payment.php
  tep_redirect (tep_href_link (FILENAME_CHECKOUT_SHIPPING, 'error_message=' . ERROR_NO_SHIPPING_SELECTED_SELECTED, 'SSL'));

to
 tep_redirect (tep_href_link (FILENAME_CHECKOUT_SHIPPING, 'error_message=' . ERROR_NO_SHIPPING_SELECTED, 'SSL'));

Edited by Simpel, 18 November 2011, 08:35.