Maintainers strive to actively monitor issues and respond in a timely manner.

IP-based Determination of a Visitor's Country

This module uses a visitor's IP address to identify the geographical location (country) of the user. The module makes this determination and stores the result as an ISO 3166 2-character country code in the Drupal $user object, but otherwise has no effect on the operation of your site. The intent is simply to provide the information for use by other modules. A function is also provided for you to perform your own lookup, to use in your own manner. Features include automatic updates of the IP-country database and admin spoofing of an arbitrary IP or Country for testing purposes.

Canada Post Shipping Quotes

This module is used to obtain Canada Post shipping quotes. It interfaces with Canada Post's "SellOnline" service (http://sellonline.canadapost.ca) to obtain quotes directly from the Canada Post server. Works for both domestic and international shipments.

The module currently works with Ubercart, but the 7.x-3.x branch in development will also work with Commerce.

Reorder button for Ubercart

Repeat customers are your best customers; you can rely on them to keep coming back to your store so long as you provide the goods or services they need. They are a steady revenue stream, an easy sell. But to quickly close the sale you need to make it easier for them to find and purchase more of the same stuff they've ordered previously.

This module lets your customer (or you, the admin) duplicate a previously placed order. It works by modifying the user order history page (e.g. user/4/orders) to display a "Re-Order" button for each previous order. The user can click on the link to have all the items from that previous order added to his or her current cart. Items added to the cart in this manner will have the current price, but will otherwise preserve all the same attributes as in the previous order.

When stock tracking (using the Inventory API) is enabled, products are only added to the current cart if they are in stock.

Package Tracking

Drupal Commerce note: The 7.x-1.0 release will be compatible with Drupal Commerce as well as Ubercart.

Tracking information is probably the most important thing the customer is interested in seeing after an order is placed! The customer wants to know "Where's my stuff?", and you don't want him bugging you about it.

This module lets your customer (or you, the admin) track shipped packages. It uses a hook to interface with installed shipping methods, so it can support tracking packages sent by any carrier, provided the hook is implemented. This module comes with hooks pre-written for FedEx, UPS and USPS.

It works by modifying the user order history page (e.g. user/4/orders) to display a clickable tracking number (or numbers) associated with each order. The user can click on the number and get real-time tracking details for his merchandise.

I decided to display the tracking number on the order history page so the customer wouldn't have to drill down and look for the tracking number - it should be right up top, since it's the thing they care about most. (This active tracking link should also be available on any page where the tracking number appears, but to do that easily requires modifications to the core Ubercart modules.)

To Use:
Install the uc_tracking module. Enable it at admin/build/modules.

ISPConfig

ISPConfig Logo

The ISPConfig module is a tool for configuring a remote ISPConfig installation directly from your drupal environment. It uses the ISPConfig Remoting Plugin, which is based on SOAP.

Node Reference Views Select

UPDATE: Module development has resumed since a new maintainer has been appointed.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained