Jump to content

[solved]Prestashop 1.7.6.2 - dropdowns not working


CheeryReaper

Recommended Posts

Hello!
I seem to have an issue with the general js functionality, things like dropdowns and buttons don't seem to work.
Dropdowns look like this spacer.png

And nothing happens when I click on them, same goes if I want to save settings, everything reloads, but the settings stay the same.
Any help would be appreciated.

Link to comment
Share on other sites

  • 4 months later...
  • 6 months later...

You may also change in the file

\src\PrestaShopBundle\Resources\views\Admin\TwigTemplateForm\form_div_layout.html.twig
find block widget_attributes

{%- block widget_attributes -%}
change
id="{{ id }}" name="{{ full_name }}"
to
{{- " " -}} id="{{ id }}" name="{{ full_name }}"
This will add a space before the id attribute and the selects will work on php 7.4

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...