revhunter / magento2
Magento 2 module - Revhunter
Installs: 1 395
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.1
- magento/framework: *
- magento/magento-composer-installer: *
- magento/module-catalog: *
- magento/module-checkout: *
- magento/module-cms: *
- magento/module-store: *
This package is auto-updated.
Last update: 2024-12-12 20:51:07 UTC
README
Module for RevHunter. It adds before body end an image tag with dynamic adjusted src depending on specific sites (only homepage, category page, product view, checkout cart, checkout login, all checkout steps and success page). This image tag is only generated when module is enabled and RevHunter ID is not empty.
Version
1.0.0
Compatibility
- Magento CE 2.3.3
- Not tested in other versions
Requirements
- Magento 2
- Composer
Installation
To enable this extension just run this commands from Magento CLI
- php bin/magento module:enable Fwc_RevHunter
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy -f
- php bin/magento cache:flush
Configuration options
- Stores -> Configuration -> RevHunter -> RevHunter Configuration
- Available options: Module status and RevHunter ID
Change log
02 Oct 2020
- Init Module