# E-Commerce Module

## Description
The E-Commerce module by Code Rex provides essential functionalities for managing e-commerce operations within your plugin.

## Development

### Getting Started

> **_NOTE:_** This package should only be developed within a plugin or as a package of a plugin.

- Add the submodule to your plugin:
```
git submodule add git@github.com:CODEREXLTD/e-commerce.git {YOUR DESIRED DIRECTORY WITHIN A PLUGIN}
```

- Clone the repository:
```
cd wp-content/plugins/your-plugin/{YOUR DESIRED DIRECTORY WITHIN A PLUGIN}
```
- Navigate to the project directory:
- Install dependencies using Composer:
```
composer install
```

## License
This project is licensed under the MIT License. See the LICENSE file for details.

