From 6e00d1d2f25f85cdf0197ead9b7954b7c912eb90 Mon Sep 17 00:00:00 2001 From: Mandel Olaiya Date: Sat, 2 May 2026 21:55:11 +0200 Subject: [PATCH] header: add Our Collection mega menu; remove inline search --- .../templates/carbasa/headers/header.html | 4 -- .../templates/carbasa/headers/mega.html | 39 +++++++++++++++++++ 2 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 mandelstudio/templates/carbasa/headers/mega.html diff --git a/mandelstudio/templates/carbasa/headers/header.html b/mandelstudio/templates/carbasa/headers/header.html index 1549043..c902554 100644 --- a/mandelstudio/templates/carbasa/headers/header.html +++ b/mandelstudio/templates/carbasa/headers/header.html @@ -53,10 +53,6 @@ {% endblock %} -
- {% include 'oxyan/headers/partials/search.html' %} -
- {% esi_fragment 'oxyan/headers/partials/carbasa-user-bar.html' with sessionid=True oscar_open_basket=True messages=messages request=request csrf_token=csrf_token user=user basket=basket num_unread_notifications=num_unread_notifications only %} {% block language_chooser %}{% endblock language_chooser %} diff --git a/mandelstudio/templates/carbasa/headers/mega.html b/mandelstudio/templates/carbasa/headers/mega.html new file mode 100644 index 0000000..41b5cad --- /dev/null +++ b/mandelstudio/templates/carbasa/headers/mega.html @@ -0,0 +1,39 @@ +{% extends "carbasa/headers/header.html" %} +{% load i18n oxyan category_tags ocyan_main ocyanjson wagtailsettings_tags %} + +{% block nav %} +{% ocyanjson "theme" "menu_depth" 1 as menu_depth %} + +{% endblock %} +