first1 Posted May 8, 2009 Share Posted May 8, 2009 I have multiple carriers, -when i get to the shipment page, all my 4 carriers are listed correctly, but again the radio button is selected randomly everytime, how can i make it automatically selecting the default carrier?-How can I arrange or list the carriers by price (the cheapest on the top and the most expensive at the bottom)? Link to comment Share on other sites More sharing options...
Tine Chem Posted October 9, 2009 Share Posted October 9, 2009 I am also very interested in this solution. Anyone?? Link to comment Share on other sites More sharing options...
jaimeweb Posted November 17, 2010 Share Posted November 17, 2010 Is there a solution for this? Link to comment Share on other sites More sharing options...
CTDAN Posted January 9, 2011 Share Posted January 9, 2011 Make sure you have a default carrier select in BO Shipping>>CarriersFor sorting carriers by price add this to your orders.php around line 365 after $resultsArray[] = $row; } function priceSort($a,$ { return strcmp($a["price"], $b["price"]); } usort($resultsArray, "priceSort"); Link to comment Share on other sites More sharing options...
zenerol Posted May 5, 2012 Share Posted May 5, 2012 I can not get this code to work (presta 1.3). I have tried this suggested code in multiple places, where I have found $resultsArrary[] = $row; Anyone else get this to work or have another solution? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now