Skip to content

Commit

Permalink
Armazenamento de módulos usados na loja
Browse files Browse the repository at this point in the history
- Correios
- Lingua PT-BR
- Slider Carosel
- Correção cálculo regras carrinho
- Correção rótulos endereço Checkout
- Inclusão Regra Carrinho Método de Pagamento
- Inclusão de filtro Menor Preço e Maior Preço
- Tema Freego
  • Loading branch information
lindomarcb committed May 24, 2020
1 parent 55d8011 commit 546ab36
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions documentacao/ROTEIRO PARA INSTALAÇÃO LOCAL DO MAGENTO 2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,8 @@ CORRIGINDO BUG DE CSS NOS E-MAILS
- php bin/magento cache:flush


Ajustar campos Endere�os
AJUSTAR CAMPOS/R�TULOS DE ENDERE�OS
===================================


https://www.magenteiro.com/blog/magento-2/linhas-endereco-amigaveis-magento2/
Expand Down Expand Up @@ -897,15 +898,20 @@ ADICIONAR A OP
$labelValues[$groupRelations[$code]]['value'][$code] = ['value' => $code, 'label' => $title];
- ABRA UMA LINHA NOVA ANTES DESSA INSTRU��O E ADICIONE O CONTE�DO ABAIXO:
$labelValues[$groupRelations[$code]]['label'] = $groupRelations[$code];

REFERENCIAS FORUM SOBRE O PROBLEMA: https://github.com/magento/magento2/issues/4145


5) EXECUTE NO Shell do XAMPP NA PASTA htdocs\magento2 os seguintes comandos:
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento deploy:mode:set developer
- php bin/magento setup:static-content:deploy -f
- php bin/magento cache:flush

REFERENCIAS:

REFERENCIAS FORUM DE INSTRU��O:
https://magento.stackexchange.com/questions/204532/magento-2-2-1-how-to-give-discount-on-payment-methods?answertab=votes#tab-top
REFERENCIA: V�DEO YOUTUBE MESTRE MAGENTO: https://youtu.be/KInkdNJOFYU


CORRIGIR C�LCULO DE REGRA METODO DE PAGAMENTO DO CARRINHO
Expand Down Expand Up @@ -1003,7 +1009,24 @@ php bin/magento module:disable <nome do m
php bin/magento config:set admin/security/session_lifetime 1440 -- Muda o tempo de vida das vari�veis de sess�o.
C:/Users/lindo/AppData/Roaming/Composer/auth.json -- lugar onde � guardado as credenciais no caso de clicar em Y

####################################
### ALGUMAS DICAS DE USABILIDADE ###
####################################


COMO APRESENTAR MENSAGENS NO CONSOLE USANDO O PHP
=================================================

echo
"<div display='none'>
<script type='text/javascript'>
console.log('console log message');
</script>
</div>";


MODELO SLIDER FREEGO
====================

---------------------
slider
Expand Down
Binary file added modulos_zipados/MageFix-Customer-master.zip
Binary file not shown.
Binary file added modulos_zipados/Magenteiro_StreetLines.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added modulos_zipados/language_pt_br-master.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added modulos_zipados/solwin-freego-theme-m2 (1).zip
Binary file not shown.

0 comments on commit 546ab36

Please sign in to comment.