Template Management
Learn how to create and use templates in Product Generator
Template Management
Templates allow you to speed up product card creation using predefined structures.
What are Templates?
Templates are predefined content structures that include:
- HTML structure: Content format and organization
- Pre-filled fields: Default values for some fields
- Standard sections: Common parts of product cards
Available Templates
Basic Templates
Simple structure with essential fields:
- Title
- Short description
- Basic long description
- Main image
Advanced Templates
Include multiple sections:
- Featured characteristics
- Technical specifications
- Warranty information
- Usage instructions
Custom Templates
Created by your team according to specific needs:
- Brand style
- Custom fields
- Industry-specific structure
Using a Template
Selection
- In the generation form, open the template selector
- Browse available templates
- Select the one that best fits your product
- Content is applied automatically
Application
Once selected:
- Template content loads
- You can generate additional content on top of the template
- You can edit and customize freely
- Template can be restored at any time
Creating Custom Templates
From the Editor
- Create a product card with desired content
- Click "Save as template"
- Assign a name and description
- Template becomes available to the entire team
Recommended Structure
A good template includes:
<h2>Main Features</h2> <ul> <li>Feature 1</li> <li>Feature 2</li> <li>Feature 3</li> </ul> <h2>Technical Specifications</h2> <p>Product technical details...</p> <h2>Warranty and Support</h2> <p>Warranty information...</p>
Restore Template
If you modify content too much:
- Open the actions menu
- Select "Restore template"
- Confirm the action
- Content returns to original template state
Template Management
View All Templates
From team configuration you can:
- View all available templates
- Edit existing templates
- Delete templates
- Duplicate templates
Share Templates
Templates are shared at team level:
- All members can use them
- Changes affect everyone
- Private templates can be created (future)
Special Templates
Templates by Category
Some templates are optimized for:
- Electronics: With technical specifications
- Clothing: With sizes and materials
- Food: With nutritional information
- Home: With dimensions and care instructions
Templates by Language
Templates can be in different languages:
- English (en)
- Spanish (es)
- Other languages according to configuration
Best Practices
Creating Effective Templates
✅ Good practices:
- Use clear HTML structure
- Include relevant sections
- Maintain format consistency
- Document template purpose
❌ Avoid:
- Content that's too specific
- Very complex structure
- Obsolete information
- Duplicate templates
Organization
- Name templates descriptively
- Group by category or type
- Maintain a reasonable number of templates
- Update obsolete templates
Template Examples
Basic Product Template
<h2>Description</h2>
<p>{{description}}</p>
<h2>Features</h2>
<ul>
<li>Featured feature 1</li>
<li>Featured feature 2</li>
</ul>
Advanced Electronics Template
<h2>Product Description</h2>
<p>{{description}}</p>
<h2>Technical Specifications</h2>
<ul>
<li><strong>Model:</strong> {{model}}</li>
<li><strong>Dimensions:</strong> {{dimensions}}</li>
<li><strong>Weight:</strong> {{weight}}</li>
</ul>
<h2>Includes</h2>
<ul>
<li>Main product</li>
<li>User manual</li>
<li>Warranty</li>
</ul>