a couple years ago for work I built a "shopping cart" of sorts that lets users renew their memberships to our organization as well as make other donations and what not. I built it in a 3-column layout:
the left column is a menu list of "categories" and clicking links in that menu dynamically updates the specific options in the center column where the user makes selections and updates their shopping cart. The third column on the right is a summary of what is in their shopping cart.
(see attached screenshot.)
Anyway, our website is being rebuilt by an outside vendor and I've been charged with the task of cramming this application into their new template. The problem is, the new template has a site navigation menu already on the left.
So if I just stuck this page into the template there would be 4 columns, and two problems:
1) two menu columns on the right would look weird and be confusing.
2) more importantly, it doesn't all fit. My original screen was meant to be viewed at a 1024 width. With the new template site though, I only have about 750px of real estate to the right of the menu
So I could use some suggestions on how else I could lay out these elements. thoughts?
I considered do a pagination thing where you "step" through all the options -- but as a user - I find that frustrating (think godaddy. ugh)
or maybe a "header" menu with drop downs of the options?