Catalog

Make Product Teaser viewable in grid under images

Contrib type: 
Code/CSS Snippet

Hello,

I've seen a few posts in which people have requested that a teaser be made viewable in the catalog. While I'm pretty new to the Drupal/Ubercart community, AFAIK there's no way to do this with any version of Ubercart and I haven't seen anybody post any code, so I thought I post what I worked out to make teasers viewable in grid mode. It was amazingly simple! When using this code I put in

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.

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.

Show the product catalog in cart when empty

Contrib type: 
Theme/Template

I was looking for something to tie the users in a bit more than .... "the cart is empty".

This is a very simple submission.

You will have to modify the theme function to match your them.

Instructions:

1) in the theme folder for the theme that you are using (i.e. /themes/iron_picket_red/) create a file called template.php.

2) open file and paste these contents in.

3) find "iron_pickets_red" and replace with your actual theme name.


<?php
// $Id: template.php,v 1.4.2.1 2007/04/18 03:38:59 drumm Exp $

function iron_pickets_red_uc_empty_cart ()
{

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

Google Base TXT exporter

Contrib type: 
Module

Hello!

My first contribution! Not by me specifically however but by my developers. I will learn to program soon! Anyway this is a google base exporter (was csv but realized google doesnt take it so its pipe | delimited).

Anyway I would love for you guys to bug test it, as well as make some feature requests.

Google Base is probably one of the best marketing tools out there and a must for any successful e-commerce store. Enjoy!

Cheers!

-Aaron
Mariff

uBrowser translation

Contrib type: 
Other

Wish list/gift registry module

Contrib type: 
Module
Latest version: 
0.6

ABOUT

uc_wishlist is a module that adds wish list/gift registry support to Ubercart. This module requires Ubercart alpha 8, and has been tested with Ubercart beta 7.

INSTALLATION

Download the latest release of this module below. Uncompress the archive in your Ubercart contrib directory. Enable the wish list module under 'Ubercart - extra' in the Drupal module administration page.

FEATURES

This module enables users to create a gift list for use as a personal shopping list or a public gift registry. An 'add to wish list' button is added wherever there is an 'add to cart' button.

Enhanced Catalog Grid Display

Contrib type: 
Module

Hello,

I've been upgrading this module a bit because I needed to add a few new fields to the grid. So

please take a look and let me know what you think...this is what I added:

allows you to display in the catalog grid, cck fields from the product type.
it adds in the catalog configuration checkboxes for each product cck fields, so you can choose what to display in the grid and what not.

Also the fields are sorted as such:

1 - link + product name
2 - product image
3 - cck fields ordered according the field weight
4 - add to cart button.

Syndicate content