WP Manifestindependent plugin directory
manifest / admin / encodeon-wp-sales-rep-manager

Encodeon Sales Rep Management GitLab

A WordPress plugin that adds a backend manager and frontend map for sales representatives.

by Phuong Nguyen · gitlab.com/phuongdnguyen/encodeon-wp-sales-rep-manager

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://gitlab.com/phuongdnguyen/encodeon-wp-sales-rep-manager/-/archive/master/encodeon-wp-sales-rep-manager-master.zip

Readme

Encodeon Sales Rep Manager for WordPress

Version 1.1.4

Description:

A WordPress plugin that adds a custom table for managing sales representatives. The plugin provides a shortcode that you can add to your pages to generate a US map that users can interact with. Clicking on a state will open up a modal displaying all sales representatives in the state.

Frontend

Frontend Example

Backend

Sales Rep Manager

Installation:

  1. Clone the main encodeon-wp-sales-rep-manager directory to your WordPress plugins folder.
    git clone https://github.com/fenixn/encodeon-wp-starter-theme.git
  2. Install dependencies by running npm install in the plugin root directory.
    npm install
  3. Activate the plugin in your WordPress plugins manager.
  4. Use the shortcode [sales-rep-map] to add the sales rep map to a page.

Read the full README on GitLab →