magento 2 Check the status of indexing cron
I have magento2 website.I have crontab configured for running the daily crons.How i can verify the indexing cron is running daily. Also how i can check the current running crons Thanks in advance
I have magento2 website.I have crontab configured for running the daily crons.How i can verify the indexing cron is running daily. Also how i can check the current running crons Thanks in advance
How to add header and footer to checkout page. I used the override method. I created checkou_index_index.xml file in following path layoutoverridethemeMagentoblank in my custom theme. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceBlock name="minicart" remove="false" /> <referenceContainer name="header.panel" remove="false" /> <referenceBlock…
I am trying to rewrite an URL from category to CMS page, but it didn't work. When I try to delete the system category URL and rewrite a custom URL then it works, but after indexing I'm facing the same…
I'm attempting to customise the ultimo theme (although presumably this would apply to any magento theme). I have created a new custom theme which (using theme.xml) uses Infortis/ultimo as it's parent. Ultimo has the following path for it's header.phtml ultimo/default/template/page/html/header.phtml…
In magento 2.2.0, user role pages shows blank. What missed in this? - I cleared cache. - Removed var/cache - Removed var/page_cache - Removed var/view_preprocessed - run php bin/magento setup:static-content:deploy Is any other issue in this version or anything have…
I have downloaded a Magento 2 theme and I want to install that theme to my Magento store. currently I am doing it on my local host. I am new in Magento and want to install the theme. When I…
I am trying to switch stores programmatically. I used following code to achieve it: /** * @var MagentoStoreModelStoreManagerInterface */ protected $_storeManager; public function __construct( MagentoStoreModelStoreManagerInterface $storeManager ) { $this->_storeManager = $storeManager; } and then: $this->_storeManager->setCurrentStore('YOUR_STORE_ID'); as given in https://magento.stackexchange.com/a/173763/59686 But…
Apologies if this question has been asked and answered already, or documentation provides a solution, but I can't seem to get my head around this. My objective is to add a custom field within the design configuration settings, where an…
I need to install several extensions. I don't have SSH to that host so I need to be able to do everything with FTP + magento 2 backend. So far I've copied the extension files on the /app/ dir. Looking…
I recently discovered the site I am developing in Magento 2 is missing the Postcode field in the Shipping Address form on the checkout page. I have been digging around and cannot find any reason why it is missing. I…