Elementor JSON template library (bundled with Woo Shop Addon) HOW TO ADD TEMPLATES 1. In Elementor: Templates → Saved Templates → export a template as .json 2. Copy the .json file into: wp-content/plugins/storzen/data/elementor-templates/templates/ 3. Edit manifest.json and add an entry: - id: unique slug (letters, numbers, hyphen) - title: shown in the grid - category: one of: shop, cart, checkout, single-product, order, account, quick-view, thank-you, other - file: path relative to this folder, e.g. "templates/my-template.json" - thumb: preview image for the card — use ONE of: • Relative path under this folder, e.g. "images/my-preview.jpg" (allowed: jpg, jpeg, png, gif, webp, svg) • Full URL, e.g. "https://example.com/screenshot.png" If thumb is omitted or empty, a built-in placeholder image is shown. The Import Templates admin screen reads manifest.json and imports via Elementor’s library API. ADMIN WordPress admin: Shop Addon → Import Templates (submenu). TIPS • Use unique "id" values — duplicate ids break the Import button for the second entry. • After editing manifest.json, refresh the Import Templates page to see changes. • Preview images: put JPG/PNG/WebP/SVG under images/ and reference e.g. "images/shop.jpg".