Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

The additional step doesn’t work correctly and the continue payment on it doesn’t even work

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
action
1 Responder
1535 Visualizações
Avatar
Gabriel Gonzalez

Hi, I have a problem with the additional step, first, when i insert my address information, I get send directly to the additional step, but it should send me to the delivery method page, if I select to go back i get send to the delivery method page then to the invoicing info page and then again to the additional step page, the problem is that the continue to payment button doesn’t work, I created one that sends you directly to the payment page but this is not the way I need it, I need the continue payment button to work, can someone help me with this? 

0
Avatar
Cancelar
Avatar
Odiware Technologies
Melhor resposta

It sounds like you're encountering a flow issue with your checkout process in Odoo, where the "Continue to Payment" button is not functioning as expected. Here’s how you can approach fixing this:

  1. Check the Checkout Flow Configuration:
    • Go to Website → Settings → Checkout.
    • Ensure that the steps in the checkout process are correctly set up (Address, Delivery, Payment, etc.). The "Continue to Payment" button should be configured to go from the address or delivery step directly to the payment step.
  2. Custom Button Redirection Issue:
    • If you've created a custom button for direct payment redirection, there might be a conflict with the standard flow. Remove or disable the custom redirection button and let Odoo handle the navigation through the default process.
  3. Inspect JavaScript:
    • If you’ve customized any JavaScript related to the checkout process, ensure the functions for the "Continue to Payment" button are properly handling the flow and not causing a redirect loop.
    • Open the browser console (F12) and check for any JavaScript errors that could be interrupting the process.
  4. Ensure Correct Sequence of Steps:
    • The issue of being redirected between pages could be because the user is not completing the required steps before moving to the next one. Double-check that your Odoo checkout settings require users to complete each step (address, delivery, invoicing) before moving to the next.
  5. Odoo Customization:
    • If you've done any customizations to the checkout process (for example, modifying the flow of steps or altering the functionality of buttons), ensure the logic is implemented correctly and that the "Continue to Payment" button triggers the right action.
  6. Check for Custom Modules:
    • If you’re using any custom modules for the checkout or payment process, they could be causing conflicts. Temporarily disable them and see if the issue persists.
  7. Clear Cache and Refresh:
    • Clear your browser cache and refresh the page to ensure that any recent changes are properly loaded.

Once these steps are checked, the "Continue to Payment" button should work as intended, following the correct flow from address input, through delivery, and to payment.

If you continue to have issues, reviewing any custom code or consulting with an Odoo developer might be necessary for more in-depth debugging.

-1
Avatar
Cancelar
Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
Odoo eLearning app, users cannot access the courses
action
Avatar
Avatar
1
nov. 25
180
tyhujty ryhtrey retye ter erter erter er
action
Avatar
0
nov. 25
10
I use odoo19, Enterprise version When i connect the Social Media in Social Marketing module so i face this issue. Unprocessable Entity. Resolvido
action
Avatar
Avatar
1
nov. 25
184
(!!copair~rápido!!) Cómo puedo hablar con una persona real en Copa?
action
Avatar
0
nov. 25
4
Notification Email Alias – What Emails Are Sent?
action
Avatar
0
nov. 25
5
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now