Maintainers monitor issues, but fast responses are not guaranteed.

pkitdisplay

PURPOSE
To provide the means to display product kits on checkout, checkout review, order views, and invoices in Ubercart 6.2.4.

CHALLENGE
When a product kit is added to the cart/order, all items are stored invidually, and by default Ubercart displays them individually.

SOLUTION
1. Store additional information about the product kit w/ every product kit component in order
2. Create cart alter and order alter functions to be used judiciously immediately prior to cart/order display that will show valid product kits (and any kit attributes) rather than their components.

(This approach to alter content at the theme level is of course far from ideal, but I couldn't think of any other way to do this without breaking something).

NOTES
1. **Very important** This module does not affect the display of orders or the cart out of the box. To alter the display of these items, you must insert the relevant function supplied by this module in the appropriate location. See 'sample_application.inc' for an example. Note these "locations" can vary considerably on a site-by-site basis (different theme functions, pane overrides, etc), so rather then making all the alterations in this module, I include the sample application to give an idea of what needs to be done.

Apache Solr Media

This module has been moved to http://drupal.org/project/apachesolr_file
The dependence of media module is removed.
apachesolr_file is based on the file_entity 7.x-2.x and APIs of Apache Solr (Which made the file parsing slow on performance, but easy to deploy.

  • Indexes media files as separate searchable documents in Solr.
  • Indexes all fields attached to the Media File Entities.
  • Integrates with the Media Translation module to allow filtering media files by language.

Version 2 Features

7.x-2.x How to:
You need to use a patch here (http://drupal.org/node/1421130#comment-5537468) to Apachesolr module first to enable ExtractingRequestHandler.

Versions

Beanstream Pay

Support for the Beanstream payment gateway via the Pay module

Media Translation

Have you ever worked on a multi-language website that needed different media files per
language? Don't you wish Drupal could just allow you to bundle a group of related files and tag

Convert to media

This module provide a sample, how to convert nodes contains images inserted via image assists 6.x to 7.x media file entity. This is developed for media module 2.x branch.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained