# woocommerce-with-dropp

This is a Wordpress plugin that enables customers to select Dropp as their shipping method.

## Features

### Implemented
1. Shipping method
2. Settings for shipping method
3. Render date picker in checkout page
4. Calls to the 

### To be done
1. Validation for woocommerce installed
1. Add datetime to checkout page. (Need to define with business were it would be, but to add it to screen would already be a big step)
1. Add relevant fields to admin panel inside the store
1. Create a more lightweight plugin to deploy.

## How to develop in it?
To be able to use the plugin you need to have a wordpress enviroment running in your machine. Also you need to have woocomerce plugin installed in order to activate the plugin and enable shipping method. Git clone or download the project inside of `wp-content/plugins`, then run `yarn build` to spin up webpack in watch mode. And that is it, for now on every change you make to app folder your should see reflect at you page. If in any case a change to `.php` is required, you must run `yarn build` again in order to see the changes.

## How to create production plugin?
For that run `yarn build:prod` and a 
