The Image Attribute enables the visual representation of your products within the Quicklizard platform. These attributes are predefined in the configurator by your administrator and must reference public image URLs (href).
How It Works
Predefined Attribute: We will define an image attribute in the backend, specifying image URLs within an
image_mappingfield.The
image_mappingfield is where your administrator maps specific predefined attribute values to publicly accessible image URLs. For example:{ "Small": "https://example.com/images/small.png", "Medium": "https://example.com/images/medium.png", "Large": "https://example.com/images/large.png" }Each key in the
image_mappingrepresents an attribute value you can assign to your products, and the corresponding URL is the image that will appear in Quicklizard.- Assigning Images: To use these attributes, simply update your product with one of the predefined keys from the
image_mapping. - Visual Verification: Once updated, the corresponding image will appear on the recommendations page and the product page in your web app.
- Assigning Images: To use these attributes, simply update your product with one of the predefined keys from the
Important Notes
- Public URL: Ensure the image URL (href) used is publicly accessible.
- Consistency: Regularly verify that images are correctly displayed.
Example:
Need Help?
If you encounter any issues or need further assistance, please reach out to our support team—we're here to help!
Comments
0 comments
Please sign in to leave a comment.