siteation/magento2-module-storeinfo-extra

This package is abandoned and no longer maintained. The author suggests using the siteation/magento2-storeinfo-extra package instead.

Get your store information with ease

Installs: 9 092

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:magento2-module

1.1.0 2022-02-03 15:39 UTC

This package is auto-updated.

Last update: 2022-12-17 17:49:32 UTC


README

Warning This package has moved to https://github.com/Siteation/magento2-storeinfo

This Magento 2 module add the option to show social buttons or more extras with ease.

So you can get the whatsapp number from the Stores > Config. Instead using static block or hard code it in your template directly.

Installation

Install the package via;

composer require siteation/magento2-storeinfo-extra
bin/magento module:enable Siteation_StoreInfoExtra
bin/magento setup:upgrade

Note This Module require Magento 2.3 or higher! For more requirements see the composer.json.

How to use

By default this module loads nothing.

Use one of the samples to get started.

After this Enter your information in the available options found in Stores > Configuration > General > General > Store Extra information

Adding sample block

Hyva - XML Sample
<referenceContainer name="footer">
    <block
        name="footer.store.socials"
        as="footer-store-socials"
        template="Siteation_StoreInfoExtra::hyva/socials.phtml"
    />
</referenceContainer>

Other options are: coc-number.phtml, whatsapp-button.phtml

Luma - XML Sample
<referenceContainer name="footer">
    <block name="footer.store.socials"
        as="footer-store-socials"
        template="Siteation_StoreInfoExtra::luma/socials.phtml">
        <arguments>
            <argument name="viewModelStoreInfo" 
                xsi:type="object">Siteation\StoreInfoExtra\ViewModel\StoreInfoExtra</argument>
        </arguments>
    </block>
</referenceContainer>

Other options are: coc-number.phtml, whatsapp-button.phtml

Extending

Incase you want to add your own fields, you need create your own module, that has at least contains the etc/adminhtml/system.xml file.

In here you can create new fields, just as this module is doing.

Preview

Magento 2 footer with social icons