Page 1 of 1

New install Version 4.0.1.1 Pop-Ups Non Interactive

Posted: Sat Oct 08, 2022 10:59 pm
by thumperbay
Just playing around with a new install on Ubuntu, have downloaded and installed latest version of Opencart, all looks good except the pop-ups that show when adding an item to cart ("Success: You have added..."), can not be clicked on or closed. I tested this feature on the demo storefront and it works, don't understand why it wouldn't work on mine.

Vanilla install, have not made any changes except to categories and products.

Would appreciate any help. I tried it in Chrome and Edge and it does the same thing.

Here is the site if anyone cares to take a look... http://www.my3dgroup.com

Thanks!

Re: New install Version 4.0.1.1 Pop-Ups Non Interactive

Posted: Sat Oct 08, 2022 11:40 pm
by thumperbay
Oh, just wanted to note that the pop-ups do work correctly in the Admin interface, just don't work on the main site.

Re: New install Version 4.0.1.1 Pop-Ups Non Interactive

Posted: Sun Oct 09, 2022 2:21 am
by straightlight
OC version, server error logs.

Re: New install Version 4.0.1.1 Pop-Ups Non Interactive

Posted: Sun Oct 09, 2022 3:19 am
by thumperbay
straightlight wrote:
Sun Oct 09, 2022 2:21 am
OC version, server error logs.
Version is in subject, nothing in error logs.

Re: New install Version 4.0.1.1 Pop-Ups Non Interactive

Posted: Sun Oct 09, 2022 6:51 am
by thumperbay
Ok a little more info, these are apparently bootstrap related css items. This particular notification is from Toasts. Here is a snippet when inspecting it in the browser.

Code: Select all

<div id="alert" class="toast-container position-fixed top-0 end-0 p-3">
<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> Warning: No match for E-Mail Address and/or Password. <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>
</div>

Re: New install Version 4.0.1.1 Pop-Ups Non Interactive

Posted: Sun Oct 09, 2022 7:02 am
by straightlight
thumperbay wrote:
Sun Oct 09, 2022 6:51 am
Ok a little more info, these are apparently bootstrap related css items. This particular notification is from Toasts. Here is a snippet when inspecting it in the browser.

Code: Select all

<div id="alert" class="toast-container position-fixed top-0 end-0 p-3">
<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> Warning: No match for E-Mail Address and/or Password. <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>
</div>
In your developers kit, what does it output in the console and network tab? Also, which PHP version are you using? If you try a fresh and manual install without vanilla, can the issue be reproduced?

Re: New install Version 4.0.1.1 Pop-Ups Non Interactive

Posted: Sun Oct 09, 2022 7:13 am
by thumperbay
Someone else posted this same problem in bugs, so it seems to be a problem with the version. Looks like their demo site is running 4.0.0.0, where it works. So must have been something that was introduced in 4.0.1.1

Re: New install Version 4.0.1.1 Pop-Ups Non Interactive

Posted: Mon Oct 10, 2022 2:14 am
by straightlight
Yes, a pull request on Github Opencart has been submitted lately for revision. It is still pending.