Customize Header and Footer for Entire Store

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
archeie
Ensign (ENS)
Ensign (ENS)
Posts: 11
Joined: Tue May 06, 2008 11:53 pm

Customize Header and Footer for Entire Store

Post by archeie » Mon Dec 01, 2008 12:32 pm

We need to have our own customized header and footer for the site. I do not want to use the store themes. How do we customize the header/footer for the entire store in the online admin area? I prefer not compile/decompile the code files to throw up a custom header/footer on the site. what options do we have? thanks.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Customize Header and Footer for Entire Store

Post by mazhar » Mon Dec 01, 2008 12:42 pm

For this you need to create your own header and footer scriptlets. You can do this very easily. Standard Header.htm file in the App_Data/Scriptlets/Custom/Header/ directory similarly create Standard Footer.htm file in App_Data/Scriptlets/Custom/Footer/ folder. This will override the standard ones automatically. You can also create your themes as well. Please read the following topic regarding the store themes
http://wiki.ablecommerce.com/index.php/Creating_Themes

Post Reply