- Posts: 135
- Thank you received: 3
Checkout looping between Shipment and Payment
- simonkloostra
-
Topic Author
- Offline
Now when I go to the checkout (using the following workflow: address,shipping,payment,confirm_cart_status_fields_terms,end), I can select the Shipment, and then the Payment method, but then the previous screen is being returned, saying I did not select any Transfer method. Also I noticed I can now by bypass the Shipment page without selecting anything, only when I reach the Payment page, the Shipment step is being checked.
I could more or less fix this issue by publishing the cheque payment plugin again, and the checkout worked, but now I found on the confirmation screen that even when selecting Bank transfer, still Cheque payment was confirmed as the chosen method.
Looks like the payment plugins are quite mixed up...
Please Log in or Create an account to join the conversation.
You cannot have the address view without the login view in the checkout workflow. Otherwise, it won't work properly, maybe that could explain why it doesn't work properly.
Please Log in or Create an account to join the conversation.
- simonkloostra
-
Topic Author
- Offline
- Posts: 135
- Thank you received: 3
The webshop is currently behind a login, as it is not active yet. Can email you a login if necessary.
Please Log in or Create an account to join the conversation.
Would that explain your problem ?
Please Log in or Create an account to join the conversation.
- simonkloostra
-
Topic Author
- Offline
- Posts: 135
- Thank you received: 3
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- simonkloostra
-
Topic Author
- Offline
- Posts: 135
- Thank you received: 3
Just go ahead and place an order, it's just a playground still.
Thanks already for looking into this
O yes, and make sure you use an address in the Netherlands
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- simonkloostra
-
Topic Author
- Offline
- Posts: 135
- Thank you received: 3
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- simonkloostra
-
Topic Author
- Offline
- Posts: 135
- Thank you received: 3
Other configurations that might be of interest: Shipping is done using "HikaShop manual shipping plugin", in 2 variants, both for NL only. see a screenprint for one:
As I said, it all worked before, so it almost feels as if something is corrupt in the configuration...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- simonkloostra
-
Topic Author
- Offline
- Posts: 135
- Thank you received: 3
The checkout now seems to work though, so thanks for that. I still see some minor things, but for now I'm happy, so thanks for the support!
Please Log in or Create an account to join the conversation.
- simonkloostra
-
Topic Author
- Offline
- Posts: 135
- Thank you received: 3
I have tried setting the parameters for autosend and autosubmit back to "No", but this results in the checkout looping again.
Is there a way to correctly set these parameters, or is this a bug?
Please Log in or Create an account to join the conversation.
- simonkloostra
-
Topic Author
- Offline
- Posts: 135
- Thank you received: 3
Please Log in or Create an account to join the conversation.
Could you give again your website URL and set back the settings to what they were so that we can have a look at the problem again ?
Please Log in or Create an account to join the conversation.
- simonkloostra
-
Topic Author
- Offline
- Posts: 135
- Thank you received: 3
You can access the ste using hielspoorinfo.nl/webshop . It is accessible for registered users, you can use user hikashop, password also hikashop.
I doublechecked that the problem is also there if I set access to public by the way.
Please Log in or Create an account to join the conversation.
Could you edit the file components/com_hikashop/views/checkout/view.html.php
and change the lines:
$doc->addScriptDeclaration("<!--\n".$js."\n//-->");
to:
$doc->addScriptDeclaration("\n<!--\n".$js."\n//-->\n");
(there are several places)
Then, it should fix the javascript errors and it should help.
Please Log in or Create an account to join the conversation.
- simonkloostra
-
Topic Author
- Offline
- Posts: 135
- Thank you received: 3
Please Log in or Create an account to join the conversation.