Checkout page showing billing address twice

  • Posts: 13201
  • Thank you received: 2322
9 years 5 months ago #181413

Hi,

So please continue on the other thread ;)

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

  • Posts: 13201
  • Thank you received: 2322
9 years 5 months ago #181954

Hi,

Please check your checkout workflow settings and see if you don't have the address step present twice.

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

  • Posts: 14
  • Thank you received: 0
9 years 4 months ago #182450

It is as follows:

cart_address_login_shipping_payment_status_fields_confirm,end

Can you please tell me what is wrong there?

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

  • Posts: 13201
  • Thank you received: 2322
9 years 4 months ago #182616

Hi,

We just made few fixes about that, please try to edit the file "administrator/components/com_hikashop/classes/address.php" and replace:

		$currentTask = 'shipping_address';
		if( (empty($task) || $task == $currentTask) && !empty($data[$currentTask])) {
By:
		$same_address = JRequest::getString('same_address');
		$currentTask = 'shipping_address';
		if( (empty($task) || $task == $currentTask) && !empty($data[$currentTask]) && $same_address != 'yes') {

If this code solve your issue, so it was coming from a check done on the shipping address even if the "use same address" checkbox is checked.

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

Time to create page: 0.075 seconds
Powered by Kunena Forum