Burak KAYMAKCI Posted May 1, 2018 Share Posted May 1, 2018 (edited) Hi, After I check out my order and successfully pay. I get redirected to another page where I am informed that my order and payment is confirmed. But on that page the header shows as if I am not logged in. But after clicking on another page it comes back to normal. I've been looking at the tpl files to find a fix to this but I couldn't figure out what to change or what to add. Codes for that confirmation page is as follows (which is order_result.tpl) : {extends file='page.tpl'} {block name='page_content'} <p> {if !empty({$error})} {$error} {else} {if $locale == 'tr'} <span class="bold">Siparişiniz ve Ödemeniz Başarıyla Alındı.</span> <br/> <br/> Kredi Kartınızdan çekilen miktar {$total} {$currency} <br/> <br/> Teşekkür ederiz. {else} <span class="bold">Successfully Received your order and your payment.</span> <br/> <br/> The amount withdrawn from your credit card {$total} {$currency} <br/> <br/> Thank you. {/if} {/if} </p> {/block} By the which page.tpl is that in the code? Edited May 1, 2018 by Burak KAYMAKCI (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted May 6, 2018 Share Posted May 6, 2018 if you press ctrl+f5 in that page, you get logged in? Link to comment Share on other sites More sharing options...
Burak KAYMAKCI Posted May 6, 2018 Author Share Posted May 6, 2018 2 hours ago, shacker said: if you press ctrl+f5 in that page, you get logged in? Yes, I do. Even if I click on another page, I am logged in. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now