thecreator01
Forum Replies Created
-
Hello, thank you for your response. @wpmudev-support8
I couldn’t find the “debug.log” file in the wp-content/ folder, but I created it manually. I also added the wp-config codes and made a login attempt, but there is no record in the debug.log file.
Hello, thank you very much for your help, but this code did not work. Either way “Invalid login details.” I’m getting a warning. @wpmudev-support8
I imported the file into mu-plugins and there is no caching plugin. I also tried logging in with the username and the result is the same, no change.
The user has been registered with the forminator form and is awaiting approval in “Submissions”. Also, is it possible to show the warning for login attempts made via email?
Forum: Plugins
In reply to: [WooCommerce] Email variable for admin emailHello, thank you for your help. @carolm29
Yes, after changing the admin email address, I verified it by clicking on the link. I already mentioned in my previous message that after this process, the recipient e-mail address of the “Payment Authentication Requested Email” template was successfully updated.
For example, I can save the recipient field of the New Order email template as empty and I do not encounter any errors, but when I check again (refresh the page) I see that the recipient field is not empty. The recipient field of the “Payment Authentication Requested Email” template is always empty.
- This reply was modified 2 years ago by thecreator01.
Forum: Plugins
In reply to: [WooCommerce] Email variable for admin emailHello, thank you for your response, but I think there is a problem. @rajeshml
Woocommerce uses the admin email in the wordpress general settings for the recipient, but when the admin email is changed, only the recipient email value of the “Payment Authentication Requested Email” template is updated.
For the “New order”, “Cancelled order” and “Failed order” admin email templates, recipient email addresses are not updated and the old admin email address is used.
Also, when we check the “Payment Authentication Requested Email” email template, the recipient field is always empty but the admin email is used by default.
For “New order”, “Cancelled order” and “Failed order”, the recipient field cannot be left blank. Even if the recipient field is deleted, the admin email is automatically saved. OK, this may be expected behavior, but it also needs to be updated when the admin email changes.
Could you please check?
- This reply was modified 2 years ago by thecreator01.
Forum: Plugins
In reply to: [WooCommerce] Block draft ordersHello, thank you for your reply. @omarfpg
How often does the “woocommerce_cleanup_draft_orders” cron clean draft orders?
It would also be great if there was an option to block draft orders without having to use the old woocommerce cart code.
I don’t really see this as necessary from my perspective, and on a very high visitor woocommerce site adding/deleting records to the database (even through cron) really means additional load to the database.
Hello, thank you very much for your reply. @petersquirrly
So, with the verified owners option, can only users who have purchased/ordered the product leave a review? User registration and login feature is disabled in Woocommerce settings. This means that all users can only order as guests.
Once Verified owners is checked, do users have to create a user customer account to leave a review?
Forum: Plugins
In reply to: [WooCommerce] Remove filter by registered customerHello, thank you very much for your response. @ckadenge
The code shared in the link has been tested on WooCommerce 3.6.2 but is not working right now.
Hello, thank you very much for your help. This code works really well.
You can, yes. But by “template” do you mean the message content or an actual template like “what the email looks like”?
Yes, I’m actually talking about message content and using Branda. Branda allows me to edit many email contents, but I think I will have to use mu-plugin for WordPress core emails.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce remove endpointsHello, thank you very much for your response and I will follow up. @omarfpg
I also used the following code to remove woocommerce endpoints metabox but it is not working. This code works for other menu metaboxes like post and page.
remove_meta_box('woocommerce_endpoints_nav_link', 'nav-menus', 'side');Forum: Plugins
In reply to: [HyperDB] Is this plugin no longer supported?I guess there is no other load balancing or database fragmentation plugin for WordPress multisite. Or an alternative solution for this? @tnolte
Forum: Plugins
In reply to: [WooCommerce] Failed to save productHello, thank you very much for your reply. @anastas10s
Yes, when I disable the New product editor feature, everything works fine as it should.
Forum: Networking WordPress
In reply to: Users created on the subsiteHello, thank you for your response. @bcworkz
Since Woocommerce is enabled on the subsites, it does not make sense for me to use customer accounts of one subsite by other subsites. I think every other subsite does not see customer accounts registered in another network, but a user who creates a customer account in one network can log in on the other subsite of the network. In addition, since the subsites are considered independent by the user, they cannot register with the same e-mail. This is a little confusing.
Customer users created on subsites then appear in network administrator users. Ok this might not be a problem but even the roles of the users listed in the network manager are not visible. It is not specified in the user details. It’s really complicated.
Forum: Plugins
In reply to: [Site Reviews] Rating (Stars) not visible, disappearedThank you very much. @geminilabs
Hello, thank you very much for your answer. @wpmudev-support8
Actually, I only encounter this problem with some emails. For example, when a new order email is sent in woocommerce, only the woocommerce email template appears, but when a user registers, both the brand and woocommerce template are used together.
Plain text might be the solution for this. Other woocommerce email templates will appear as plain text but I guess there is no alternative solution. WordPress core emails can really cause such problems.
Hello, thank you very much again for your help and this code worked. @wpmudev-support8
But I guess I can’t change this email title. Because when I customize the “Account Activated” text in the code, mu-plugin does not work.
Also, can all default email templates in WordPress be customized with this method?