WooCommerce Points System DZS
Author: Digital Zoom Studio
Twitter: https://twitter.com/
Facebook: https://facebook.com/dzs
Support - via item comments
Intro
Smart point system plugin for your WooCommerce shop. Your users can purchase a points package and get on shopping right away. Setup custom packages and discounts for your users, right from the WordPress control panel.
Features
- Unlimited points pack - freely customize your plugin packs and assign points amount and price.
- Native woocommerce support - up to date with the newest WooCommerce
- Complete audit - Each point add, shift, purchase can be tracked via the LOGGING panel.
- Freely assign points to users - subtract or add reward points to your users.
- Current points shortcode - your users can always see their remaining points.
- Dashboard shortcode - complete analytics of the users dashboard placed anywhere.
- Buddypress integration - historic points appear on the buddypress profile
- Purchased products shortcode - centralised place for your users to see their purchased files
Installation - top
There are two ways to install the plugin
Method 1 - Direct WordPress Install
- Just download the zip from your https://codecanyon.net/user/yourusername/downloads directory in a folder of your choosing.
- Unzip it with your preferred unzipping utility. On Windows, there can be some warnings while unzipping. Those are nothing to worry about if they appear, they are just Mac OS X files that cannot be read by Windows.
-
Then in your WordPress installation, in the Plugins panel, click Add New like
in this picture:
- Then click Upload, and select the zip you have downloaded from CC. Then click Activate.
- Access the admin panel from the Points System panel
- Start customizing to your needs. Have fun!
Method 2 - FTP Install
- Just download the zip from your https://codecanyon.net/user/yourusername/downloads directory in a folder of your choosing.
- Unzip it with your preferred unziping utility. On Windows, there can be some warnings while unzipping. Those are nothing to worry about if they appear, they are just Mac OS X files that cannot be read by Windows.
- Then, if the folder woocomerce-dzs-point-system is zipped, unzip that too. Then copy the folder in the wp-content/plugins folder
- Then in your WordPress installation, in the Plugins panel, locate Points System and click Activate
- Access the admin panel from your Dashboard > Points System
- Start cusomizing to your needs. Have fun!
_______________
Settings Panel
You will find the new control panel under WooCommerce > Points system
The first button is the shortcode generator launcher and the second one ( the one with a plus ) ads a single audio player to the page from the media gallery.The first button launches the Shortcode Generator
Setting up a points package
The points packages are normal WooCommerce products. The first step would be to create one.
If you want the memberships to be able to be filtered out easily from the other products, make sure you choose a Special Product Category. For example, if you look to the right, you will see that the selected category is Memberships.
Then you can assign custom membership packs and assign any custom amount of points for each.
1 point = 1 currency unit
Special Features- top
Complete Audit
Each point add, shift, purchase can be tracked via the LOGGING panel.
Frontend Dashboard
Your users can see points progress and analytics at any step in their points dashboard.
The shortcode is:
[dzs_point_system__dashboard]
Developer Tips - top
This plugin provides source files ( in the source folder ) so if you are developer you can start customising it.
Recommended Programs
You can generally use any text editing software to edit most content/code, but this is what I recommend:
- .zip – Normally you could just right click and extract to a folder of choice [ on both Mac and Windows ]
- .html - Notepad++
- .js - Notepad++
Make your own skin
- duplicate all .skin-wave references in audioplayer.cscs
- replace skin-wave with your skin-name
- you have a new skin named skin-name in where you can change any styling
- with a little css knowledge ,the possibilities are endless
Localisation
You can read more about it here
The process to translate the plugin is fairly easy:
- download poedit
- go to the plugin folder ( wp-content/plugins/woocomerce-dzs-point-system or in the package you receive from CC ) to the languages folder
- duplicate default.po and rename the dupe to dzspsy-{region}_{language}.po -> for example for Spain / Spanish it's dzspsy-es_ES.po you can find the format for each language in the link above
- open the newly renamed file in poedit - do the changes and save - a .mo file with the same name will be created - that will be the translation file