Jump to content

[SOLVED] How to change header content in checkout procces?


Recommended Posts

Hello,

 

could anybody help me how to change the header content while checkout? I would like to have there additional pros info instead of search box, etc...

 

I know I can "hide" the content by display:none for body#order-opc. But how then I will add there new content whcih will be in header only when customer goes to checkout.

 

Thanks for your help,

 

Daniel

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

Hello,

 

could anybody help me how to change the header content while checkout? I would like to have there additional pros info instead of search box, etc...

 

I know I can "hide" the content by display:none for body#order-opc. But how then I will add there new content whcih will be in header only when customer goes to checkout.

 

Thanks for your help,

 

Daniel

 

 

Hello,

 

1. Can add a smart condition

{if $page_name =='order'}
Your content
{/if}

2.  If it is a module, then in the position settings, select the exceptions for this page.

  • Like 1
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...