PHP code example of semexpert / module-store-info-blocks

1. Go to this page and download the library: Download semexpert/module-store-info-blocks library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

semexpert / module-store-info-blocks example snippets


 $storeInfo = $block->getStoreInformation(); 

<form>
    <!-- ... -->
</form>

<p>
    Or call us at <a href=tel:<?= $block->getChildHtml('storephone') 
bash
php bin/magento module:enable SemExpert_StoreInfoBlocks