=== Amaspace === Contributors: amaspace Tags: customizer, integration, api, product, amaspace Requires at least: 5.0 Tested up to: 6.8 Requires PHP: 7.2 Stable tag: 1.0.7 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html A customizable product builder for WooCommerce with Amaspace platform integration. == Description == Amaspace is a powerful WordPress plugin that integrates your site with the Amaspace platform, providing seamless API connectivity, product integration, and precompose features for workflow automation. Additionally, this plugin extends WooCommerce by adding a customizable product builder (customizer) that can be embedded on product pages or any other page. This allows your customers to create unique, personalized products in real-time, customize options such as colors, text, images, and other attributes, and then add their custom creations directly to the cart for purchase. Ideal for businesses selling customizable items like apparel, mugs, phone cases, personalized gifts, and more, Amaspace empowers your customers to design and order products tailored specifically to their needs, enhancing user experience and boosting sales. == 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 as needed. == Frequently Asked Questions == = How do I connect to the AMA platform? = Go to the plugin settings page and enter your API credentials to connect. = Where can I get support? = For support, please contact the plugin author or visit the plugin's documentation. == Changelog == = 1.0.0 = * Initial release. == Upgrade Notice == = 1.0.0 = First release of AMA Customizer. == External Services == This plugin connects to external services provided by the Amaspace platform to enable product precomposition, integration, and live customization. **Service: Amaspace API** - **Endpoints Used**: - `https://integration.amaspace.co/precompose/create-precompose` - Sends: product name, description, price, image (base64), Amaspace product ID, configuration date, and access token. - Purpose: Checks if a product with the same configuration already exists in Amaspace. If yes, returns existing ID. If not, creates a new product and returns its ID. - `https://integration.amaspace.co/precompose/create-integration` - Sends: WordPress product ID and Amaspace precompose ID. - Purpose: Creates a link between your WooCommerce product and the Amaspace product, so repeated configurations reuse the same precomposed data. - Terms of Use: https://amaspace.co/terms - Privacy Policy: https://amaspace.co/privacy **Service: Amaspace Customizer Frontend (hosted on Vercel)** - **URL Used**: - `https://app.amaspace.co/iframe/{product_id}` - `https://app.amaspace.co/iframe/" . $ama_key . "?productID=2895&selectedProductID=parent_2895` - Sends: Amaspace product ID as a parameter. - Purpose: Loads the visual customizer interface inside an iframe for end-users to interact with and customize the product in real-time.