Hi,
I am trying to redirect page after payment has been done through any payment gateway. I have added return_url = "localhost:8081/shop/confirmation" it redirect to this page the the cart doesnt get clear or my quotation does not get converted into sale_order thats why may be my product still in cart even if I redirect it on confirmation page.
If anyone know this please help.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
2
Odpowiedzi
4011
Widoki
First, you need to make sure whether the controller is redirected to the URL /shop/confirmation else try in a hosted server. If it's not redirecting then, possible issues are, you may have multiple databases. so make sure to update db_filter in config.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się
Hello Nalini,
If you are doing this in a local server, this will not work. You have to use either use a Public IP or a domain for direction to your website from payment gateway.