Skip to content

Release 2.3.6 - #87

Merged
Hlavtox merged 10 commits into
masterfrom
dev
Nov 13, 2025
Merged

Release 2.3.6#87
Hlavtox merged 10 commits into
masterfrom
dev

Conversation

@Hlavtox

@Hlavtox Hlavtox commented Nov 3, 2025

Copy link
Copy Markdown
Contributor
Questions Answers
Description? Release a new version of the module
Type?
BC breaks? no
Deprecations? no
Fixed ticket?
How to test?

@SiraDIOP SiraDIOP self-assigned this Nov 13, 2025
@SiraDIOP

Copy link
Copy Markdown

Hello @Hlavtox,

Thanks for your PR release,

It's good for me :)

@SiraDIOP SiraDIOP added QA ✔️ Status: Check done, Code approved and removed waiting for QA labels Nov 13, 2025
@Hlavtox
Hlavtox merged commit 4593058 into master Nov 13, 2025
27 of 36 checks passed
@github-project-automation github-project-automation Bot moved this from Ready for review to Merged in PR Dashboard Nov 13, 2025
@ps-jarvis ps-jarvis moved this from Merged to Ready for review in PR Dashboard Nov 13, 2025
@ps-jarvis

Copy link
Copy Markdown

PR merged, well done!

Message to @PrestaShop/committers: do not forget to milestone it before the merge.

@Quetzacoalt91 Quetzacoalt91 added this to the 2.3.6 milestone Nov 13, 2025
@Peter4661

Copy link
Copy Markdown

using module ps_mainmenu v 2.3.6.

After switching from 9.1.4 classic theme to Hummingbird theme, the main menu does not line-up horizontal, but only vertically in one column, only showing part of the categories..

Steps taken:

  • uninstalled the module through backoffice

  • FTP, check if module was removed.

  • followed by database actions:

DELETE FROM ps_configuration
WHERE id_configuration = 212
AND name = 'MOD_BLOCKTOPMENU_SEARCH';

Check whether the entry has actually been removed:

SELECT id_configuration, name, value, id_shop_group, id_shop
FROM ps_configuration
WHERE name LIKE 'MOD_BLOCKTOPMENU%'
OR name LIKE '%PS_MAINMENU%'
ORDER BY name, id_shop_group, id_shop;

Advanced Parameters → Performance → Clear cache

Fresh download Release 2.3.6

installed and configured the module..

Results: no horizontal menu.

Screenshot 2026-07-23 at 11 17 26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

QA ✔️ Status: Check done, Code approved

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

7 participants