I could not figure out how to allow users to select a music genre while (at the same time) select a desired category. Instead, I figured that I would allow users to select a category based on their criteria and then choose their desired genre from a list of products all having various genres. The list displays an icon for each genre next to each product. I use the product image as a genre icon and this seems to do the trick. To enhance the interface, I would also like to add a text just below the image that defines the genre and there is no ZenCart control for this. This feature would help the user identify the genre icon more clearly.
I was successful in adding this feature by adding the variable [$products_music_genre_name] into the tpl_modules_main_product_image.php template. However, I would like to display the music genre just below the image in the featured products listing and the product index listing as well. Replacing [$products_price] with [$products_music_genre_name] to the new_products.php module doesn't work. I don't know why.
Any suggestions would be appreciated.
View the site here:
http://www.couldb.com



