Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williankeller/magento2-floating-buy-button
Get your customer attention the most important action in your online store, the purchase.
https://github.com/williankeller/magento2-floating-buy-button
buy-button composer customer-attention magento-module magento2 magento2-extension magento2-module php7 purchase
Last synced: 3 months ago
JSON representation
Get your customer attention the most important action in your online store, the purchase.
- Host: GitHub
- URL: https://github.com/williankeller/magento2-floating-buy-button
- Owner: williankeller
- License: osl-3.0
- Created: 2018-02-01T14:31:15.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2020-02-17T15:34:40.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T06:51:38.608Z (3 months ago)
- Topics: buy-button, composer, customer-attention, magento-module, magento2, magento2-extension, magento2-module, php7, purchase
- Language: CSS
- Homepage: https://magestat.com/extensions/magento2-floating-buy-button
- Size: 68.4 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Floating Buy Button for Magento 2
A simple way that allows the integration of a Floating Buy Button in your store. No matter how much content it has, like, long product description or a lot of reviews, the button follow your customers along each product page. Bringing the product name, price and of course, the buy button. Get your customer attention the most important action in your online store, the purchase.
[![Build Status](https://travis-ci.org/magestat/magento2-floating-buy-button.svg?branch=develop)](https://travis-ci.org/magestat/magento2-floating-buy-button) [![Packagist](https://img.shields.io/packagist/v/magestat/module-floating-buy-button.svg)](https://packagist.org/packages/magestat/module-floating-buy-button) [![Downloads](https://img.shields.io/packagist/dt/magestat/module-floating-buy-button.svg)](https://packagist.org/packages/magestat/module-floating-buy-button)
## Installation
### Install via composer (recommended)
Run the following command in Magento 2 root folder:
```sh
composer require magestat/module-floating-buy-button
```### Using GIT clone
Run the following command in Magento 2 root folder:
```sh
git clone [email protected]:magestat/magento2-floating-buy-button.git app/code/Magestat/FloatingBuyButton
```## Activation
Run the following command in Magento 2 root folder:
```sh
php bin/magento module:enable Magestat_FloatingBuyButton
``````sh
php bin/magento setup:upgrade
```Clear the caches:
```sh
php bin/magento cache:clean
```## Configuration
1. Go to **STORES** > **Configuration** > **MAGESTAT** > **Floating Buy Button**:
2. In **Enable Module** tab, select **Enabled** option to enable module.
3. In **Settings** tab, choose the options to better compose your store.## Contribution
Want to contribute to this extension? The quickest way is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).
## Support
If you encounter any problems or bugs, please open an issue on [GitHub](https://github.com/magestat/magento2-floating-buy-button/issues).
Need help setting up or want to customize this extension to meet your business needs? Please open an issue and if we like your idea we will add this feature for free.