Econt shipping method for Ubercart

Component type

module

Categories

Maintenance status

Development status

Downloads

727

Component created

Component changed

Module provides a method of delivery "Econt Delivery" and method of payment "Econt cash" for Ubercart2. When enabled and configured modules, upon completion of the contract for completing the delivery address, the customer has a choice of preferred options for delivery. Based on selected products, shipping address and preferred delivery options, calculate the cost of delivery of the order. In selected payment method "Econt COD" is automatically charged the fee for this.

AmazonS3

Component type

module

Maintenance status

Development status

Downloads

41099

Component created

Component changed

Also available on GitHub

The AmazonS3 module allows the local file system to be replaced with S3. Uploads are saved into the Drupal file table using D7's file/stream wrapper system.

You can also use it with other S3 compatible cloud storage services such as Google Cloud Storage.

js2watchdog

Component type

module

Maintenance status

Development status

Downloads

1771

Component created

Component changed

Simply utility which allows to log JS errors information (script, line, error message), or your custom messages to watchdog.
Will be usefull to running on both devep and production server to debug your scripts.


Tips:

  • it will be usefull to grant 'log js errors' permission to all roles, to collect more information about you errors;
  • you could call js2watchdog.woof(param) function from your script to push message from JS to watchdog (format of param is url-like string - "key=value&key2=value", no need of starting and ending amps);

Faster Variables

Component type

module

Maintenance status

Development status

Component created

Component changed

With a trick we are able to add a write-through cache to variable_get/variable_set by replacing $conf with an ArrayObject.

This means only necessary variables are prefetched from the variables table.

Please only use this module with memcache or APC as cache backend as everything else will severely degrade performance.

Currently the module utilizes the 'cache' cache_bin.

Have fun and enjoy less memory intensive and faster pages.

See also here for more information:

ImageSearchField

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The ImageSearchField module provides an image field that supports both user-uploaded images, image URLs, and images returned by image-search APIs (e.g. Google's Image Search API, the Amazon API, etc.). The image-search results are driven by plugins for the various APIs and thus can be extended by additional modules.

User Node Access

Component type

module

Maintenance status

Development status

Component created

Component changed

Don`t use this module, It`s not stable yet

Description

This module allows you to manage permissions for contents per user. It allows you to specify custom view, edit and delete permissions for each content. It work`s in opposite way how other access modules work, by provide a new user tab in user profile page with a list of private nodes, then you will be able to give this user permissions for each content (view,edit,delete)

Workflow Access Extension

Component type

module

Maintenance status

Development status

Component created

Component changed

Project Information

This module is a collection of helper modules extending Workflow’s access capabilities and granularity.
It currently includes 3 extension modules:
- Workflow user reference access
- Workflow role reference access
- Workflow transitions access