Importing a Theme
Upload a theme ZIP — including Tebex themes — and Storra imports it into your library.
Storra can import a theme bundle from a ZIP file. Tebex themes are supported as one of the recognized source formats — Storra converts the Twig templates to Liquid during import.
Supported sources
- Tebex themes — exported as a ZIP from your Tebex dashboard. Twig templates are converted to Liquid automatically.
- Storra theme bundles — a previous export from another Storra store, or a downloaded purchase from a theme creator.
How to import
- Go to Themes and click Import.
- Tick the box confirming you own the theme or have a valid license to use it.
- Drop the ZIP. Storra parses the bundle, runs any required conversions, and shows a preview with any warnings.
- Review the warnings. Common ones: unrecognized template tags, embedded JS that needs review, unsupported settings shapes. Most warnings are informational — the import still works, you just lose some functionality.
- Click Import. The theme lands in your library as a new draft.
- Open the visual editor on the new theme to verify it renders correctly before publishing.
Exporting from Tebex
In your Tebex dashboard, go to your theme's settings and download the ZIP. Keep the file structure intact — don't repackage or rezip the contents, or the importer will reject it.
Limits
50 MB compressed, 10 MB extracted, 500 files maximum, 2 MB per file. Themes larger than these limits need to be split or the unused assets removed before re-uploading.
What gets converted
- Twig templates → Liquid (with source-specific syntax mapped to Storra equivalents)
- Source-specific package and category variables → Storra's storefront context
- CSS, JS, images, fonts → copied as-is into the new theme bundle
- Color schemes → extracted from CSS variables and registered as Storra color schemes
CraftingStore import works the same way through the migration tool at Migration — pick CraftingStore, paste your API key, and we pull packages, categories, and customer history directly.
Updated recently