Skip to content

Magento2: How to add dropdown menu with category products category on top navigation

I am using magento 2.4.3-p2 I want to show sub-category products along with subcategories in top navigation. Home MainCategory About Us Subcategory1 Subcategory2 Subcategory3 product-1-1 Product-2-1 product-3-1 product-1-2 Product-2-2 product-3-2 product-1-3 Product-2-3 product-3-3 Please help me how to achieve this… Read More »Magento2: How to add dropdown menu with category products category on top navigation

How to resolve content security policy I want to add ADA Compliance from in magento 2.4.3?

I want to whitelist my ADA Compliance script into magento_csp for that i have created CSP_whitelist.xml for resolve following error Error : Refused to load the script ‘https://acsbapp.com/apps/app/dist/js/app.js’ because it violates the following Content Security Policy directive: “script-src ‘self’ ‘unsafe-inline’… Read More »How to resolve content security policy I want to add ADA Compliance from in magento 2.4.3?