|
|
|
Posted
6 months
ago
by
darshanchoudhary
Ubercart Ajax Attributes List Price Calculations Module is a enhanced version of Ubercart Ajax Attribute Calculations module Ubercart Ajax Attributes List Price Calculations Module gives you an extra option of list price on the options page
... [More]
per attibute. Hence on the product page, the list price as well as the sell price changes per attribute. [Less]
|
|
Posted
6 months
ago
by
eassistancepro
Get Live Chat services from eAssitance Pro on your Drupal powered website through this module. This module allows you to easily incorporate chat services on your website without any dexterous knowledge of HTML and codes. eAssistance Pro
... [More]
is a remarkable solution which integrates live chat, visitor tracking and help desk services on your websites. Let your visitors contact you anytime through live chat and even if you are unable they can send offline messages and emails to let you always be in reach of your customers.
Quickly add eAssistance Pro services on your website with few simple clicks and be live within 5 minutes or less. You need to have an existing eAssistance Pro subscription plan or signup with us for free to kick-start engaging sessions of customer-merchant relationship. [Less]
|
|
Posted
6 months
ago
by
skjalf
The goal of this sandbox is a place to create a feature that within the Webform "view submissions" interface, where: an admin, scrolling through submissions, one could humanly identify submissions as spam, and then block the ip address
... [More]
of the spam robot without leaving the webform "view submissions" interface.
I want to:
See something is spam Block the ip by pushing a button (using the "block ip address" functionality, Confirm via a confirmation dialogue This is a placeholder for this idea which I want to try and figure out how to do. [Less]
|
|
Posted
6 months
ago
by
cam8001
This is a miniature module based on WYSIWYG maintainer TwoD's post on protecting PHP tags from being broken by WYSIWYG editors.
Install and enable this module to make <?php and <code> tags work with WYSIWYG.
|
|
Posted
6 months
ago
by
jnettik
This module provides a configurable override to text area fields to allow for a "Read More" link to appear inline the copy.
|
|
Posted
6 months
ago
by
DanZ
Allow Ubercart administrators to generate US Postal Service shipping labels with the Stamps.com service. The current version generates XML files containing the shipping information, which can be imported into the Stamps.com software. The
... [More]
software prints the labels and produces a postback XML file, which this module can import to update Ubercart tracking numbers.
Packages and shipping options are very configurable. The module has enough intelligence to automatically select and export the correct package information to Stamps.com most of the time. This is intended to reduce the amount of human work required to perform shipping functions.
Current bugs in Ubercart prevent some features of this module from working correctly. See #1844402: Bad data type in re-processed uc_shipping_address_form causes AJAX crash for a patch. [Less]
|
|
Posted
6 months
ago
by
cpliakas
Overview This module applies proximity boosting to Solr searches so that the distance between two or more terms is factored in the relevancy calculation.
|
|
Posted
6 months
ago
by
nooysters
Integrates Ubercart fields with the apachesolr search integration 6.x-3.x and provide similar functionality to http://drupal.org/project/apachesolr_ubercart does for version apachesolr 6.x-1.x Currently adds the fields to the index and
... [More]
adds price and sku to the search results. Adds price facet block and sort. Requires facetapi. Supports uc_discount module as far as adding the discount field to the index so you don'' need to do a node_load() on every product to include the discount price in results.
TODO:
-Recreate facet / sort blocks form 6.x-1.3 version. -views integration. -update discounted products in index when discount status changes. To get the filelds in the search result template you need to add the following to template.php:
<?php function designyourwall_2_preprocess_search_result(&$variables) { $variables['fs_uc_sell_price'] = $variables['result']['fields']['fs_uc_sell_price']; $variables['ss_uc_sku'] = $variables['result']['fields']['ss_uc_sku']; } ?> [Less]
|
|
Posted
6 months
ago
by
ezra-g
Provides a block of alterable, frequently used links for use in a Drupal Commons installation.
|
|
Posted
6 months
ago
by
DanZ
This module finally gives a good answer to the common question from Ubercart administrators: "How do I customize the e-mail invoice sent to customers after they make a purchase?" This module also makes it easier to send different or multiple e-mail
... [More]
messages under different circumstances.
Ubercart invoices are formatted by template files. Getting Ubercart to recognize and use your custom template file is a technical, error-prone process. This module does the registration work for you automatically.
If you're not prepared to use git to get this module, download it by clicking on the "Repository Viewer" link to the right, then on the snapshot link for the current branch. You may need to rename the extract directory "uc_invoice_templates".
To customize the e-mail, install this module. Make a copy of the template file sites/all/modules/ubercart/uc_order/templates/uc-order--customer.tpl.php. Put the copy in your default theme directory (or any of its subdirectories) with a new name. Modify the file to your liking. This module automatically registers your new template. Then, just select the new template in the "E-mail customer checkout notification" action rule.
More detailed directions are in the module's built-in help.
This module is intended to be promoted to full project status. Report if it worked or not by clicking on one of the "All issues" links to the right then creating a new issue. Make feature requests and bug reports the same way. [Less]
|