Search Documentation

Download Manager works with the following WordPress e-Commerce plugins:

  • WP e-Commerce

Support

Download Manager comes with a Quick Start document (readme.txt) to help with installing the Plugin. Additional support can be found in the Download Manager forum, or the Contact page.

Urgent Support

If you find yourself needing immediate support for your purchase, please use the Premium Support page.

Download Manager Forum

If you have any problems, questions or suggestions please join the members discussion on our Download Manager forum.

Readme

View the quick start document (readme.txt) that accompanies Download Manager.

View the Readme

=== Download Manager for WP e-Commerce ===

Contributors: Michael Visser
Tags: e-commerce, shop, cart, ecommerce, downloads
Requires at least: 2.9.2
Tested up to: 4.7.5
Stable tag: 1.3.5

== Description ==

Provide download management tools to customers of your WP e-Commerce store, without requiring WordPress User registration.

See http://www.visser.com.au/wp-ecommerce/plugins/download-manager/

== Installation ==

1. Upload the folder 'wp-e-commerce-download-manager' to the '/wp-content/plugins/' directory

2. Activate 'Download Manager for WP e-Commerce' through the 'Plugins' menu in WordPress

3. The Plugin will automatically create a new Page called 'Download Manager' with a Page Parent of 'Products Page'

==== If Download Manager does not create a new Page called 'Download Manager' with a Page Parent of 'Products Page' on Plugin activation do the following ====

3.1 Create a new Page including the following shortcode within the Page content to enable Download Manager on that Page.

[download-manager]

====

==== In WP e-Commerce 3.7 ====

This step is neccesary as WP e-Commerce 3.7 does not support third-party integration of the Purchase Receipt, Admin Report and Transactions Results page.

4. Copy the following snippet and paste it before '$message = str_replace('%product_list%',$product_list,$message);' in /wp-content/plugins/wp-e-commerce/wpsc-theme/functions/transaction_result_functions.php on line #227

$message = apply_filters( 'wpsc_transaction_result_message', $message );

4.1. Copy the following snippet and paste it before '$report = str_replace('%product_list%',$report_product_list,$report);' in /wp-content/plugins/wp-e-commerce/wpsc-theme/functions/transaction_result_functions.php on line #235

$report = apply_filters( 'wpsc_transaction_result_report', $report );

4.2. Copy the following snippet and paste it before '$message_html = str_replace('%product_list%',$product_list_html,$message_html);' in /wp-content/plugins/wp-e-commerce/transaction_result_functions.php on line #242

$message_html = apply_filters( 'wpsc_transaction_result_message_html', $message_html );

4.3. Open Store > Settings > Admin from the WordPress Administration and add the following to the Purchase Receipt field

Session ID: %session_id%

==== In WP e-Commerce 3.8 ====

4. Open Settings > Store > Admin from the WordPress Administration and add the following to the Purchase Receipt field

Session ID: %session_id%

====

That's it!

== Support ==

If you have any problems, questions or suggestions please join the members discussion on my WP e-Commerce dedicated forum.

http://www.visser.com.au/wp-ecommerce/forums/

== Disclaimer ==

It is not responsible for any harm or wrong doing this Plugin may cause. Users are fully responsible for their own use. This Plugin is to be used WITHOUT warranty.

Version History

See what’s changed in each release of the Plugin.

View the Changelog

== Changelog ==

= 1.3.5 =
* Fixed: Fatal error on Plugin activation

= 1.3.4 =
* Added: Settings options for labels

= 1.3.3 =
* Fixed: Missing Products from downloads screen

= 1.3.2 =
* Fixed: Compatibility with WP e-Commerce 3.8.9.2
* Fixed: Transaction Results message
* Changed: Improved validation for installer

= 1.3.1 =
* Fixed: Session ID appearing on Sale detail page

= 1.3 =
* Fixed: Retreival of downloads for Product Variations

= 1.2.9 =
* Changed: Removed lost page
* Changed: Moved variables out of templates

= 1.2.8 =
* Fixed: WP e-Commerce Plugins widget markup

= 1.2.7 =
* Added: Uninstall script
* Added: Alt. switch to wpsc_get_action()
* Changed: Moved wpsc_dm_replace_session_id() to functions.php
* Fixed: Styling issue within Plugins Dashboard widget

= 1.2.6 =
* Added: Insert %session_id% without file changes in WP e-Commerce 3.8

= 1.2.5 =
* Fixed: Issue introduced with wpsc_get_action()

= 1.2.4 =
* Fixed: First time activation not firing
* Fixed: Performance improvements for WP e-Commerce Plugins widget

= 1.2.3 =
* Moved ..._check_plugin_version() to functions.php
* Migrated Plugin prefix from 'vl_wpscdm' to 'wpsc_dm'

= 1.2.2 =

Wishlist

Visit the Download Manager Ideas forum to see what’s in the works for future Plugin releases.

Plugin Updates

The latest release can be downloaded from your My Account page.