Official Documentation

Theme Configuration Guide

Follow these 4 simple steps to install your premium theme, configure your license key, and launch your online store.

Step 1 of 4

ZIP Upload

1/4

To start, you need to import the compressed theme file to your Shopify store. Do not extract the ZIP file on your computer.

Step-by-step procedure:
  1. Log into your Shopify Admin dashboard.
  2. Go to the left sidebar menu: Online Store > Themes.
  3. In the Theme library section, click the Add theme button, then select Upload ZIP file.
  4. Select the ZIP file downloaded from Qorvixa (e.g. qorvixa-nebula-v1.0.0.zip).
  5. Wait for Shopify to finish the upload and installation.

Important: If Shopify returns an error stating that the file is too large or invalid, ensure you have uploaded the correct installation ZIP file and not the full download pack which sometimes contains documentation or additional files.

License Alert Integration (Optional)

For developers creating customized themes, you can insert this Liquid hook inside your layout/theme.liquid file right before the closing </body> tag to warn the merchant if their license status becomes inactive.

{% comment %} Qorvixa License Validation Hook {% endcomment %}
{% capture qorvixa_status %}{{ settings.qorvixa_license_status }}{% endcapture %}
{% if qorvixa_status == 'invalid' or qorvixa_status == 'expired' %}
  <div style="position: fixed; bottom: 12px; left: 12px; z-index: 99999; background: #EF4444; color: white; padding: 8px 16px; border-radius: 8px; font-family: sans-serif; font-size: 12px; font-weight: bold;">
    ⚠️ Qorvixa License Invalid
  </div>
{% endif %}

Encountering installation difficulties?

Our technical team is available to install the theme on your store for free in less than 24 hours.