WooCommerce Points System DZS

Created: 06/20/2021
Author: Digital Zoom Studio
Twitter: https://twitter.com/
Facebook: https://facebook.com/dzs
Support - via item comments
Thank you for purchasing my component. If you have any questions that are beyond the scope of this help file, you can ask them in the Item Discussions.

 

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


Installation - top

There are two ways to install the plugin

Method 1 - Direct WordPress Install

  1. Just download the zip from your https://codecanyon.net/user/yourusername/downloads directory in a folder of your choosing.
  2. 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.
  3. Then in your WordPress installation, in the Plugins panel, click Add New like in this picture:
  4. Then click Upload, and select the zip you have downloaded from CC. Then click Activate.
  5. Access the admin panel from the Points System panel
  6. Start customizing to your needs. Have fun!

Method 2 - FTP Install

  1. Just download the zip from your https://codecanyon.net/user/yourusername/downloads directory in a folder of your choosing.
  2. 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.
  3. Then, if the folder woocomerce-dzs-point-system is zipped, unzip that too. Then copy the folder in the wp-content/plugins folder
  4. Then in your WordPress installation, in the Plugins panel, locate Points System and click Activate
  5. Access the admin panel from your Dashboard > Points System
  6. 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:

Make your own skin
  1. duplicate all .skin-wave references in audioplayer.cscs
  2. replace skin-wave with your skin-name
  3. you have a new skin named skin-name in where you can change any styling
  4. 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:

  1. download poedit
  2. go to the plugin folder ( wp-content/plugins/woocomerce-dzs-point-system or in the package you receive from CC ) to the languages folder
  3. 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
  4. 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