2017 © Pedro Peláez
 

library module-limitcartitemqty

Limit the qty of itens in the cart.

image

mageup/module-limitcartitemqty

Limit the qty of itens in the cart.

  • Sunday, May 27, 2018
  • by trezo
  • Repository
  • 2 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Extensão Limitar Quantidade de Itens no Carrinho para Magento 2 (Magento CE 2)

Com este módulo é possível limitar a quantidade de itens que seu cliente possui no carrinho em cada compra, possibilitando que se limite uma quantidade personalizada e que quando o limite seja atingido, uma mensagem informativa é apresentada ao seu cliente (mensagem personalizada via Admin)., (*1)

Instalação

Instalar usando o composer:

  1. Entre na pasta raíz da sua instalação
  2. Digite o seguinte comando:, (*2)

    composer require mageup/module-limitcartitemqty:dev-master
    
  3. Digite os seguintes comandos, no terminal, para habilitar o módulo:, (*3)

    php bin/magento module:enable Trezo_LimitCartItemQty --clear-static-content
    php bin/magento setup:upgrade
    

ou baixar e instalar manualmente:

  • Criar a seguinte estrutura de pastas app/code/Trezo/LimitCartItemQty
  • Baixe a ultima versão aqui
  • Descompacte o arquivo baixado e copie as pastas para dentro do diretório criado no início
  • Digite os seguintes comandos, no terminal, para habilitar o módulo:, (*4)

    php bin/magento module:enable Trezo_LimitCartItemQty --clear-static-content
    php bin/magento setup:upgrade
    

The Versions

27/05 2018

dev-master

9999999-dev

Limit the qty of itens in the cart.

  Sources   Download

proprietary

by Avatar trezo
by Bruno Roeder

27/05 2018

1.0.0

1.0.0.0

Limit the qty of itens in the cart.

  Sources   Download

proprietary

by Avatar trezo
by Bruno Roeder