Skip to content
Snippets Groups Projects
Commit 825cc4f5 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Version 1.0: First public release

parent 98a656f9
Branches master
No related tags found
No related merge requests found
Showing
with 10 additions and 11 deletions
BASE=downloads_for_sale
PLUGINTYPE=vmcustom
VERSION=0.9
VERSION=1.0
PLUGINFILES=$(BASE).php $(BASE).script.php $(BASE).xml index.html
......
<?php
defined('_JEXEC') or die( 'Direct Access to ' . basename( __FILE__ ) . ' is not allowed.' ) ;
/**
* @version $Id: downloads_for_sale.php,v 1.4 2005/05/27 19:33:57 ei
*
* A custom field plugin for downloadable files
* @author Reinhold Kainhofer
* @package VirtueMart
......
<?xml version="1.0" encoding="UTF-8" ?>
<install version="1.5" type="plugin" group="vmcustom" >
<install version="1.5" type="plugin" group="vmcustom" method="upgrade">
<name>VMCUSTOM_DLSALE</name>
<creationDate>January 26, 2013</creationDate>
<creationDate>2013-02-08</creationDate>
<author>Reinhold Kainhofer</author>
<authorUrl>http://www.kainhofer.com/</authorUrl>
<copyright>Copyright (C) 2013 Reinhold Kainhofer. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl.html GNU/GPL v3+</license>
<version>0.0.1</version>
<version>1.0.0</version>
<description>VMCUSTOM_DLSALE_DESC</description>
<files>
<filename plugin="downloads_for_sale">downloads_for_sale.php</filename>
<filename>downloads_for_sale.script.php</filename>
<folder>downloads_for_sale</folder>
<filename>index.html</filename>
<filename>downloads_for_sale.script.php</filename>
<folder>downloads_for_sale</folder>
<folder>assets</folder>
<filename>index.html</filename>
</files>
<languages>
<language tag="en-GB">en-GB.plg_vmcustom_downloads_for_sale.ini</language>
......
......@@ -4,8 +4,7 @@
; Note : All ini files need to be saved as UTF-8 - No BOM
VMCUSTOM_DLSALE="VM Downloads for Sale"
VMCUSTOM_DLSALE_DESC="Assign a downloadable media file to the product."
VMCUSTOM_DLSALE_USAGE="TODO"
VMCUSTOM_DLSALE_DESC="VirtueMart plugin to assign downloadable media files to products and provide free and paid downloads."
VMCUSTOM_DLSALE_INVOICE_LINK="Link type in Invoices"
VMCUSTOM_DLSALE_INVOICE_LINK_DESC="Download link type displaye in the invoices and order views."
......
......@@ -4,3 +4,4 @@
; Note : All ini files need to be saved as UTF-8 - No BOM
VMCUSTOM_DLSALE="VM Downloads for Sale"
VMCUSTOM_DLSALE_DESC="VirtueMart plugin to assign downloadable media files to products and provide free and paid downloads."
images/downloads_for_sale_-_display_confirmationmail.png

57.3 KiB

images/downloads_for_sale_-_display_invoice.png

96.2 KiB

images/downloads_for_sale_-_display_order.png

98.1 KiB

images/downloads_for_sale_-_display_productdetails.png

88.5 KiB

images/downloads_for_sale_-_frontend_01_PaidDownload_hidden.png

79.2 KiB

images/downloads_for_sale_-_frontend_02_Cart_NoLink.png

93.4 KiB

images/downloads_for_sale_-_frontend_04_OrderConfirmation_Link.png

54.3 KiB

images/downloads_for_sale_-_frontend_05_OrderView_Link.png

95.9 KiB

images/downloads_for_sale_-_frontend_06_PaidDownload_visible.png

83.4 KiB

images/downloads_for_sale_-_installation_success.png

43.5 KiB

images/downloads_for_sale_-_links.png

24.5 KiB

images/downloads_for_sale_-_setup_02_customfield_params.png

84.7 KiB

images/downloads_for_sale_-_setup_03_customfield_download.png

70.6 KiB

images/downloads_for_sale_-_setup_04_mediafiles.png

58.9 KiB

images/downloads_for_sale_-_setup_05_mediafile_new.png

75.2 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment