Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

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

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

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

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
action
1 Svar
1495 Visninger
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
Kassér
Avatar
Odiware Technologies
Bedste svar

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
Kassér
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Tilmeld dig
Related Posts Besvarelser Visninger Aktivitet
Odoo19, odoo studio related question
action
Avatar
0
nov. 25
19
UI is inappropriate when i install custom module in odoo19 Løst
action
Avatar
Avatar
1
nov. 25
146
Need Advice For Migrate Thousands of Messy SKUs
action
Avatar
0
nov. 25
8
Pickup Date for E-Commerce Løst
action
Avatar
Avatar
Avatar
2
nov. 25
246
[FAQ's]~Can you book a cruise over the phone?
action
Avatar
0
nov. 25
2
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة 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 er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

Website made with

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