configure different logo depending on breakpoint
I need to set different logos for my store: a logo for desktop and a different one for mobile using 768 as breakpoint, I do not have to use an existing extension.please help
Auto Added by WPeMatico
I need to set different logos for my store: a logo for desktop and a different one for mobile using 768 as breakpoint, I do not have to use an existing extension.please help
I created breadcrumb using layout.xml file but when i am go to that page breadcrumb is coming at the top of the page. what i need is below the main menu. <referenceBlock name=”breadcrumbs”> <action method=”addCrumb”> <argument name=”crumbName” xsi:type=”string” translate=”true”>Home</argument> <argument… Read More »How to move breadcrumb to below main menu in custom module in magento 2
I want to send Coupon Code for Next Order Discount. When any customer will place an order then customer will received a unique Coupon Code For Next Order. anyone have an idea how to i’ll do this ?
How we can call the CMS page using controller. Is it possible to call the CMS page from controller. If it is possible how we can call the CMS page using controller. Thanks.