Gary H
Forum Replies Created
-
That is already in there automatically, and I can’t edit it at all. And my fields are called Name and Email. So I just double checked and the insert a field part made my code look like this, `<input type=”email” name=”EMAIL” required=”” id=”request-a-quote-EMAIL” size=”50″>’ So is that field being interpreted as EMAIL or as request-a-quote-EMAIL?
- This reply was modified 4 years, 3 months ago by Gary H.
So, I changed the following
<input type=”checkbox” name=”Time_Gravity” value=”Checkbox”> to
<input type=”checkbox” name=”Time_Gravity” value=”Yes”> And I was correct, now the email comes in saying Time Gravity: Yes if checked and nothing after Time Gravity: if not checked. Is there a way to have it show No if not checked?Update: My thinking is correct. If it’s checked it says checkbox, if not checked it’s blank. Is there a way to change that so it says something checked or not checked, or even just checked would be fine. OMG, I just figured that out as well. I need to change the ID of the checkboxes to checked I think. I love it when I answer my own questions. I’m going to test that now.
Forum: Plugins
In reply to: [WooCommerce] New order E-mail stopped showing SKU after last updateMike,
OMG, You are a genius !! It worked. It is now showing the customer name and the sku in the emails we are getting !! I am done, not doing to get fancy and try anything else.
Thank you so much for your help on this one.
AxeForum: Plugins
In reply to: [WooCommerce] New order E-mail stopped showing SKU after last updateMike,
Umm.. huh? I looked at that code, do I just copy that one line and add it to the admin email template? And how (or where) do I make the customer_name?
This is a bit over my head, I’m not a programmer, but I understand some.
AxeForum: Plugins
In reply to: [WooCommerce] New order E-mail stopped showing SKU after last updateThanks Mike,
I updated the email templates in teh theme with the latest updated templates. That took care of the SKU issue.
Now how do I get the customer name included in the subject line of the admin email?
Thanks,
AxeForum: Plugins
In reply to: [WooCommerce] New order E-mail stopped showing SKU after last updateThanks for your answer Mike. And yes, we want the sku to show up in the email that WE get telling us we received a new order, not the customers email. It was working all along until the latest update. Now it’s not showing up. Is there a limit to the amount of characters allowed? The title of the product is very long.
ok, nevermind. When I scanned again it is no longer reporting that file and when I updated the other sites they all scan clean. ??
Matt,
The problem is still there, but I have other issues I have to take care of first. But a quick question. I found that port 2105 is open, could that have anything to do with it? (The issue I am trying to repair right now is the firewall broken. So I can’t block it until I get that figured out.)Matt,
Here’s an update. It happened again last night. I scoured the log files and found a point where someone accessed one of the new pages 4 minutes after it was added, and then accessed a bunch of css files after that. I blocked that ip address using my firewall. That was around midnight last night, and the usual morning files were not there. It’s still too early to tell for sure as it is kind of random, but at this point it has been 14 hours since it last happened. Fingers crossed. I’ll post here again if it happens again.Matt, did you get my email?
Thanks Matt, I’m sending it now. It should be coming from gary at gnrcomp.com
Matt,
At the moment it appears it is only happening on one site. I am trying to determine what the difference between that site and the rest. I have followed the recommendations in the article you listed before I posted this. I found on e username in the remaining affected site that has not had the password changed, so I changed that last night. Then I also noticed that another site is getting hit hard with a brute force attack that is using existing usernames and changing ip addresses for each hit, thereby circumventing the blocking. SO I changed all usernames on that site, and it was blocking each ip addresss as it happened. But the brute force attack just moved on to the next ip address. That stopped about an hour ago, but I am still investigating.
At the same time, this morning I noticed the new files appear on the other site again, but this time it happened while I was on the server watching, so I was able to check the live traffic and block the ip address that I think it came from. An ip listed as yahoo attempted to hit a file that was not there at less than a minute after the new files appeared. I can e-mail you logs, but exactly which logs would you want? And I guess I can get your email from your profile?FTP has been completely turned off at this point for a week, and yet the new files keep appearing. And I have used a strong password generator to create all new passwords for ftp, (even though it is turned off) and for all wp users and databases.
Brian,
Thanks for the quick response. All my plugins are up to date, even the ones that are deactivated. I have done my best to remove unused plugins, but since some of the sites are managed by other designers I don’t know all of them. It is a dedicated server, running win server 2008.
Gary