problem with the checkout button on my landing page

gust_

Newbie
Joined
Oct 6, 2024
Messages
16
Reaction score
1
I created a landing page on WordPress for my plr everything was going well but when I was testing the button that should take me to checkout it wasn't working as it should I put the correct link on the button but when I clicked on it instead of taking it to checkout like It should be opening another page with the same website, does anyone know what this problem could be and how to solve it?
 
There are countless reasons that could be behind your problem,
No one could blindly know without actually taking a look
 
Sounds like the button might be set up with a relative link instead of an absolute one. Double-check the URL you’re using for the checkout link. If it starts with a forward slash ("/"), it’s probably loading a new page within your site instead of going to the external checkout page.

Try replacing it with the full URL, starting with "https://". That should fix it. If it still doesn’t work, maybe there’s a plugin or theme issue causing the redirect. You might wanna disable any caching plugins or even check your theme’s settings to see if there’s something overriding the button action.
 
Parece que o botão pode estar configurado com um link relativo em vez de um absoluto. Verifique novamente a URL que você está usando para o link de checkout. Se ele começar com uma barra ("/"), provavelmente está carregando uma nova página dentro do seu site em vez de ir para a página de checkout externa.

Tente substituí-lo pela URL completa, começando com "https://". Isso deve resolver. Se ainda não funcionar, talvez haja um problema de plugin ou tema causando o redirecionamento. Você pode querer desabilitar quaisquer plugins de cache ou até mesmo verificar as configurações do seu tema para ver se há algo substituindo a ação do botão.

Sounds like the button might be set up with a relative link instead of an absolute one. Double-check the URL you’re using for the checkout link. If it starts with a forward slash ("/"), it’s probably loading a new page within your site instead of going to the external checkout page.

Try replacing it with the full URL, starting with "https://". That should fix it. If it still doesn’t work, maybe there’s a plugin or theme issue causing the redirect. You might wanna disable any caching plugins or even check your theme’s settings to see if there’s something overriding the button action.
the URL is correct and starts with https:// and the only plugin I have installed is Elementor
 
Back
Top