XLS Import

Component type

module

Maintenance status

Development status

Component created

Component changed

Module allow you to import XLS with all sheets as is into a database tables.
This means that each XLS sheet will become a table.
Later you can operate data you have in database.
Based on phpMyAdmin code for importing XLS ans XLSX files.

Features:

  • You can choose if first row should be used for column name or columns should be named like in sheet (A, B, C and etc.)
  • Uploaded file will be removed after import and do not take place at server.

Ubercart Price List

Component type

module

Maintenance status

Development status

Downloads

3344

Component created

Component changed

The Ubercart Price List module allows the site administrator to enter CSV price-lists where the price of a certain products change depending on the quantity of that item purchased. Further more, this allows the site administrator to create multiple instances of price-lists and assign those to certain roles in the system. A good example is if you sell a number of products whose price changes based on quantity, but you would like to have different lists for different roles on the site. For example, you could assign a different price list to a distributor vs. just an average registered user, thereby allowing certain users to get better prices than other users based on the quantity that they sell.

Ubercart Custom Pane

Component type

module

Maintenance status

Development status

Downloads

840

Component created

Component changed

This module is used to add a custom checkout and order pane that can be used to collect custom data during the checkout process, and then present that custom data in the Order tracking. It is designed to be highly flexible where you can provide a custom Form API and allow that to be used in the checkout process to collect any data that is necessary for your store.

Built by Alethia Inc.

Homographic Usernames

Component type

module

Maintenance status

Development status

Downloads

856

Component created

Component changed

The Homographic Usernames modules prevents people from creating user accounts with homographic usernames. That is, they may not create usernames that *look* the same, but use letters from different alphabets. This prevents impersonation attacks.

Empty paragraph killer

Component type

module

Maintenance status

Development status

Downloads

16852

Component created

Component changed

Empty paragraph killer is a filter module, helpful on sites which use WYSIWYG editors.

People often hit the return key twice at the end of a paragraph. Most, if not all site layouts manage the paragraph spacing, so the extra empty paragraphs created can detract from the look and feel of a site. This module filters out the empty paragraphs of all user-entered data on a site. It does so by following the fundamental Drupal way - non-destructively.

Google Analytics for Payment API

Component type

module

Maintenance status

Development status

Downloads

3262

Component created

Component changed

Adds Google Analytics tracking for ecommerce transactions processed using the Payment API module.

As the Payment API can be used with a wide variety of forms, this module isn't able to add the full range of necessary data fields to the page by itself. It depends on the modules implementing the individual Pay Forms to fill in fields such as the customer's address and products purchased. Two hooks are provided for this purpose: hook_pay_googleanalytics_transaction_alter() and hook_pay_googleanalytics_products_alter().