This project is to be used along with the following 3 plugins in Wordpress:
- WooCommerce
- LifterLMS
- LifterLMS WooCommerce
This plugin allows customers sign up multiple students or a different student for a class in a single checkout.
- You must have Docker and Docker compose installed
- You need VS Code installed and the Remote Containers Extension installed in it
-
Clone this repo into onto your computer
-
Open the folder in VS Code
-
Hit
Ctrl+Shift+P
orF1
to show the command palette -
Type
Remote-Containers: Reopen in Container
-
Write your plugin in the
my-new-plugin
folder -
To deploy the plugin, hit
Ctrl+Shift+P
to show the command palette and typeTasks: RunTask
-
Click enter (
Deploy Plugin
should be selected) -
You should see the plugin deployed. You will ned to hit activate for it to have any effect.
- The first time you open your wordpress instance you will need to go through the installation process. You only need to do this once unless you clear your my sql db volume.