Questions tagged [guest-checkout]
Denotes question regarding Magento Guest Checkout
116 questions
0 votes
2 answers
209 views
Magento 2 Carding attack guest cart order placed even if we disable guest cart using REST API
I am using Magento 2.4.7-p1 hackers are trying to place order using guest cart REST API carding attacks tried cloudflare , rate limit magento and captcha also, but no use in braintree created so many ...
0 votes
0 answers
32 views
Setting shipping and billing address for guest customer from custom page
I would like to set billing and shipping address from my custom page (only for guest customers).My checkout page has been changed and overrided and the shipping and payment steps are changed(no longer ...
0 votes
1 answer
75 views
Guest PayPal Express Checkout for downloadable products doesn't work
I'm using Magento 2.4.7-p1 and I'm not able to make guest checkout for downloadable products works paying through PayPal Express Checkout. The message error says: Failed address validation: %1 It ...
1 vote
0 answers
134 views
Magento2: Guest checkout error - No such entity with cartId =
I'm getting this error while guest checkout. Please let me know if anyone knows the solutions. No such entity with cartId = b9bjhi5wbeEs20PIP9WXxiBgF32gcpHY Adobe Commerce ver. 2.4.4-p2 Thank You.
1 vote
1 answer
71 views
Guest user cart automatically empties itself after 1 hour
I am facing an issue where the products added in the cart automatically gets removed after 1 hour. I am facing this issue only for guest user. I have checked the following values and found them to be ...
0 votes
1 answer
335 views
Magento checkout for guest users only
I am looking for solution to remove or skip customer authentication on checkout and Allow guest to checkout. Simple is that we need to remove the authentication step to login or register, any one can ...
0 votes
1 answer
93 views
Customizing Form of guest for shipping address
I can't find the file or the html for guest shipping address. I want to change the telephone input type from input type = text to input type = number. Any suggestion where to find it or how to ...
0 votes
1 answer
786 views
Magento 2: Checkout page error Failed to load the "Magento_Checkout/form/element/email"
I am trying to find this error through var/log and disable custom overriding. But this not able to find the issue. Can u Please help me it?
1 vote
0 answers
331 views
How to save extension_attributes from checkout for guesst user?
I have created a custom checkout field to choose the store to pickup the orders. This extension attribute is saved only for Logged In Customers, Not for Guest checkout. I created the attribute using ...
0 votes
1 answer
36 views
How do you change that "allow guest checkout" setting in admin when it's greyed out?
Is their a command line config:set or a easy mysql update. I know there is a mysql update for this configuration but I'm just uncertain on what table it might be in. Any help would be greatly ...
3 votes
0 answers
529 views
Not Working: Allow Guest Checkout = No
I'm using Magento 2.4.3. For some reason, guest checkout is still allowed, even after selecting the Allow Guest Checkout = No setting in the backend. It doesn't show the "Guest checkout is ...
0 votes
3 answers
1k views
How to Transfer Guest Order To Customer Account after registration in magento2 Programatically only
I've got some orders from the guest user and later they create their account and ask to link the old orders. How can I Do it? Please Help
0 votes
0 answers
225 views
Remove form loader or spinner in shipping address one page checkout
How do I remove the page loader or spinner when user entered value in the field i.e Phone Number field? I believe this is the default design by Magento to check on the validation part or making ajax ...
0 votes
0 answers
81 views
Redirect on login / register page when proceed to checkout
On my website I have 2 env; sandbox and pre-production. On sandbox env I can see a normal behaviour, if i'm not logged in and i try to proceed the checkout as guest from the cart after adding an item. ...
0 votes
0 answers
55 views
how to inherit account_new_no_password.html in magento 2
I have tried this: var config = { map: { '*': { 'Magento_Payment/template/payment/cc-form.html': 'Namespace_Module/template/payment/cc-form.html' } } };