How to set up Email settings for the Contact page in Magento 2?

You can set up Email settings for the contact page from the Stores Configuration section.

Go To Admin Panel, log in with your credentials, Continue reading “How to set up Email settings for the Contact page in Magento 2?”

How to set stores configuration setting per store view level by config.php or config.xml in Magento 2?

You can set up the CMS default pages by store view level in Magento 2 by config.php, config.xml, or Manually from the admin panel.

To set up the Default pages by store view level on your site, You have to follow the given articles with provided steps.

Let’s say we have a website that contains multiple store views based on the language.

Main Website code => base
Main Website Store code => base
Main Website Default Store view code => default (By Default English store)
Main Website Spanish Store view code => us_es (Spanish Store view)
Main Website Spanish Store view code => us_fr (French Language Store view) Continue reading “How to set stores configuration setting per store view level by config.php or config.xml in Magento 2?”

How to get CMS static block content in the template file magento 2?

You can add CMS static block content in a template file with your module or theme level.

I hope you have created one static block from the admin panel.
Content -> Elements -> Blocks and create a new CMS static block with your specific content. Continue reading “How to get CMS static block content in the template file magento 2?”