Portal Home > Knowledgebase > Ecommerce Hosting > Customize > How to show content on home page only?
To show content on home page only. Once activate the active cart designer, right click to select edit source code. Insert the code below in proper line.
Code:{if $current_page == "home"}your home page coding{else}other coding for the rest of the pages{/if}
Add to Favourites
Print this Article