RedAISkye
Forum Replies Created
-
How is it violating anything? I already marked all mature contents as 18+ with age gate.
Tried that PHP snippet and it still doesn’t work.
I’m using the following:-
- WooCommerce v8.8.2 (Auto-updates enabled)
- High-performance order storage (recommended)
I have tested the template override method but it’s not working.
- Okay, I will follow that guide and see if it works.
- I know there’s no such option currently which is the reason I’m making the suggestion to make it into an optional feature.
- I know, I was just saying that it updated automatically even though I had disabled it for the plugin.
- The modification is done on the plugin files, so I’m not sure how I would override the plugin’s template.
- I’m not asking to disable download completely, just an option to not include the download link on the order email like with product link.
- Customers will still be able to access the download link from my-account page, it’s just that they won’t get it directly in their email but will have to visit the site to access their downloads.
I had Automatic Updates disabled for this plugin but it somehow still updated to latest.
I went and applied the same workaround but it’s no longer working. The download link is still included in the order email.
Can “disable download link” be made an option like the option that lets you disable product link from order emails?
Forum: Plugins
In reply to: [WooCommerce] New Account Creation Email Not SentThe actual key and ID is generated for the user if they manually request for reset password link but the one that is automatically included in the Account Created Email fails to generate it.
Edit: I’ve switched to set password instead of reset password for the Account Created Emails which works the same but actually generates it, so it doesn’t matter now.
- This reply was modified 7 months, 3 weeks ago by RedAISkye. Reason: Found workaround to issue
Could you apply similar CSS modification to the WooCommerce reset password?
body.woocommerce-account #customer_login {
display: flex;
flex-direction: column;
justify-content: center;
float: none;padding: 20px 0;
}
body.woocommerce-account #customer_login p.registration-form-mailpoet {
margin: 20px 0 20px;
}
body.woocommerce-account #customer_login p {
font-size: 14px;
}Forum: Plugins
In reply to: [WooCommerce] New Account Creation Email Not SentI already have that plugin, the email is not being sent for account registration, only order emails are sent.
After deactivating the email verification plugin, the account registration email does get sent. But I need to have that plugin enabled.
Edit: I figured out the issue was within the option of that email verification plugin. The activation email is set to send as a separate email for free version. So, changing the email sending trigger from “On “user register”” to “On “WooCommerce created customer”” fixed the issue. Now both the activation email and WC account created email are sent.
Edit2: The reset password button in the email for some reason is not working, it is sending the placeholder: https://tandukarbidhan.com.np/my-account/lost-password/?key&id
Forum: Plugins
In reply to: [WooCommerce] New Account Creation Email Not SentThe email to activate the account is from a different plugin “Email Verification for WooCommerce” which is sent immediately after the customer registers to prevent the customer from logging in with an invalid email.
This is the email template from WooCommerce that is expected to be received after an account is registered.
Forum: Plugins
In reply to: [WooCommerce] New Account Creation Email Not SentIt used to work but recently, I noticed it is no longer working when I tested it with an alt account.
Shouldn’t the email be sent after registration? I don’t see what the checkout has got to do with it.
The My account page is using the shortcode “[woocommerce_my_account]” and the checkout page is using the shortcode “[woocommerce_checkout]”.
The checkout page that is automatically generated had issues with Cash on Delivery option not being detected, so I switched quite a while ago to using shortcode which fixed it.
I have contacted there and created a topic.
I’m saying the users are automatically verified as soon as they register(both via my-account and checkout) even though they have not clicked the verification link sent to their email.
I have tested it with an alt account multiple times, If I click on the verification link, it says “Error: Your account is already verified!”.
Idk what you did but it made it worse.
Guest users are now able to not only place the order but also view it immediately without verifying their email.
They are also automatically logged in and shown as “verified” in my-account page even though they didn’t verify and are supposed to be logged out.