This topic has 8 replies, 3 voices, and was last updated 7 years, 6 months ago ago by Rose Tyler
It just asked to create an account password without asking to create an account. Needs fixed if their is to be guest checkouts. Code is located here: wp-content/themes/woopress/woocommerce/checkout/form-billing.php
Looks like line 38:
<?php if ( $checkout->is_registration_required() ) : ?>
needs conditional is not
and the
<?php endif; ?>
needs to go after the foreach
Thanks
Hello @nox-lux.com.
Please clarify your request with more details. Do you mean that 2 group of users should be able to register: “quests” and “previoulsy visited shop”?
Please note that any customizations is better to implement on child theme to prevent file overwriting during update. We strongly recommend to make all customizations in child theme. You may copy “form-billing” to wp-content/themes/childtheme/woocommerce/checkout/form-billing.php.
You may download “child theme” from themeforest as it is bundeled to our theme
Regards,
Max Mullins
Hi Max,
Please see image by following link in the private content section.
What I have done for now is code out the option to sign up for an account in the childtheme file.
Thanks
Hello,
Is you issue solved? Thanks for your report. PLease update theme and plugins to the latest version ,. We have already added this opton in our curent update.The plugins can be downloaded from here: plugins and theme from themforest themeforest
Regards,
Max Mullins
Hi Max,
The Theme and plugins were updated before this error was found. It needs to look like image example provided in the private content section.
Please provide us with wp-admin credentials. I see that sreenshots you provided are different from the site url you sent in private content.
Regards,
Max Mullins
It’s a different image than our website because I had to code out the account signup. The way the theme output is not like the standard woocommerce checkout page like the webpage image I showed. I need it to output like the image I showed. Which is missing the option that ask if the customer wants to create an account. As shown in the first image I sent you – this is missing which is due to faulty code and logic.
Hello, @noxlux,
I’ve sent your report to our developers. It will be fixed.
Thank you for the notice.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up