There are several options on what to show on the catalog listing pages, but not one to show a "more details" or "see more" type link. How do we add one as an option?
Thanks for the help!
|
Ubercart |
|
|
|
||
|
Sun, 03/29/2009 - 19:39
There are several options on what to show on the catalog listing pages, but not one to show a "more details" or "see more" type link. How do we add one as an option? Thanks for the help!
Me too
I have been looking for that myself. Are you using 2.X or 1.X. Sam
1.x
I can't find anything
1.x I can't find anything relevant. I'd hate to have to create my own grid views to get exactly what I want.
Re: 1.x
I can't find anything
I did it through views (I'm using 2.x)
Re: Re: 1.x
I can't find anything
Yeah it's possible with views, but then you have to create a view for each category manually, instead of ubercart automatically creating pages for you. It would be much easier for everyone to add this to ubcart catalog code as an option to show. Shouldn't be too hard. If someone points me in the right direction (where exactly to make the changes, I'll do it myself and test.
Re: Re: Re: 1.x
I can't find anything
Actually you'd just need one view and use arguments to automatically grab the category from the URL and use that to filter the content. Take a look at how the taxonomy view that comes with Views does it... just clone that one and tweak! The only thing that Views can't really do natively that the UC Catalog has is directory style browsing, drilling down into sub-categories. But there are other ways around that: http://drupal.org/project/vocabindex |
|