# AMA Customizer

A WordPress plugin that customizes WooCommerce functionality for the AMA project.

## Features

- WooCommerce integration
- Custom product display options
- Advanced customization options

## Requirements

- WordPress 5.0 or higher
- PHP 7.2 or higher
- WooCommerce 4.0 or higher

## Installation

1. Upload the `ama_customizer` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Configure the plugin settings from the 'AMA Customizer' menu in your WordPress admin panel

## Usage

After activation, navigate to the AMA Customizer settings page in your WordPress admin area to configure the plugin options.

## Development

### File Structure

- `ama_customizer.php` - Main plugin file
- `includes/` - Core plugin classes
  - `class-ama-customizer.php` - Main plugin class
  - `class-frontend.php` - Frontend functionality
- `admin/` - Admin area files
  - `class-admin.php` - Admin functionality
  - `views/` - Admin page templates
  - `assets/` - Admin JS/CSS files
- `assets/` - Frontend JS/CSS files
- `languages/` - Translation files

## License

This plugin is proprietary and intended for use only by the AMA project. 