Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

'Best Rate' Shipping


Guest

Recommended Posts

hi, we are trying to add the shipping option 'collect from shop' to our website, but we dont want this to be the default shipping option. However because it is the cheapest (?0) it is at the top as 'best rate' even though the sort order it is set to should have it at the bottom of the shipping options.

 

Ive had a look/search but i cant seem to find any reference to how you disable this best rate feature or just remove the code for it. Is it possible?

 

thank you

Link to comment
Share on other sites

hi, we are trying to add the shipping option 'collect from shop' to our website, but we dont want this to be the default shipping option. However because it is the cheapest (?0) it is at the top as 'best rate' even though the sort order it is set to should have it at the bottom of the shipping options.

 

Ive had a look/search but i cant seem to find any reference to how you disable this best rate feature or just remove the code for it. Is it possible?

 

thank you

 

In my store I have the Flat rate shipping option set to sort order number 1, and the collection option set to sort order number 2, and it displays in the order. I had a problem if I set anything to sort order 0 though.

 

If you don't want it to select the cheapest payment option by default, delete following code from catalog/checkout_shipping.php on line 143:

 

$shipping = $shipping_modules->cheapest()

Link to comment
Share on other sites

In my store I have the Flat rate shipping option set to sort order number 1, and the collection option set to sort order number 2, and it displays in the order. I had a problem if I set anything to sort order 0 though.

 

If you don't want it to select the cheapest payment option by default, delete following code from catalog/checkout_shipping.php on line 143:

 

$shipping = $shipping_modules->cheapest()

 

Thank you very much. i appreciate it. :thumbsup:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...