Search found 4598 matches

Search found 4598 matches

Re: Orders suddenly being changed to canceled even after passing through paypal.

If the order goes to missing orders then it's not actually a canceled status. That just happens to be the first status in the dropdown list. Could be that the PayPal IPN messages are not being sent or are not getting to your server. You could check your IPN settings and IPN history in PayPal. https:...

Jump to post
  • Wed May 25, 2022 7:39 am
  • Replies 9
  • Views 548
Re: having a problem when customer want to check out.

You will need to set up a mail server/simulator. Or switch off display errors in the settings.

Jump to post
  • Wed May 25, 2022 12:34 am
  • Replies 1
  • Views 1175
Re: Order Confirmation to Client

You will have to explain more clearly what functionality you are after if it is not sending an email to the customer when they place an order.

Jump to post
  • Tue May 24, 2022 4:21 pm
  • Replies 12
  • Views 1269
Re: Order Confirmation to Client

OpenCart does send an email to the customer when they place an order. If that is not working it could be your mail settings.

Jump to post
  • Mon May 23, 2022 11:38 pm
  • Replies 12
  • Views 1269
Re: problem install

Contact the theme developer. It's probably a compatibility issue with your version of PHP.

Jump to post
  • Mon May 23, 2022 11:35 pm
  • Replies 3
  • Views 227
Re: Unable to select category/manufactures in products, opencart 3.0.3.8

Check your web browser's developer console as well as both the PHP and OpenCart error logs.

Jump to post
  • Mon May 23, 2022 11:32 pm
  • Replies 3
  • Views 94
Re: JSON Parse Error preventing Admin login after initial install

You need to look in both you PHP and OpenCart error logs to see what the error is.

Jump to post
  • Mon May 23, 2022 11:30 pm
  • Replies 1
  • Views 333
Re: Google searches for my site resulting in lower case results

Probably because your h1 tags (Product Name) are all in uppercase.

Jump to post
  • Mon May 23, 2022 11:22 pm
  • Replies 4
  • Views 148
Re: Warning: You do not have permission to access the API!

Try UPDATE `oc_setting` SET `value` = 'UTC' WHERE `key` = 'config_timezone'; Bit of a necropost, but THANK YOU! This fixed this very issue for me. Good to know that this issue also affects the APIs ... The GitHub issue for the timezone affecting the API is here, if anyone is interested. https://git...

Jump to post
  • Mon May 23, 2022 6:09 pm
  • Replies 10
  • Views 3334
Re: [SOLVED] 3.0.x - minicart not updating, new products and extensions are not showing in the list?

Hello, Just download original version again and see that my file is 3x bigger. I have not made the update myself and maybe why yours solution not working for me. Attached file. Site is running with no errors but no sure if just to overwrite file. Maybe some extensions not running? What you think? L...

Jump to post
  • Mon May 23, 2022 6:01 pm
  • Replies 18
  • Views 7754
Re: OpenCart 3.0.3.8 Bugreports

I can't delete products that come with a new install using php8.0 the error I get warning: googleshopping\googleshopping::integer(): argument #1 ($product_id) must be passed by reference, value given in /home/admin/public_html/system/library/googleshopping/googleshopping.php Try. https://github.com...

Jump to post
  • Mon May 23, 2022 5:21 am
  • Replies 40
  • Views 33126
Re: orders from paypal not showing up

What version of OpenCart? What version of PHP? What theme and extensions are you using?

Jump to post
  • Sun May 22, 2022 6:03 pm
  • Replies 2
  • Views 128
Re: [SOLVED] 3.0.x - minicart not updating, new products and extensions are not showing in the list?

This has been reported here. https://github.com/opencart/opencart/issues/7008 The solution posted in this thread is wrong. You should not tell the browser not to cache static files such as .css and .js. This will adversely affect customer experience and increase server load. The easiest way to fix ...

Jump to post
  • Sun May 22, 2022 5:59 pm
  • Replies 18
  • Views 7754
Re: OpenCart does not send email to reset admin password

You can set them in your php.ini. As well as setting error_log to the path and filename you want. You will also need to set log_errors to On.

Jump to post
  • Sat May 21, 2022 7:20 pm
  • Replies 17
  • Views 1116
Re: OpenCart does not send email to reset admin password

There is an issue with your configuration. Your login is doing a POST to https, but you have something redirecting back to http, so you can never login.

As for phpinfo. You need to look at "error_log". This will tell you where your PHP error log in located.

Jump to post
  • Sat May 21, 2022 6:55 am
  • Replies 17
  • Views 1116
Re: OpenCart does not send email to reset admin password

Did you change the time zone settings? There is a bug that some values will prevent admin login.

For the mail problem you need to find you PHP error log, not the OpenCart one. Use phpinfo() to find the location.

Jump to post
  • Fri May 20, 2022 6:57 am
  • Replies 17
  • Views 1116
Re: returning to category page 1 gives HTTP error 500

You need to check your PHP or server error log, not the OpenCart one.

Jump to post
  • Tue May 17, 2022 12:36 am
  • Replies 12
  • Views 2523
Re: Vqmod

If you have a very large checked.cache file, it could be this issue. https://github.com/vqmod/vqmod/pull/152

Jump to post
  • Sat May 14, 2022 10:31 pm
  • Replies 4
  • Views 359

Search found 4598 matches