Wordpress WooCommerce Checkout Configuration - wordpress

I am set up to create customer account after checkout with paypal.
I receive the order and customer gets back to thank you page but unless I go in and hit complete the password is not sent to them. Any clue on what I can do ?
All The following are checked. I am running WC 2.4.10 on the latest wordpress.
Enable registration on the "Checkout" page
Display returning customer login reminder on the "Checkout" page
Account Creation
Account Creation Automatically generate username from customer email
Automatically generate customer password

Related

Wordpress Przelewy24 plugin no email notification

I'm developing shop on wordpress and I added payments like PayU, bank transfer, BLIK and Przelewy24. But the problem is that customer don't get email confirmation after buy a product by Przelewy24. Every other payment method is working fine - customer get email confirmation directly form shop email.
With Przelewy24 there is no emails, only from Przelewy24 but no from shop. I'm wondering why, cuz emails is enabled globally in Woocommerce and it should work with every method.
Moreover I installed plugin WP Mail Log to check sending emails and... yeah, there is no logs, with this method- shop don't send emails.
What can I do more, or where else can I check this?

Account creation during checkout Woocommerce

i need help to change the user profile that WC sets when a user create his account during the checkout. It sets “Customer” profile.
Because i’m getting an redirection error when the users use this option (they can’t go to “online order” in the navbar) when they press click in "online order" it redirects to his account profile.
If i switch the profile “Customer” to “Suscriptor” now they can go to “online order”.
Thanks.
I just gived the same config of "Suscriptor" to "Customer" and it works, thanks.

How to create a woo-commerce store were the user can't purchase an item without being accepted by the admin

Summarized problem:
I'm setting up a woo commerce store where the customer has to ask for permission before creating an account on the store. How do I do that?
Provide background:
My client is selling products that require detailed instructions that only qualified people can use, at the moment anyone can create an account and buy a product. Is there a way the website can notify the client of registering customers before giving the customer access to the products? like an accept or reject email for new customer registrations?
Block the common ways to create an account;
Create a condition that shows the "buy" button just for logged-in users;
Add a form for the user to demonstrate their interest in having the access to buy the products, with the data that is needed to the approval;
The admin check the submited form, and then creates the account with some "welcome" message.
This can be handled with some plugins, using the hooks from woocommerce and wordpress.
You could even create a new panel on Wp dashboard that sees the submited forms, with 2 buttons with "approve", "disapprove", and a field for feedback.
When approve is clicked, the plugin creates a new account and send to the user the feedback and instructions.
When disapprove is clicked, the plugin sends to the user the feedback message with "sorry" message.
This way would be less frustrating to the user, they wouldn't need the approval for every buy.
Some links to help you in this quest:
Woocommerce hooks API Documentation
Add dashboard page : Wordpress Documentation

registration form into billing wooccommerce

How to add registration form above billing in woocommerce. Username/logi, password etc. All form must be submited by Place order button. Can you help me with that?
Wocommerce plugin in wordpress already has provided an option to allow user to register ... a password option is provided in the billing form which will create a new user.
You only have to set that option goto Woocommerce->settings->checkout , and disable guest checkout option.

Wordpress web invoice 2checkout redirect

I have 2checkout account running in demo mode and have just integrated 2checkout with wordpress plugin web invoice. The invoice is being generated perfectly but when the user completes the transaction and is redirected back to my website, it displays an error message "Invoice not found". The invoice status is also not being updated to paid. I have tried all three redirect methods in the 2checkout admin dashboard. Currently I've set it to "Give Link Back". Am I supposed to add some code on the checkout page in wordpress or have i missed some setting in the web invoice config page?
This is the link to the invoice:
The error that I have mentioned only appears after the completion of the transaction at 2checkout is completed and the user is redirected back to my website.
Web Invoice passes the approved URL in dynamically with the invoice_id appended like "http://www.yoursite.com/sample-page/?invoice_id=31540985dec0e37bd0142e34856ee1df". if the domain in this URL does not match the domain that you have set on your 2Checkout account, it will not be used and the invoice will not be able to be found.
My suggestion is to check and make sure that the domain matches the domain you have registered to your 2Checkout account. If you are just using a 2Checkout demo account, you can fill in the first page of the signup application on your account homepage by clicking on the Apply Now button and save your changes to set a URL for your demo account.
As always please don't hesitate to contact techsupport#2co.com for assistance with your testing.

Resources