https://github.com/infinitypaul/compado
Compado Product List is a WordPress plugin that fetches and displays a list of products from Compado's API.
https://github.com/infinitypaul/compado
Last synced: over 1 year ago
JSON representation
Compado Product List is a WordPress plugin that fetches and displays a list of products from Compado's API.
- Host: GitHub
- URL: https://github.com/infinitypaul/compado
- Owner: infinitypaul
- License: gpl-3.0
- Created: 2024-01-26T21:43:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T16:19:40.000Z (over 2 years ago)
- Last Synced: 2025-02-11T09:50:03.246Z (over 1 year ago)
- Language: PHP
- Homepage: https://infinitypaul.com/compado/compado-products/
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compado Product List

Compado Product List is a WordPress plugin that fetches and displays a list of products from Compado's API. This plugin is designed for ease of use and includes features like caching, custom API endpoints, and a configurable product display.
## Visual Explanation
https://www.loom.com/share/d54cb14ade8a44ee8b1a23e1767efde6
## Features
- **Custom API Endpoint**: Set your preferred API endpoint for fetching products.
- **Caching**: Enhances performance by caching API responses.
- **Shortcode Integration**: Easily display products using a shortcode.
## Installation
1. **Upload Plugin**: Upload the plugin files to the `/wp-content/plugins/compado-product-list` directory, or install the plugin through the WordPress plugins screen directly.
2. **Activate Plugin**: Activate the plugin through the 'Plugins' screen in WordPress.
3. **Use Shortcode**: Add `[compado_products]` in your pages or posts to display the products.
## Usage
Insert the shortcode `[compado_products]` in your posts or pages where you want the product list to appear.
## Configuration
You can configure the API endpoint and caching settings in the plugin settings section in your WordPress admin panel.
## Changelog
### 1.0.0
- Initial release.
## License
This plugin is licensed under the GPL2. See the LICENSE file for details.