PushRetail for Ubercart

Component type

module

Maintenance status

Development status

Downloads

662

Component created

Component changed

PushRetail provides you a free mobile app which allows you to manage your e-commerce site with phone or tablet. You could check orders, receive notifications, view customers and products info. We are always improving and adding new app features.

First beta release include push notifications, orders, customers view and stock levels and prices list.
The main idea of an app to allow you access all necessary info about your commerce site from mobile device.

Wysiwyg Boxout

Component type

module

Maintenance status

Development status

Downloads

2788

Component created

Component changed

A Wysiwyg plugin that allows editors to add a block of text to the main body text.

When you click on the Wysiwyg button, a popup will be displayed and you can insert a Header and a Body. Click Insert and it will add a div that will format and display the box as you can see on the snapshot attached.

Saplo Text Analytics

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Saplo provides services that extract and refine valuable information from large quantities of text. This module enables tag extraction and similarity analysis by connecting to the Saplo API. Use it to e.g. fetch relevant content or suggested tags.

Some use cases

This module is under development.

Tabs On Node

Component type

module

Maintenance status

Development status

Component created

Component changed

Tabs On Node is a module that allows you to assign tabbed content to nodes.

The module creates a block called "Node tabs" that you can add to a region or panel.

You can also call the tabs using the following function:

<?php
print node_tabs_generate_tabs();    
?>

Requirements

Tabs On Node requires that jQuery UI be installed. You can download jQuery UI from
http://drupal.org/project/jquery_ui.

Trim word

Component type

module

Maintenance status

Development status

Component created

Component changed

Trim word allows you to set up trimmed and formatted text with a limit count. This is used on things like views, so you can trim and filter the word count to not include any unneeded formatting when displaying a summary of some content on node for example. It trims and strips the html and displays the max count while adding a ... to indicate the text has been trimmed.

TODO: Add the option to trim by actual word, so it doesn't break a word up, but instead keeps entire words.