Integrate the Customizer with Your Frontend
The VU Customizer is implemented through a single JavaScript snippet that must be added to your product display pages (PDP). This guide explains the proper implementation of this essential component.
Implementation
Basic Snippet Structure
This code checks if the product has a "customizable" tag before loading the customizer. Adjust the condition as needed for your specific setup.
Dynamic Variant Implementation
Add this code to your product template to dynamically populate the variant ID:
Integration Guidelines
Product Page Implementation
Locate your product template file in your Shopify theme
Add the JavaScript snippet where you want the Customizer to appear
Replace
{KEY}
with your provided store keyEnsure the
jtbconfigurator
div is present
Best Practices
Use Shopify's conditional logic to load the Customizer only on relevant products
Place the snippet in the appropriate location within your product template
Verify the store key is correctly implemented
Test the implementation across multiple product variants
Conclusion
After implementing the VU Customizer on your product pages, the next crucial step is understanding how customization data is managed through Recipe IDs. Recipe IDs are unique identifiers that capture and store all customization choices made through the Customizer.
Next Steps
Verify your Customizer implementation
Review the Recipe ID documentation to understand:
How customization data is stored
How orders are tracked through your system
How to access customization details for manufacturing
Best practices for order management
Last updated