Jump to content

Log in Information Not Shown After Check Out


Recommended Posts

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?

Screenshot from 2018-05-01 12-54-19.png

Edited by Burak KAYMAKCI (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...