Shipping method descrition not showing

  • Posts: 12953
  • Thank you received: 1778
10 years 4 months ago #164948

Ok, also if you are using a SEF module / SEF options, can you disable it and try it again ?

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

  • Posts: 392
  • Thank you received: 0
10 years 4 months ago #165055

Hi Mohamed,

I tried turning off sef in global config, then tried turning off all the sef options in HS backend. I also tried turning off ssl redirect plugin, and www to non www plugin also.

None of these seem to work. I dont have any other sef modules/extensions installed.

Also, now the customers are unable to choose standard shipping option. When clicking on the standard shipping, it stays on express shipping.

Thanks :)

Last edit: 10 years 4 months ago by Bugger101.

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

  • Posts: 12953
  • Thank you received: 1778
10 years 3 months ago #165792

Hello,
Regarding your ordering issue, can you edit the "administrator\components\com_hikashop\classes\shipping.php" file, and change these lines :

if(empty($usable_methods)) {
	$errors['no_rates'] = JText::_('NO_SHIPPING_METHOD_FOUND');
	$this->errors = $errors;
	return $usable_methods;
}
By :
if(empty($usable_methods)) {
	$errors['no_rates'] = JText::_('NO_SHIPPING_METHOD_FOUND');
	$this->errors = $errors;
	return $usable_methods;
}else{
	foreach ($usable_methods as $key => $shipping_method) {
		$shipping_ordering[$key]  = $shipping_method -> shipping_ordering;
	}
	array_multisort($shipping_ordering, SORT_ASC, $usable_methods);
}

Last edit: 10 years 3 months ago by Mohamed Thelji.
The following user(s) said Thank You: Bugger101

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

  • Posts: 392
  • Thank you received: 0
10 years 3 months ago #167930

Thanks Mohammed,

This works, however, when customers try to swap the shipping option, the price is not changing, but the shipping option is. I have turned it off because it is making us lose sales.

I can PM you backend access :)

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

  • Posts: 12953
  • Thank you received: 1778
10 years 3 months ago #168013

Hello and thanks for the back-end access, can you also give me more detail about what you said through some screenshots for example ?

when customers try to swap the shipping option, the price is not changing, but the shipping option is

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

Time to create page: 0.064 seconds
Powered by Kunena Forum