Im currently finishing a project on the TheFox theme for a company in Rhodes. They do not want the users to have the option to register for a account so only guest purchases. Unfortunately the clarity of woocommerce is changed recently. as there was a superduper click to disable registration on checkout... that option has disappeared. Anyways... i would like step one (sign in) to be gone... am i crazy or is this option completely disappeared?
HI,
Im currently finishing a project on the TheFox theme for a company in Rhodes. They do not want the users to have the option to register for a account so only guest purchases. Unfortunately the clarity of woocommerce is changed recently. as there was a superduper click to disable registration on checkout... that option has disappeared. Anyways... i would like step one (sign in) to be gone... am i crazy or is this option completely disappeared?
Hello Danny, thanks for purchasing Thefox!
I think they moved this option to the customizer, woocommerce is doing crazy changes and I don't know why.
You can use this custom css to hide the create account button ( thefox > styling options ) :
.rd_create_acc { display:none !important; }
Tell me if that do the trick!
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Unfortunatly not. then the button of guest checkout is visable (and not working btw) I just want to get rid of the first tab.
Also i digged into the customizer, but there are no settings for guest accounts or not.
Hello Danny,
Go to WooCommerce > Settings > Account & Privacy
Then uncheck everything except "Allow customers to place orders without an account"
Then to be sure, you can also go to WordPress settings and disable the registration option.
I think that should do the trick!
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello Danny,
What is the version of Woocommerce you are currently using?
Also the version of the theme.
Maybe one of the custom plugins you are using is forcing step one.
We tried on our test server and with the settings we sent you earlier the step 1 was removed automatically, so that's really strange.
Kind Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi,
Its all the latest version. Woocommerce and theme. Are u sure u not logged in as a admin/user when you go trough the cart? I think you are.
I know i dont get the first tab when im logged in.
Hi again,
No we checked in secret window to be sure to don't have cache or anything.
What you could do is edit the form-checkout.php ( thefox/woocommerce/checkout folder )
And remove the line
46
and
56
This should do the trick!
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme