Checkout address form

  • Posts: 48
  • Thank you received: 3
  • Hikashop Business
2 months 3 weeks ago #362518

-- HikaShop version -- : 5.1.0
-- Joomla version -- : 5.1.2
-- PHP version -- : 8.1

in my checkout address block, when i submit a new address or even delete an address, the whole checkout form submits and goes to next step .. how can i prevent this ?

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

  • Posts: 82681
  • Thank you received: 13331
  • MODERATOR
2 months 3 weeks ago #362520

Hi,

Could you provide the URL of the shop so that we can look at the situation ?

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

  • Posts: 48
  • Thank you received: 3
  • Hikashop Business
2 months 3 weeks ago #362523

i will send you a video
site is not uploaded yet

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

  • Posts: 48
  • Thank you received: 3
  • Hikashop Business
2 months 3 weeks ago #362524

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

  • Posts: 4713
  • Thank you received: 638
  • MODERATOR
2 months 3 weeks ago #362526

Hello,

Sorry for this return but we will need to see directly the context, because it will allow us to go more far in our analysis, and better understand and get solutions.
If required you can use our Contact us form to provide these elements (Url link to the context and Username & password), don't forget to add an Url link to this topic to keep the link.
Regards

Last edit: 2 months 3 weeks ago by Philip.

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

  • Posts: 48
  • Thank you received: 3
  • Hikashop Business
2 months 2 weeks ago #362554

I uploaded the website and send credentioals via contact form

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

  • Posts: 82681
  • Thank you received: 13331
  • MODERATOR
2 months 2 weeks ago #362567

Hi,

Thanks. I think I know what the problem is.
Try changing the line:

			if(!empty($this->workflow['steps'][$this->workflow_step+1]['content']) && $this->workflow['steps'][$this->workflow_step+1]['content'][0]['task'] != 'end' && $block_task != 'cart') {
to:
			if(!empty($this->workflow['steps'][$this->workflow_step+1]['content']) && $this->workflow['steps'][$this->workflow_step+1]['content'][0]['task'] != 'end' && !in_array($block_task, array('cart', 'address'))) {
in the file components/com_hikashop/views/checkout/view.html.php via FTP.
It should hopefully help.
If not please provide a FTP access.
If yes, let us know so that we can include the change on our end.

The following user(s) said Thank You: demoisellegol

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

  • Posts: 48
  • Thank you received: 3
  • Hikashop Business
2 months 2 weeks ago #362569

the problem completely solved.
thanks a mllion times

The following user(s) said Thank You: nicolas

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

  • Posts: 82681
  • Thank you received: 13331
  • MODERATOR
2 months 2 weeks ago #362575

Hi,

Thanks for the feedback. I've published new packages of HikaShop with the patch.

The following user(s) said Thank You: demoisellegol

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

Time to create page: 0.066 seconds
Powered by Kunena Forum