Search found 4624 matches

Search found 4624 matches

Re: Making proper external URL link for a product (OC 3.0.3.6)

Looks like a problem with a redirect on your site. What rewrite and redirect rules do you have in your htaccess? Do you have any extensions that add redirects?

Jump to post
  • Wed Apr 10, 2024 4:02 pm
  • Replies 4
  • Views 83
Re: Product page not showing zero

What theme are you using? Are you using any caching extensions? Have you tried clearing your web browser cache?

Jump to post
  • Mon Apr 08, 2024 7:42 pm
  • Replies 2
  • Views 103
Re: Language and Currency unable to change

Check both your OpenCart and PHP error log. Also check your web browser's developer console.

Jump to post
  • Mon Apr 08, 2024 4:39 pm
  • Replies 5
  • Views 179
Re: mod_lsapi_troubleshooting.html

Look in your access logs for any URLs with control characters or spaces.

Jump to post
  • Mon Apr 08, 2024 5:20 am
  • Replies 6
  • Views 446
Re: mod_lsapi_troubleshooting.html

The issue is not with your htaccess then. The default OpenCart one should work fine. You will need to go back to your host.

Jump to post
  • Mon Apr 08, 2024 12:37 am
  • Replies 6
  • Views 446
Re: mod_lsapi_troubleshooting.html

The last RewriteRule is wrong for OpenCart. Use the original htaccess from your version of OpenCart.

Jump to post
  • Sun Apr 07, 2024 9:35 pm
  • Replies 6
  • Views 446
Re: Recent Activity box not updated on orders, registrations etc

Check you have Customers Activity set to Yes in your settings. Check both your OpenCart and PHP error logs.

Jump to post
  • Sat Apr 06, 2024 5:51 pm
  • Replies 4
  • Views 330
Re: Frontend user login attempts_Fix needed_OC 3.0.3.9

strtotime($login_info['date_modified']) - strtotime('-1 hour') gives the number of seconds left. convert to minutes and add to the $this->language->get('error_attempts') string.

Jump to post
  • Sat Apr 06, 2024 5:44 pm
  • Replies 7
  • Views 228
Re: Frontend user login attempts_Fix needed_OC 3.0.3.9

I quickly tested by changing to -2 minutes and it worked as expected. Did you refresh modifications after making the change?

Jump to post
  • Sat Apr 06, 2024 5:28 am
  • Replies 7
  • Views 228
Re: Frontend user login attempts_Fix needed_OC 3.0.3.9

That should work. Note that you only get one login attempt for each time period.

Jump to post
  • Fri Apr 05, 2024 10:15 pm
  • Replies 7
  • Views 228
Re: Incorrect breadcrumbs

It could be this issue. https://github.com/opencart/opencart/issues/13777
Unfortunately 4.0.x version of OpenCart have some bugs like this.

Jump to post
  • Wed Apr 03, 2024 4:23 pm
  • Replies 6
  • Views 244
Re: Incorrect breadcrumbs

What version of OpenCart?

Jump to post
  • Wed Apr 03, 2024 1:30 am
  • Replies 6
  • Views 244
Re: How to enter SMTP mail config without SMTP login?

It would be helpful to post your OpenCart version. Assuming 4.0.x you will probably need to edit system/library/mail/smtp.php. Look for the 'AUTH LOGIN' part.

Jump to post
  • Tue Apr 02, 2024 7:29 pm
  • Replies 2
  • Views 420
Re: logout cache issue...I believe

You would need to look at the response headers in your web browser's developer tool. This should tell you if it's a browser caching issue or not.

Jump to post
  • Tue Apr 02, 2024 7:25 pm
  • Replies 11
  • Views 572
Re: Downloadable files

As I said you need to check your PHP and OpenCart error logs to see what the actual error is.

You also need to use phpinfo() to check your PHP settings. Just because they are in the php.ini doesn't mean they are being used.

Jump to post
  • Tue Apr 02, 2024 7:22 pm
  • Replies 7
  • Views 280
Re: ERROR: You do not have permission to access this page, please refer to your system administrator.

Did you try resaving the permissions? What extensions are causing the issue, default OpenCart one of extensions you have installed? Have they ever worked?

Jump to post
  • Tue Apr 02, 2024 7:19 pm
  • Replies 4
  • Views 218
Re: Issue with SEO and cookies

OpenCart doesn't set a cookie named "jrv". It's probably being added by and extension.

Jump to post
  • Sun Mar 31, 2024 7:51 am
  • Replies 1
  • Views 149

Search found 4624 matches