Posted by E_Maverik on December 16, 2007 at 4:30am
I am challenged & need assistance.
Novice Drupal user, have created a taxonomy structure, vocabularies (about 5), each with 3 to 20 terms, each term with 3 to 40 subterms.
I then create products, there may be 250+ of these.
Each of the products need to be "tagged" with 3-30 sub-terms and the parent term.
The tags, together with other links such as "read more" and "add to cart" display after the item subject. If the number of tags is more than 4, the tags and other links run into each other.
Is there a way to display 3 or 4 tags (or links) then insert a line (and repeat until the last tag).
Thank you in advance.
Comments
Hi, yes that is possible but
Hi, yes that is possible but isn't really an e-commerce problem, it's a theming issue. You need to style the container of the links/tags so that they don't run into each other anymore.
Read the theming sections of the handbook: http://drupal.org/handbooks
There is a free chapter with the drupal book (http://www.drupalbook.com/) which writes about theming so that might be a good read as well.
Product & selection option display
Jax,
I really appreciate the tip! - Should be able to progress with the product display after a read.
My other issue is the process of selecting the product. I am using taxonomy, with the taxonomy menu option.
Have defined vocabs - (OK), then the terms - (OK), now each term could have 3 to 40 subterms - these display as one "sub term" per line - some results will overrun the page - (logic works - not visually appealing)
I need a way to display these as entries in a row, such that they can be seen in a single page display - with the taxonomy menu module, is there a way to direct the "subterms" to display to a "page", then when the "subterm" is selected the filtered product set is displayed?
Thank you in advance!