2017 © Pedro Peláez
 

magento2-module magento2-b2butils

B2B Utilities for Magento 2

image

aune-io/magento2-b2butils

B2B Utilities for Magento 2

  • Tuesday, July 17, 2018
  • by renatocason
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Magento 2 B2B Utils

B2B utilities module for Magento 2., (*1)

Build Status Coverage Status Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

System requirements

This extension supports the following versions of Magento:, (*3)

  • Community Edition (CE) versions 2.2.x
  • Enterprise Edition (EE) versions and 2.2.x

Installation

  1. Require the module via Composer
$ composer require aune-io/magento2-b2butils
  1. Enable the module
$ bin/magento module:enable Aune_B2bUtils
$ bin/magento setup:upgrade

Features

Registration Approval

Allows a store owner to manually approve new customers before they can successfully login., (*4)

To enable this feature: 1. Go to Stores > Configuration > Customers > Customer Configuration > Create New Account Options 2. Set Require Shop Owner Approval to Yes 3. (Optional) Set recipient for registration notification 4. (Optional) Customise email templates 5. Clean the configuration cache, (*5)

Reserved Prices

Show prices only to registered / logged in users., (*6)

To enable this feature: 1. Go to Stores > Configuration > Catalog > Catalog > Price 2. Set Reserved to registered users to Yes 3. Clean the configuration cache, (*7)

Authors, contributors and maintainers

Author: - Renato Cason, (*8)

License

Licensed under the Open Software License version 3.0, (*9)

The Versions

17/07 2018

dev-master

9999999-dev

B2B Utilities for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • php ~7.0.0|~7.1.0
  • magento/framework 101.0.*
  • magento/module-catalog 102.0.*
  • magento/module-customer 101.0.*
  • magento/module-quote 101.0.*

 

The Development Requires