Change shipping order on checkout

  • Posts: 21
  • Thank you received: 7
11 years 6 months ago #134211

-- url of the page with the problem -- : coffeeflavorings.com/order/checkout/step/step-1.html
-- HikaShop version -- : 2.2.2
-- Joomla version -- : 2.5.16
-- PHP version -- : 5.3.27
-- Browser(s) name and version -- : IE 10
-- Error-message(debug-mod must be tuned on) -- : Error_message

How can I show the cheapest shipping method during checkout?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #134233

Hi,
There is no option to do that, the only way will be to :
1. only publish the service which have the cheapest price
2. directly edit the content of your shipping plugin

Please Log in or Create an account to join the conversation.

  • Posts: 21
  • Thank you received: 7
11 years 6 months ago #134259

Thanks for the reply
You guys should consider changing the order on the next release.
Cheapest shipping cost should always be first.
I went ahead and updated the MySQL/PHP and fixed it but I know your next update will just reverse my changes if you don't update yours.

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #134286

Ok,
Can you tell me what do you want exactly to do ? because I think that this will easily be done by sorting the $usable_rates variable of the "usps.php" file of your plugin through these lines :

foreach($rates as $finalRate) {
	$usable_rates[$finalRate->shipping_id] = $finalRate;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.074 seconds
Powered by Kunena Forum