Search found 4629 matches

Search found 4629 matches

Re: Special Price stopped working on certain products, disappears in admin if I create a new special price

Did you check both your OpenCart and PHP error logs and also your web browser's developer console when editing the product?

Check both the PHP settings max_input_vars and post_max_size in your PHP settings using phpinfo().

Jump to post
  • Tue Apr 16, 2024 4:10 pm
  • Replies 12
  • Views 636
Re: How to disable Two Factor Authentication after enabling it accidentally [in VM]

teachableginger wrote:
Sun Apr 14, 2024 10:29 am
Hi, I am having the same problem, but I am not familiar with open cart database tables. Is that something I can find in cPanel? Like in the file manager? Thank you. Sorry I’m a newbie.
You can use phpMyAdmin under Databases in cPanel to see and modify your databases.

Jump to post
  • Sun Apr 14, 2024 10:57 pm
  • Replies 6
  • Views 912
Re: GST tax in Opencart

Sorry to open an old wound but I am moving from another FREE shopping Cart Software System and like others they also have a Tax Included price system. I came across this thread as I am also looking for the same solution as Australian GST Laws are very strict about things like this. Prices displayed...

Jump to post
  • Fri Apr 12, 2024 4:18 pm
  • Replies 9
  • Views 825
Re: What's the best upgrade/export data path?

Compare the opencart.sql file from the two version. This will tell you what changes have been made to the database.

Jump to post
  • Fri Apr 12, 2024 7:08 am
  • Replies 4
  • Views 388
Re: Making proper external URL link for a product (OC 3.0.3.6)

Doesn't look like anything that would cause the redirect. Look at the response header the cookies look to be set. This would suggest the redirect is being done in OpenCart and not htaccess. You could disable your extensions/modifications one by one.

Jump to post
  • Thu Apr 11, 2024 8:06 pm
  • Replies 15
  • Views 633
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 15
  • Views 633
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 140
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 234
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 480
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 480
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 480
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 419
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 278
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 278
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 278
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 274
Re: Incorrect breadcrumbs

What version of OpenCart?

Jump to post
  • Wed Apr 03, 2024 1:30 am
  • Replies 6
  • Views 274

Search found 4629 matches