Skip to content

NUCSSA/nucssa-pickup

Repository files navigation

Screenshots

Admin Dashboard (司机审核、新生审核)

admin dashboard

创建订单

司机报名

司机抢单

抢单页面

司机查看自己抢到的订单

抢到的单

其他截图

新生订单完成提交

Installation Instructions

  1. Install this plugin to $WordPress$/wp-content/plugins directory
  2. This plugin requires nucssa-core to perform properly
  3. Admin users need to have capacility of manage_pickups to see the admin dashboard pages
  4. Need to define the following constants in wp-config.php:
/**
 * SendGrid Mailing Relay Configurations
 */
define('PICKUP_ADMIN_EMAIL', 'xxx');
define('SENDGRID_SMTP_HOST', 'xxx');
define('SENDGRID_SMTP_PORT', xxx);
define('SENDGRID_SMTP_USERNAME', 'xxx');
define('SENDGRID_API_KEY', 'xxx');
define('SENDGRID_SMTP_SECURE', 'TLS');

About

Airport Pickup Plugin for WordPress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published