Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.