Search found 4628 matches

Search found 4628 matches

Re: Opencart 3.0.3.2 smtp.php fatal error

I have the exact same problem. I use SMTP, settings are correct. Is there a way to allow the order to complete and the email obviously gets bounced? Right now, if a customer tries to submit the order with an incorrect email or one that doesn't exist - the checkout page will just spin...BUT the card...

Jump to post
  • Thu Feb 29, 2024 10:47 pm
  • Replies 19
  • Views 1064
Re: New Product Not Accepting Categories

Gobbo wrote:
Thu Feb 29, 2024 9:47 pm
paulfeakins wrote:
Thu Feb 29, 2024 8:15 pm
Also ask your web host to disable ModSecurity.
If I do this won't I be open to attacks?
Disable it and test. If disabling helps, get your host to fix the ModSecurity rules.

Jump to post
  • Thu Feb 29, 2024 10:35 pm
  • Replies 43
  • Views 1377
Re: Featured Products Limit

Although it looks like it was fixed by removing the limit.

Jump to post
  • Thu Feb 29, 2024 6:05 pm
  • Replies 2
  • Views 997
Re: Featured Products Limit

Looks like a reported bug, fixed in 4.0.x.x but not in 3.0.x.x.
https://github.com/opencart/opencart/issues/6077

Jump to post
  • Thu Feb 29, 2024 5:59 pm
  • Replies 2
  • Views 997
Re: Planning a new OC 3.0.x.x release

The Klarna Checkout REST SDK seems to have been added back to the vendor directory.
https://github.com/opencart/opencart/tr ... a/kco_rest

It was removed from composer.json.
https://github.com/opencart/opencart/co ... b5cc956677

Jump to post
  • Thu Feb 29, 2024 6:00 am
  • Replies 26
  • Views 1709
Re: New Product Not Accepting Categories

Could be something wrong with your template. Try disabling any extensions the modify the admin. Or find admin/view/template/catalog/product_form.twig and also see if there is a version in storage/modification and compare them to https://github.com/opencart/opencart/blob/3.0.3.2/upload/admin/view/tem...

Jump to post
  • Thu Feb 29, 2024 3:28 am
  • Replies 43
  • Views 1377
Re: Wrangling with the girl called Opencart 3.0.3.9

The code you are entering looks wrong. Do you mean?

Code: Select all

<img src="..." width="450" height="300">

Jump to post
  • Thu Feb 29, 2024 12:56 am
  • Replies 2
  • Views 329
Re: New Product Not Accepting Categories

Sorry, I did look at developer tool, but couldn't see anything. Again, sorry I wasn't igroning them, as I thought I had checked it. But after reading your repost I didn't look at the network tab. See attached. That looks OK although 433ms seems a bit long. Were there any messages in the console tab...

Jump to post
  • Thu Feb 29, 2024 12:47 am
  • Replies 43
  • Views 1377
Re: New Product Not Accepting Categories

For the fifth time! Have you check your web browser's developer tool console for errors? Usually F12. Also look at the Network tab of the developer tool to see if any requests are being blocked.

Please feel free to ask more details if you don't understand the above.

Jump to post
  • Wed Feb 28, 2024 5:37 pm
  • Replies 43
  • Views 1377
Re: "Default" is not the default sort order!

Find your catalog/model/catalog/product.php file. Also look for a system/storage/modification/catalog/model/catalog/product.php file. Compare these two files against a clean version of that file from a clean download or from the following link. https://github.com/opencart/opencart/blob/2.3.0.2/uploa...

Jump to post
  • Wed Feb 28, 2024 5:36 pm
  • Replies 19
  • Views 1544
Re: MS SQL Server

After install using the mysqli driver into a MySQL database. You would have to export the database from MySQL and then import it into your MS SQL database.

Jump to post
  • Tue Feb 27, 2024 6:00 pm
  • Replies 6
  • Views 761
Re: New Product Not Accepting Categories

No you missed, this question. Have you check your web browser's developer tool console for errors? Usually F12. Also look at the Network tab of the developer tool to see if any requests are being blocked.

Please feel free to ask more details if you don't understand the above.

Jump to post
  • Tue Feb 27, 2024 5:17 pm
  • Replies 43
  • Views 1377
Re: Enable SEO URL's (on local installation)

If you look at this tutorial, https://www.antropy.co.uk/blog/how-to-how-to-enable-seo-friendly-urls-in-opencart/ and scroll down, you will see the image of the product edit, which includes the SEO dropdown I mention. The tutorial doesn't mention the OC version however. That isn't a dropdown, it's o...

Jump to post
  • Mon Feb 26, 2024 11:23 pm
  • Replies 13
  • Views 1397
Re: Enable SEO URL's (on local installation)

There are no edit product dropdown menus in OpenCart. Can you explain more details?

Jump to post
  • Mon Feb 26, 2024 6:48 pm
  • Replies 13
  • Views 1397
Re: MS SQL Server

Yes the OpenCart installer creates the database tables. That code would be added to the config.php files not the installer. I think you have at least 3 options. 1. Use 3.0.x.x and import the opencart.sql file into your database and manually write the config.php files. 3.0.x.x is also a bit more stab...

Jump to post
  • Mon Feb 26, 2024 6:37 pm
  • Replies 6
  • Views 761
Re: Alert-danger warning in checkout page at bottom of page, OC2.3

Have your refreshed modifications and checked the change in in storage modifications? Where from and to are you copying that code from?

Jump to post
  • Sun Feb 25, 2024 8:05 pm
  • Replies 3
  • Views 258
Re: Blank screen after someone registers - Opencart 3.0.3.2

You should be able to find you PHP error log. You may be able to use phpinfo() to find them.

Jump to post
  • Sun Feb 25, 2024 8:01 pm
  • Replies 4
  • Views 316
Re: Sales on Sales Analytics but no sales?

Default OpenCart does not include missing orders in the dashboard, but maybe your theme or extension does. Look at the customers and orders, it should be clear if they are generated by a bot.

Jump to post
  • Sun Feb 25, 2024 7:59 pm
  • Replies 5
  • Views 561
Re: New Product Not Accepting Categories

I'll ask this for a third time as I can't see you have answered it. Have you check your web browser's developer console for errors? Usually F12.

Also look at the Network tab of the developer tools to see if any requests are being blocked.

Jump to post
  • Sun Feb 25, 2024 7:47 pm
  • Replies 43
  • Views 1377

Search found 4628 matches