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!
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!
Last edited by thumperbay on Sat Oct 08, 2022 11:40 pm, edited 1 time in total.
Oh, just wanted to note that the pop-ups do work correctly in the Admin interface, just don't work on the main site.
Attachments
pop-up-problem.PNG (6.14 KiB) Viewed 1834 times
OC version, server error logs.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Version is in subject, nothing in error logs.
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?thumperbay wrote: ↑Sun Oct 09, 2022 6:51 amOk 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>
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
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
Yes, a pull request on Github Opencart has been submitted lately for revision. It is still pending.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: Majestic-12 [Bot] and 1 guest