Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

Commerce Coupon Userpoints

------------
Summary
-------------
A coupon type that awards users a fixed value of user points on completion of checkout.

2 Types of bonuses (can be compounded in a single coupon):

1. Order Bonus:
When a minimum purchase amount is reached (before tax), x number of userpoints
are awarded to the user.

2. Product Bonus:
When certain products are purchased, a number of points are awarded per each
product in the cart of that type.

-------------
Installation
-------------
To install and setup, you must have your userpoints configured. Then it is just a regular coupon that awards a user a fixed amount of points (when using the coupon) after they complete the checkout process.

1. Install commerce coupon module.
2. Install and configure the userpoints module.
2.a. Create a taxonomy term in userpoints vocabulary (Say "Credit" for instance)
2.b. Go to Store > Config > Commerce points settings
3. Create a coupon for a specific type.

---------------
Coupon Fields
----------------

** Title: The text the user will see in their cart to verify the correct code is
entered.

** Userpoints Type: the type of userpoints to be awarded.

** Order Bonus - Number of Points: The points added to the order if purchase
minimum is met.

** Purchase Minimum: The value required to meet before the coupon is valid for the
order bonus amount.

Userpoints Bulk Edit

The Userpoints Bulk Edit module provides an action for Views Bulk Operations (a.k.a VBO) module that allows you to add/subtract userpoints for several users at once.

Taxonomy Nav

Navigation block with facets functionality usin taxonomy terms.

Used on drupal-tv.ru

RecommenderGhost

"Other users also viewed..." provided by RecommenderGhost

RecommenderGhost is discontinued as of May, 1st 2014

This module provides integration with RecommenderGhost.

RecommenderGhost is a free hosted Recommender System that makes integration into websites as simple as integrating Google Analytics. There is no need to setup, run and maintain a Java based server - all complex computations are done on the infrastructure of RecommenderGhost. While tools for recommendations running on your own server, like Recommender API, are great, they lack the sophistication and ease of use of hosted recommendation system providers like RecommenderGhost.

RecommenderGhost provides the following personalization services:

  • unpersonalized recommendations of the form "other users also bought/viewed/..."
  • personalized recommendation depending on individual preferences
  • rankings such as "most bought items", "most viewed..."
  • manual clustering of the items (e.g. XMAS SALE 2012)
  • using item types (e.g. BOOK, DVD, MP3) for in type-specific recommendations

This package contains 3 modules:

  • RecommenderGhost - Core: Tracking page views and providing 2 ready-to-use blocks for recommendations like "Users also viewed..."

Shared Secret API

Shared Secret API provides a mechanism for verifying that a token was generated by a trusted partner using a simple shared secret method.

Generates and validates tokens based on a shared secret (that is, a secret string known by both the website with this module and whoever you trust). In many cases, the entity that you trust is the website with this module - or your site.

Most commonly, it will be used to verify that a link was generated by a trusted entity.

The only current built-in validation is via URL parameters. Given params "s" and "t" this module can verify that the generating party is privy of the shared secret.

Users must define how long each secret hash/timestamp combination is valid.

By default, the shared secret is the site's hash salt. If you are using this module with third parties or clients, you can opt to define a custom shared secret which is stored in the database. There is a plan and path to allow users to store the secret in a separate file outside of we docroot, but this has not yet been implemented.


repo

Git repository management.

Pages

Subscribe with RSS Subscribe to RSS - Unsupported