3 replies [Last post]
ryanschmidt's picture
Offline
Joined: 11/17/2008
Juice: 235
Was this information Helpful?

I am looking to create a solution for my client for their numerous products and variations. The setup is nothing new but I can't seem to find any insight on the best way to go about making this as easy as possible for the client.

They want to create a page like this: http://www.aishealth.com/Products/dhp.html

Things to note about the page: anchor links on the left linking to different portions of the page, buy it now options throughout the page (all linking to the same thing), repeated content throughout the page, etc.

Currently, they are hand coding those pages and have contracted me to not only completely redesign the site but also to find an easier way for them to generate these pages. The previous contractor made it overly automated so that they couldn't customize each product. They aren't scared to do a little thinking for these product pages because they realize that almost all of them have different sections and formats, etc.

I was thinking (as was the previous contractor) that I could just create certain CCK fields and then theme them up. Well, that's not going to work because each product page will have different fields. I was also thinking that I could create TONS of cck fields and just hide the ones that aren't used.

This is one of those issues that there are SO many ways I could do it but I wanted to stop here first to see if I could get some insight from some of you. I appreciate it. Thanks!

manatwo's picture
Offline
Joined: 02/19/2008
Juice: 235
Re: Allow client to setup product pages - Theme them, tons of pr

My first thought is, my condolences to you, my second - is there a distinct need for cck fields? Seems like they could do it with a WYSIWYG editor. If you get it set up right, you can do all kinds of things.

ryanschmidt's picture
Offline
Joined: 11/17/2008
Juice: 235
Re: Re: Allow client to setup product pages - Theme them, tons o

Thanks for the condolences Smiling

Yes, a WYSIWYG editor will work but I'm also trying to cut down on requiring them to enter data more than once. Like, the pricing and the cart links etc. It makes sense to me to have some type of field (cck) that I can then print in multiple places across the page. Any thoughts?

manatwo's picture
Offline
Joined: 02/19/2008
Juice: 235
Re: Re: Re: Allow client to setup product pages - Theme them, to

I don't know how hard this would be because I've never tried it, but there must be a way to do CCK fields for those things that would repeat and then tokenize it so they can put it in the node body? I know modules like flashvideo let you do a [video] wherever you want to put the video attached to the node.