View Single Post
  #1  
Old 10-29-2009, 10:26 AM
 
cmodesign cmodesign is offline
 

Member
  
Join Date: Oct 2009
Posts: 20
 

Question Static Content Inside Dynamic Pages

I am trying to create 5 new pages that would be linked from my speedbar menu: HOME, ABOUT, WHOLESALE, HELP, CONTACT. There would be one other menu item called STORE which works fine now and is linked to the current home.php that shows the storefront. Basically I am trying to find a way to create dynamic pages with the middle area stripped out so that I can insert my own static HTML content (pictures, headings, text, etc).

HOME would be a dynamic page with all the functionality of the site (cart, sidebar with categories, search, etc.) but stripped of the Deals, Bestsellers, Need Help sections. I want to be able to create HTML content in the blank white column in the middle. This would be the same request for the sections ABOUT and WHOLESALE. HELP would link to the existing Help Zone section with FAQ, Contact Us, Recover Password, etc. CONTACT US would default to the existing Contact page but would not be directly connected to the Help Zone section.

Breadcrumbs examples:
ABOUT US = Home > About Us
HELP = Home > Help
FAQ = Home > Help > FAQ
CONTACT US = Home > Contact Us

It sounds like a lot but basically all I am trying to do is figure out how to add static content inside stripped down dynamic PHP files. Then I am trying to adjust the hierarchy of the menu bar (which seems a bit backwards by default to me)!

Any help would be much appreciated and I imagine that I can't be the only one with this request.
__________________
X-Cart Gold - v4.2.2
PHP: 4.4.9
MySQL: 5.1.55-rel 12.6
Apache: 2.0.54
Reply With Quote