Osclass Support Forums

Osclass plugin support => Virtual Products Plugin => Topic started by: MB Themes on February 27, 2018, 11:55:42 AM

Title: Virtual Products Plugin released!
Post by: MB Themes 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.


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(); } ?>