Search found 304 matches

Search found 304 matches

Migrate OC 2.0.1.1 store to WooCommerce/Wordpress

Hi I am looking for someone to migrate my Opencart 2.0.1.1 store to Wordpress / WooCommerce. I have had this Opencart store since 2012 but lately I have noticed a big drop in SEO and it just seems to be lacking in optimisation options and the themes also seem old and dated compared with my competiti...

Jump to post
  • Mon Jul 18, 2022 9:40 pm
  • Replies 5
  • Views 413
Re: Warning: Bruteforce/DDoS against OpenCart based websites

BTW.: This simple PHP script in our admin/index.php rejects the bruteforce attackers' POST requests to the /admin quite effectively: Code: Select all if ($_SERVER['HTTP_USER_AGENT'] == 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0') { header('HTTP/1.0 403 Forbidden')...

Jump to post
  • Tue Feb 22, 2022 8:19 pm
  • Replies 92
  • Views 63828
Code to create sizing calculator

Does anyone know where can I find some code to create a basic interactive Sizing Calculator for my OC 2.0.1.1 store? For example, on the Product Description I want to display 2 input fields where the customer can enter their measurements, and this will return a suggested size. There may already be e...

Jump to post
  • Tue Jan 25, 2022 1:14 am
  • Replies 1
  • Views 1502
Re: Warning: DDoS against OpenCart based websites

Just a quick thought: If you use the Ninja Firewall, then you could also add our script to its '.htninja' file. This way, you won't get an inflated server raw access log, because these rules would be on the firewall level now, instead of in the admin/index.php, see this docs . Sounds good, I'll do ...

Jump to post
  • Wed Jan 12, 2022 2:51 am
  • Replies 92
  • Views 63828
Re: Warning: DDoS against OpenCart based websites

Thank you foe getting back to me. I've added that code- hopefully it will stop some of the attacks. BTW I meant I have Ninja Firewall, not BitNinja lol I just added it today so I don't know how well it is performing. I seem to notice small changes to some pages over a day or two, then the entire web...

Jump to post
  • Wed Jan 12, 2022 2:10 am
  • Replies 92
  • Views 63828
Re: Warning: DDoS against OpenCart based websites

@JNeuhoff BTW.: This simple PHP script in our admin/index.php rejects the bruteforce attackers' POST requests to the /admin quite effectively: Code: Select all if ($_SERVER['HTTP_USER_AGENT'] == 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0') { header('HTTP/1.0 403 Fo...

Jump to post
  • Wed Jan 12, 2022 1:12 am
  • Replies 92
  • Views 63828
Re: Cannot place reviews

What is the fix please? I am having the same issue but when I click on the link for the fix, it does not display the solution?

Thanks

Jump to post
  • Sun Jan 09, 2022 8:01 pm
  • Replies 5
  • Views 4987
Contact Form Not working on some browsers

I have noticed that The verification code on the Contact Form does not work on some browsers: Avast, Brave It works fine on other browsers such as Chrome, both on desktop and mobile. It gives the message "Verification code does not match the image!" I have searched the forum and came acros...

Jump to post
  • Sun Jan 09, 2022 7:22 pm
  • Replies 1
  • Views 458
Re: {SOLVED] Restore site

The hosting had not restored the website fully- they only did a files and database restore. They were adamant that it was an error on my part but eventually suggested a full website restore, which fixed the issue.

So incompetent hosting company.

Jump to post
  • Wed Jan 05, 2022 11:28 pm
  • Replies 6
  • Views 643
[CLOSED] Restore site

I am not sure if my site has been hacked, or a simple error on my part when I changed the database password, but now my site will not allow me to login. I have asked my hosts to restore my site to a version yesterday when it was working, but it is still giving the same errors: Notice: Undefined inde...

Jump to post
  • Wed Jan 05, 2022 8:06 pm
  • Replies 6
  • Views 643
Re: Redirect not working

I already have a module installed that has a feature to add redirects, but this feature is not working on the module. The developer is not responding to my request to extend my expired support for the extension - SEO Pack Pro - to resolve the issue.
So now I'm stuck trying to figure it out for myself.

Jump to post
  • Mon Dec 13, 2021 7:56 pm
  • Replies 11
  • Views 1269
Re: Redirect not working

https://forum.opencart.com/viewtopic.php?t=166848 I've also gone through that thread - thanks for the link- and tried all combinations suggested. The thread didn't actually mention the fix that finally worked, just that it was now working. I still keep getting the same url returned when I try diffe...

Jump to post
  • Fri Dec 10, 2021 10:57 pm
  • Replies 11
  • Views 1269
Re: Redirect not working

xxvirusxx wrote:
Fri Dec 10, 2021 9:36 pm
Try this

Code: Select all

Redirect 301 /khimar-overhead-abaya https://khaleejiabaya.com/khimar-overhead-jilbab/
I've just tried that, with the slash at the end of the new url, but unfortunately it doesn't work :(

Jump to post
  • Fri Dec 10, 2021 10:32 pm
  • Replies 11
  • Views 1269
Re: Redirect not working

xxvirusxx wrote:
Fri Dec 10, 2021 3:54 am
Why you don't do that from Cpanel?
I've tried in C panel also and I get the same Not Found page and url: https://khaleejiabaya.com/khimar-overhe ... ead-abaya/

Jump to post
  • Fri Dec 10, 2021 9:29 pm
  • Replies 11
  • Views 1269
Redirect not working

I am trying to redirect a Category page to an updated url. I have an SEO module which can redirect pages, but it does not seem to be working. The support for the extension has expired. So I have tried to add the url in the htaccess file like this: But it still doesn't work. With this code, I get red...

Jump to post
  • Wed Dec 08, 2021 6:15 pm
  • Replies 11
  • Views 1269
Re: CPanel Autoresponder not working with Contact Form

Finally got it working after modifying the fix above. This is a the code that worked for me:

Code: Select all

$header .= 'Reply-To: =?UTF-8?B?' . base64_encode($this->sender) . '?=' . ' <' . $this->from . '>' . $this->newline;
I modified the line in /public_html/system/library/mail

Jump to post
  • Wed Aug 11, 2021 5:46 pm
  • Replies 18
  • Views 2221
Re: CPanel Autoresponder not working with Contact Form

My host just got back to me after looking into this issue. They think it is due to the recipient email address being malformed and gave a solution which solved a similar issue: In a similar case, a change to how Reply-To is handled resolved the issue: However, fixing that part, rewriting the header ...

Jump to post
  • Wed Aug 11, 2021 3:19 am
  • Replies 18
  • Views 2221
Re: CPanel Autoresponder not working with Contact Form

The article suggests it would affect all email, but it's hard to say. Are you saying other emails sent by OpenCart correctly trigger the autoresponder? I have just placed a test order and that also does not trigger the Autoresponder. So the issue affects all emails sent by Opencart when there is an...

Jump to post
  • Tue Aug 10, 2021 12:51 am
  • Replies 18
  • Views 2221

Search found 304 matches