Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Commerce Barcode Scanner integrates rules with the act of scanning a products barcode. Once a barcode has been scanned, the corresponding product and product display are loaded as context to the barcode scan event.
This can streamline content administration workflows for users with a barcode scanner attached to their computer.
Rules
By default this module is packaged with 4 rules which react to a product being scanned:
Redirect to Product Display
Add Product to Cart
Edit Product
Edit Product Display
Permissions
This module has two assignable permissions:
Administer Commerce Barcode Scanner - given to admins to allow them to make changes to the modules configuration.
Trigger commerce barcode events - given to users who should be able to scan products and trigger corresponding events.
Configuration
This module can be configured by visiting Store > Barcode Scanner and has the following configuration options:
Minimum SKU Length - Allow admins to specify how many characters are needed for a valid SKU scan.
This module provides total number of content in a particular content type, It will also shows how much content are published and unpublished and there name.
This module creates a simple non-hierarchical select views filter and merge repeated children. This module is based on https://drupal.org/project/shs module.
Use case
Assume that you have a vocabulary named 'services' and has structure like this:
-Paris (1)
---Restaurant (2)
---Hotel (3)
-New York (4)
---Restaurant (5)
---Hotel (6)
-Other location (7)
---Restaurant (8)
---Hotel (9)
Suppose you can't change this structure (e.g. separate this vocabulary into 2 vocabularies, make a term child of multiple parents...)
What if you want to find all services in Paris? What if you want is find all Restaurant services?
This module provide views filter like https://drupal.org/project/shs module does, but it shows parent and children dropdown at the same time, so you can select 'Restaurant' in the child dropdown to find all restaurant services, or select 'Paris' in the first dropdown to find all services in Paris, or specify 2 dropdowns to find all restaurants in Paris.
Configuration
Views (exposed filter)
add a new filter "Content: Has taxonomy terms (with depth; Simple non-hierarchical select)"
use "Simple non-hierarchical select" as selection type
select "Expose this filter to visitors, to allow them to change it"
Media: Metacafe integrates with the Media module to insert Metacafe videos
with file fields or directly into WYSIWYG text areas by paste Metacafe video
URL. Formatter options like video size, autoplay, thumbnail size are available
with Media: Metacafe module.