*

MB Themes

Virtual Products Plugin released!
« on: February 27, 2018, 11:55:42 AM »
Enable your users to upload files into their items. With Virtual Products Osclass Plugin it's never been easier.

Digital download for osclass
Plugin enables users to share and upload their digital goods on their listing. Osclass can be easily converted into file sharing site with possibility to sell virtual products.
Perfect plugin for classifieds that want to allow buying and selling intangible and digital goods such as e-books, downloadable files, images internet coupons, plugins or themes or just modifications.

  • Require file validation - each file must be validated by admin
  • Required files - when publishing new listing, user must upload file
  • Simple integration using hooks
  • Email notfications
    • Notify admin when new file is uploaded (when validation is required)
    • Notify user when file is approved or rejected
  • Versioning - easy update your files and keep version visible
  • Stats - count downloads for each item
  • Connect to Osclass Pay Payment Plugin and enable virtual / digital products sales
  • Restrict extensions and file size that can be uploaded
  • Only logged in users can download products, to protect your site from overloads caused by bots

Digital products shop with Osclass Pay
Link Virtual Products Plugin to Osclass Pay and enable downloads just to users that has purchased item. Download link will not available until customer purchase product.

Simple integration to any theme
It takes just few seconds to fully integrate plugin into any theme.

To show file upload link on item (item.php, user-items.php), use following code:
Code: [Select]
<?php if(function_exists('vrt_upload_file')) { echo vrt_upload_file(); } ?>
To show file download link on item (item.php, user-items.php), use following code:
Code: [Select]
<?php if(function_exists('vrt_download')) { echo vrt_download(); } ?>
« Last Edit: February 27, 2018, 11:57:21 AM by MB Themes »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots