7 replies [Last post]
jovemac's picture
Offline
Joined: 01/23/2008
Juice: 51
Was this information Helpful?

hi!

I have installed drupal/uber cart. Enabled this special offer and best seller options. Both of them fit only in the content area of drupal. I want this to be displayed either in right/left side bars where they are not fitting in. Is there any way to change the display to

Img
Name
Price

in this vertical format rather than the exisiting horizontal format?

Regards - Jo

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Special offers/ Best Sellers.

Hey Jo, you'll probably have to make your own blocks for this using the Views module. Those core catalog blocks have probably already been removed b/c of the limitation you've pointed out and others.

jezv's picture
Offline
Joined: 01/13/2008
Juice: 19
Hi Ryan How do you make a

Hi Ryan

How do you make a best sellers block using Views? I can't see any fields that relate to sales data that could be used to sort the products.

Cheers

Jez

thill's picture
Offline
Joined: 01/25/2008
Juice: 815
Jez, I don't like to step on

Jez,

I don't like to step on Ryan's toes but I have an answer for you.

For us it depends on the client, for budget projects we just do a CCK Field or two related to featured products and use views to display a block and a page.

For jobs that require it we use the Statistics functionality built into Drupal core. You can read a little on it here http://drupal.org/handbook/modules/statistics. I have also used the Drupal Hall of Fame module located here http://drupal.org/project/hof.

Both require some customization and theming to work exactly how you would want them to work.

jezv's picture
Offline
Joined: 01/13/2008
Juice: 19
Hmm, thanks thill I can see

Hmm, thanks thill

I can see that a cck field would work well for promotions or featured products (is this better than using a taxonomy term?). I can also see that the statistics or HOF modules would help with a 'most viewed products' block or similar. But what about recreating the bestsellers block, which seems to have disappeared somewhere between beta7 and RC2? (unless I'm going blind, in which case I apologise for wasting your time)

Jez

TR
TR's picture
Offline
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3424
Re: Hmm, thanks thill I can see
<tr>.
jezv's picture
Offline
Joined: 01/13/2008
Juice: 19
Re: Re: Hmm, thanks thill I can see

Didn't think to look there. Doh!

Thanks

Jez

Axel_Pressbutton's picture
Offline
Joined: 11/30/2008
Juice: 123
Ryan wrote:Hey Jo, you'll
Ryan wrote:

Hey Jo, you'll probably have to make your own blocks for this using the Views module. Those core catalog blocks have probably already been removed b/c of the limitation you've pointed out and others.

Sorry to bring this one up again, but how would I go about creating a "Best Sellers" list using Views - Most, if not all of my other product displays are done using Views so I was wondering if i could just carry on the same way...

..the only problem I seem to be having is finding a method to sort my views returned list on - I was hoping there would be something like

Product: Number sold
or
Stock: Number sold

under the Add Criteria list. Is there a way around this or a far simpler way. Is there actually a way to add extra sort criteria to the list somehow?

I've tried the Mareting module for this but would rather stick with using Views...please let me know if this is possibly not the best approach Eye-wink

Many thanks