Custom Mail Not Being Sent
I am trying to get a mail to shoot to me when someone fills up my customized form/newsletter on my home page in my Opencart 3 store. In footer.twig my code for form goes like this : <form method="post" action="index.php?route=common/home/process1"> <div class="form-group&quo...
Jump to post- Mon Mar 05, 2018 2:19 pm
- Replies 1
- Views 432
Re: smtp error only for customers
On point once again. Thank you so much! It was indeed the link causing the mail to be marked as spam. I gave the direct user account link of route=account/account . This is also a false positive right? Looks like a false positive. You could try contacting your host about it or check your URL is not...
Jump to post- Mon Jan 29, 2018 6:26 pm
- Replies 12
- Views 3407
Re: <form> tag stripped / removed in editor after saving?
Then, try this fine Tool, it replaces the poorly working Summernote Editor with the legendary Admin CK Editor , but it does NOT replace any existing Summernote Files, it's placed in it's own subdirectory, and it uses a VqMod to link it. So, a possible removal would be very easy to achieve again: Ex...
Jump to post- Sun Jan 28, 2018 9:27 pm
- Replies 5
- Views 3749
Re: smtp error only for customers
Thank you sir, but i would prefer to learn to remove the encoding myself and implement the changes to make it work. Thanks for your valuable time! :) Well, just to give you a hint, the easiest way, to implement Code into Source would be, to download some free VqMod/OcMod Extensions, related to/with...
Jump to post- Sun Jan 28, 2018 12:19 pm
- Replies 12
- Views 3407
Re: smtp error only for customers
If mail is still received from a guest checkout as stated in the original post. I would look at the difference between the mail sent from a guest checkout and a registered checkout. Are you using the same test email and addresses? The only difference I can think of would be in catalog/view/theme/de...
Jump to post- Sun Jan 28, 2018 12:11 pm
- Replies 12
- Views 3407
Re: smtp error only for customers
If mail is still received from a guest checkout as stated in the original post. I would look at the difference between the mail sent from a guest checkout and a registered checkout. Are you using the same test email and addresses? The only difference I can think of would be in catalog/view/theme/de...
Jump to post- Fri Jan 26, 2018 1:55 pm
- Replies 12
- Views 3407
Re: smtp error only for customers
The best solution in this case would be to download an extension from the marketplace that will either use or remove the base64 encoding while sending those emails. I simply tried to remove the base64_encode() from smtp.php. I guess it's not that easy a fix because i got username not accepted error...
Jump to post- Thu Jan 25, 2018 2:26 pm
- Replies 12
- Views 3407
Re: smtp error only for customers
You could try outputting more information with the error, which may help track down the problem. Temporary change line 294 in system/library/mail/smtp.php from. throw new \Exception('Error: DATA not accepted from server!'); To. throw new \Exception('Error: DATA not accepted from server! ' . $reply)...
Jump to post- Thu Jan 25, 2018 2:04 pm
- Replies 12
- Views 3407
Re: SiteLock-HTML-SEOSPAM-imw.UNOFFICIAL virus in home.twig and temporary fix
If adding brackets around the link text stopped the error and you are sure there is nothing else in the home.twig that shouldn't be there. It's probably just a false positive. I'm definitely sure! It was a blunder of a false positive, exactly like you say! ClamAV and SItelock must take note of this...
Jump to post- Thu Jan 25, 2018 1:36 pm
- Replies 10
- Views 2140
Re: URGENT - Coupon in 2.0.3.1 not working value is always zero
On point. Jump to postADD Creative wrote: ↑Wed Jan 24, 2018 7:31 pmYour totals need to be in the following order as coupon must be after sub-total.
Sub-Total
Coupon
Total
- Wed Jan 24, 2018 7:55 pm
- Replies 9
- Views 3481
Re: Virus detected in file
So, I solved it! I have no idea how or what happened but here goes : I started to zero in on the piece of code that was giving the error, by removing parts of the code one by one. and zeroed in on the following, when removed i didn't get the error : <li class="list-group-item" style="...
Jump to post- Wed Jan 24, 2018 7:49 pm
- Replies 10
- Views 2140
Re: Virus detected in file
Just post you home.twig here and remove anything you want to heep hidden. That way more people will see it and could offer help. Use the code display </> so it is easier to read. Thank you! I solved the issue. I mean i don't know what the problem was exactly, but i found the problem and removed it!
Jump to post- Wed Jan 24, 2018 7:47 pm
- Replies 10
- Views 2140
Re: URGENT - Coupon in 2.0.3.1 not working value is always zero
Are you sure you have set the price of this product to a non-0 value from within the admin panel? And the sub-total being generated doesn't pull the price value from somewhere other than the product price? Jump to post
- Wed Jan 24, 2018 5:31 pm
- Replies 9
- Views 3481
Re: Virus detected in file
UPDATE on the issue : So, i replaced different home.twig files including the default opencart home.twig with my so called infected home.twig file. Now, the scanner doesn't give any errors. There must be something wrong with my home.twig file only. How can i check it. If anyone is interested to have ...
Jump to post- Wed Jan 24, 2018 5:00 pm
- Replies 10
- Views 2140
Re: URGENT - Coupon in 2.0.3.1 not working value is always zero
Hi i have a coupon enabled and orders total too these are properties Type: percentage Discount: 50 Total Amount: 1 Customer Login: no Free Shipping: no Category: empty (i've tried choosing categories too) Products: empty Date Start: 2016-01-01 Date End: 2022-01-01 Uses per Coupon: empty Uses per Cu...
Jump to post- Wed Jan 24, 2018 4:58 pm
- Replies 9
- Views 3481
Re: smtp error only for customers
The best solution in this case would be to download an extension from the marketplace that will either use or remove the base64 encoding while sending those emails. Thank you sir, but i would prefer to learn to remove the encoding myself and implement the changes to make it work. Thanks for your va...
Jump to post- Wed Jan 24, 2018 1:41 pm
- Replies 12
- Views 3407
Re: Virus detected in file
Compare your files against a clean download of your version of OpenCart and any themes or extensions you use. If you don't find anything contact your host for more information. Nothing very quirky, i just added extra lines of code to home.twig. Also, hosting provider has blocked my ports and saying...
Jump to post- Wed Jan 24, 2018 1:34 pm
- Replies 10
- Views 2140
Re: Virus detected in file
Did you ever have WORDPRESS installed on that server ? Ernie https://wordpress.org/support/topic/sitelock-php-filehacker-oz-unofficial-found-2/ https://www.whitefirdesign.com/blog/2017/06/26/sitelock-is-for-some-reason-labeling-spam-links-as-malware/ YES I DID! I have my suspicions about its uninst...
Jump to post- Wed Jan 24, 2018 1:29 pm
- Replies 10
- Views 2140
SiteLock-HTML-SEOSPAM-imw.UNOFFICIAL virus in home.twig and temporary fix
Hello guys,
My hosting provider recently found a virus : "SiteLock-HTML-SEOSPAM-imw.UNOFFICIAL" in my home.twig folder after virus scanning routines, and hence, now ports are blocked
All other scanners are finding no kind of virus in the file. How to fix this. Please help.
- Tue Jan 23, 2018 8:16 pm
- Replies 10
- Views 2140
smtp error only for customers
I am receiving the following error when registered users place an order. SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data OK <br /> <b>Fatal error</b>: Uncaught exception 'Exception' with message 'Error: DATA not accepted from server!' in /home/xxx/public_html/system...
Jump to post- Mon Jan 22, 2018 6:03 pm
- Replies 12
- Views 3407