Display

Multi-buy

Contrib type: 
Module
Latest version: 
1.0

Provides two catalog display types that allow buying multiple items with one click. The catalog display types look the same as the default list table and grid formats, but without the add to cart buttons for individual products and with a button at the bottom of the catalog page instead. When the button is pressed all products with positive quantity field values will be added to the cart.

Field Access Permissions

Contrib type: 
Module
Latest version: 
1.0

Sponsor: end user
Developer: Sundays Energy

This module allows you to control the visibility of each ubercart field based on a user role. For example you could hide the "add to cart" button and sell price but display the list price for anonymous users. Access to the fields is controlled in the usual /admin/user/access area.

Option Images

Contrib type: 
Module

For more information view the project page.

Usability - More attention to checkout buttons

Contrib type: 
Code/CSS Snippet

From business point of view, shopkeepers basically want their clients to:

  1. Find a product
  2. Add the pruduct(s) to the cart
  3. Proceed to checkout and pay

Attribute Views (Views Integration for uc_attributes)

Contrib type: 
Module
Latest version: 
0.3

I've written a Views integration for uc_attributes (it also requires uc_stock). Primary features include:

  • Field to show all options for a given attribute
  • Field to show all possible attribute option combinations
  • Field to show only those attribute option combinations that are in stock (aka above the threshold)
  • Filter on the availability of one or more options for a specific attribute (including only those options that are in stock).

Marketing

Contrib type: 
Module

Extra blocks to help with the marketing aspect of a site. Includes the "Best Sellers", "Special Offers", and "Visual Catalog" blocks.

Products can be added to the Special Offers block by setting their "sticky" flag. The Visual Catalog is a clone of the catalog page, but put into a block. The Best Sellers block will be empty until an order is completed.

Text Based Best Sellers like osCommerce

Contrib type: 
Module
Latest version: 
alpha 1

Displays 10 best sellers item as a text on a block. When mouse over occurs display the image of the product form imagecache product_list images.

Currently in development and need javascript/css help for better display. The image is not positioned very well and in some cases the image is blinking.

appreciate any help.

Display multiple hierarchical product catalog blocks

Contrib type: 
Module
Latest version: 
1.1

Think that you have diffent grouping over your products. Like products grouped by poduct types and products group by producers. But you have just one catalog block that displays all the categories within one block.

Here is just an example of having two group in one catalog.

- products
  - product category 1
    - product 1
    - product 1
  - product category 2
   - product 1
   - product 1
-producer
  - producer category 1
    - product 1
    - product 1
  - producer category 2
    - product 1
    - product 1

Tango Icon Set

Contrib type: 
Other

This download is a set of icons from the Tango Icon Library that have been converted and renamed for use in Ubercart menus and pages. These icons originally made up the core icon set, but it came to our attention later that we could not include them in core due to licensing restrictions. Because Ubercart downloads are hosted on Drupal.org, we cannot include any non-GPL files in our distributions. The Tango Icons are licensed under the CC Share Alike license and so do not meet the requirements.

Shop By Brand /Manufacturer - Dropbox

Contrib type: 
Code/CSS Snippet

For Drupal 5.x

How to Setup!

1) Where it says $vid=1;, replace the number 1 with the vocabulary ID number for the vocabulary you want to use to populate the drop-down with the terms in that vocabulary.

2) Optional: Where it says $options[] = t('List by ' . $formname);, replace List by with the word(s) you want at the beginning of the default text in the drop-down.

3) Where it says $options['http://www.example.com/taxonomy/term/'.$term->tid] = $term->name;, replace example.com with the URL of your drupal website, or, leave only '/taxonomy/term/' to user relative path.

Syndicate content