You are here: Home Plone products niteoweb.click2sell

niteoweb.click2sell (0.2.1)

1
by Olha Pelishok last modified 2010-10-12
0.0
0.0
0.0
0.0
Released on 2010-10-06 under LGPL - GNU Lesser General Public License available for All platforms.
Software development stage: stable
Integrates click2sell digital products retailer system with Plone for paid memberships.

How it works

  1. Visitor comes to yoursite.com/order (or similar) and clicks Order link.

  2. Visitor is sent to click2sell’s order form (on click2sell.eu),

    where he enters his personal information and performs payment.

  3. click2sell calls-back a special view on your plone site (/@@click2sell),

    which reads POST data from click2sell, verifies it with your Secret Key and creates a new member.

  4. The following information is stored in member data for later use:

    product_id

    Click2Sell’s Product ID of the purchased item.

    product_name

    Click2Sell’s Product Name of the purchased item.

    affiliate

    Affiliate who referred the buyer.

    last_purchase_id

    Click2Sell receipt ID of the last purchase. This field gets updated on every recurring payment.

    last_purchase_timestamp

    Exact timestamp of the last purchase. This field gets updated on every recurring payment.

  5. Upon creating a new member, Plone sends an email with login password.

  6. An IMemberCreateEvent is emitted upon creating a new member.

  7. New member can now login and use the site.

Note: If a member already exists in Plone, then the @@click2sell view simply updates last_purchase_id and last_purchase_timestamp member fields.

Document Actions
Powered by Plone