Download the PHP package mage2kishan/module-theme-customizer without Composer

On this page you can find all versions of the php package mage2kishan/module-theme-customizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-theme-customizer

Magento 2 Hyva Theme Customizer: Google Fonts, Custom CSS, Sticky Header, Free Shipping Bar

Magento 2.4.4 - 2.4.8 PHP 8.1 - 8.4 Hyva Theme Live Demo & Details Packagist Upwork Top Rated Plus Website

Configure your Hyva storefront from the Magento admin panel. Panth Theme Customizer lets you load Google Fonts, inject custom CSS, enable a sticky header, show a free shipping progress bar in the mini cart, control header icons, add a top bar announcement strip, and trigger a Tailwind CSS rebuild - all without touching theme files.

Product page: kishansavaliya.com/magento-2-theme-customizer.html


Quick Answer

What is Panth Theme Customizer? It is a Magento 2 extension for Hyva storefronts that moves common theme configuration options into the admin panel. You control Google Fonts, custom CSS, header behavior, mini cart settings, and icon visibility without editing code or re-deploying theme files.

What does it add to my store?

Which themes are supported? Hyva (Tailwind-based). The module also ships Luma-compatible SVG header icons for stores that mix themes. Core Tailwind token management (colors, spacing, radius) is done through theme-config.json in your Hyva child theme.

What does it need? Magento 2.4.4 to 2.4.8, PHP 8.1 to 8.4, and the free mage2kishan/module-core package.


Need Custom Magento 2 Development?

Get a free quote for your project in 24 hours for custom modules, Hyva themes, performance work, M1 to M2 migrations, and Adobe Commerce Cloud.

Get a Free Quote

### Kishan Savaliya **Top Rated Plus on Upwork** [![Hire on Upwork](https://img.shields.io/badge/Hire%20on%20Upwork-Top%20Rated%20Plus-14a800?style=for-the-badge&logo=upwork&logoColor=white)](https://www.upwork.com/freelancers/~016dd1767321100e21) 100% Job Success - 10+ Years Magento Experience Adobe Certified - Hyva Specialist ### Panth Infotech Agency **Magento Development Team** [![Visit Agency](https://img.shields.io/badge/Visit%20Agency-Panth%20Infotech-14a800?style=for-the-badge&logo=upwork&logoColor=white)](https://www.upwork.com/agencies/1881421506131960778/) Custom Modules - Theme Design - Migrations Performance - SEO - Adobe Commerce Cloud

Visit our website: kishansavaliya.com  |  Get a quote: kishansavaliya.com/get-quote


Table of Contents


Who Is It For


Key Features

Google Fonts

Custom CSS Injection

Header Configuration

Top Bar Announcement Strip

Mini Cart and Free Shipping Progress Bar

Header Icon Controls

Tailwind CSS Build Integration

Architecture


Compatibility

Requirement Versions Supported
Magento Open Source 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8
Adobe Commerce 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8
Adobe Commerce Cloud 2.4.4 to 2.4.8
PHP 8.1.x, 8.2.x, 8.3.x, 8.4.x
Hyva Theme 1.3+ (required for Tailwind build integration)
Node.js 18.x or 20.x (for Tailwind rebuild, not required at runtime)
Required Dependency mage2kishan/module-core (free)

Installation

Composer Installation (Recommended)

Manual Installation via ZIP

  1. Download the latest release from Packagist or from the product page.
  2. Extract it to app/code/Panth/ThemeCustomizer/ in your Magento install.
  3. Make sure Panth_Core is installed too (required dependency).
  4. Run the commands above starting from bin/magento module:enable.

Verify Installation

After install, open:


Configuration

Theme Customizer

Go to Stores -> Configuration -> Panth Extensions -> Theme Customizer.

Setting Group Default Description
Body Font Google Fonts System Fonts Google Font for body text. System Fonts loads nothing from CDN.
Heading Font Google Fonts System Default Google Font for h1-h6. Leave as System Default to follow body font.
Custom CSS Custom CSS (empty) CSS injected as inline <style> on every page. Scoped per store view.

Visual design tokens (colors, spacing, radii, shadows, typography sizes) are configured in theme-config.json inside your Hyva child theme's web/tailwind/ directory. After editing that file, run node generate-theme-css.js and npm run build in that directory, then flush the cache.

Header Configuration

Go to Stores -> Configuration -> Panth Extensions -> Header Configuration.

Setting Group Default Description
Enable Custom Header General No Use the Panth custom header instead of the default theme header.
Enable Sticky Header General No Header stays fixed at the top when scrolling.
Show on Scroll Up General No Hide sticky header when scrolling down, show on scroll up. Requires sticky enabled.
Enable Top Bar Top Bar No Show the announcement bar above the header.
Left Side Text Top Bar (empty) Left side content. Supports HTML.
Right Side Text Top Bar (empty) Right side content. Supports HTML.
Show Search Icon Icons Yes Show or hide the search icon in the header.
Show Account Icon Icons Yes Show or hide the account icon in the header.
Show Mini Cart Icon Icons Yes Show or hide the mini cart icon.
Cart Counter Badge Style Icons Circle Shape of the item count badge on the cart icon.
Icon Size (px) Icons 24 Size of header icons in pixels.
Show Free Shipping Progress Mini Cart No Progress bar toward free shipping in the mini cart sidebar.
Free Shipping Threshold Mini Cart 99 Minimum order amount for free shipping.
Progress Message Mini Cart (template) Message with {amount} placeholder while progress is incomplete.
Success Message Mini Cart (template) Message shown when threshold is reached.
Show Continue Shopping Button Mini Cart Yes Show or hide the continue shopping button in the mini cart.
Show Cart Subtotal Mini Cart Yes Show or hide the cart subtotal in the mini cart.
Container Width Layout (theme default) Width of the header content area.
Header Height (px) Layout 80 Height of the header in pixels.

How It Works

  1. Google Fonts - on each page request, the module reads the admin-selected fonts, builds the Google Fonts CDN URL with display=swap, and injects a <link> tag into <head>. No font files are hosted locally.
  2. Custom CSS - the admin textarea value is read at render time and output as an inline <style> tag after the main stylesheet. Backend validation runs when you save, blocking any patterns that could introduce XSS.
  3. Header and icons - an Alpine.js-powered header block reads the admin settings via a view model and toggles sticky behavior, scroll-up reveal, and icon visibility at runtime. No jQuery is needed.
  4. Top bar - rendered as a separate block above the header, with left and right text fields. HTML is allowed so you can include links.
  5. Free shipping bar - the mini cart block reads the configured threshold, compares it to the current cart subtotal, and renders a progress bar with the configured messages. It updates reactively via Alpine.js when the cart changes.
  6. Tailwind rebuild - the BuildExecutor model runs npm run build-prod in the active Hyva child theme's web/tailwind/ directory and flushes static content. This is available as a CLI command or an admin AJAX button.
  7. theme-config.json - visual tokens (colors, spacing, radii) live here and are read by the Tailwind build script. CSS custom properties generated from this file are emitted in <head> so color changes without Tailwind class changes take effect without a rebuild.

FAQ

Does this work with Luma?

Mostly no. The Google Fonts loader, custom CSS, and free shipping bar work on any theme. The sticky header, top bar, and icon controls are designed for Hyva's Alpine.js architecture. The module ships separate Luma-compatible SVG header icons that are loaded on Luma and removed on Hyva automatically.

Do I need to run a Tailwind rebuild every time I change something?

No. Google Fonts, custom CSS, sticky header, top bar, icon settings, and free shipping bar all work without a rebuild. Only changes to theme-config.json (colors, spacing tokens, radii) that affect Tailwind utility classes require the npm run build step.

Can I have different settings per store view?

Yes. All settings in both configuration sections respect Magento's scope hierarchy: default, website, and store view. Each store view can have its own fonts, custom CSS, free shipping threshold, and header configuration.

Is the custom CSS safe to use?

The module validates the CSS value before saving. It rejects script tags, JavaScript URLs (javascript:), and event handler attributes. Ordinary CSS rules save without restriction.

Does the free shipping bar work with multi-currency?

Yes. The threshold is stored in your base currency. The comparison to the cart subtotal uses Magento's standard subtotal calculation, which already handles currency conversion for each store view.

Can I export the Theme Customizer settings?

Yes. Use bin/magento config:show and bin/magento config:set to move settings between environments. All Theme Customizer paths start with theme_customizer/* and all Header Configuration paths start with panth_header/*.

Does this module need Node.js installed on the server?

Only for the Tailwind rebuild commands (theme:customizer:build). Runtime features like Google Fonts, custom CSS injection, sticky header, and free shipping bar have no Node.js dependency. If your CI pipeline handles static content deployment, you do not need Node.js on the production server.

Does Panth Theme Customizer need Panth Core?

Yes. mage2kishan/module-core is a free, required dependency. Composer installs it for you automatically.

Is the source code on GitHub?

Yes. The full source is at github.com/mage2sk/module-theme-customizer.


Support

Channel Contact
Product Page kishansavaliya.com/magento-2-theme-customizer.html
Email [email protected]
Website kishansavaliya.com
WhatsApp +91 84012 70422
GitHub Issues github.com/mage2sk/module-theme-customizer/issues
Upwork (Top Rated Plus) Hire Kishan Savaliya
Upwork Agency Panth Infotech

Response time: 1-2 business days.

Need Custom Magento Development?

Looking for custom Magento module development, Hyva theme work, store migrations, or performance tuning? Get a free quote in 24 hours:

Get a Free Quote

Hire on Upwork    Visit Agency    View Product Page


About Panth Infotech

Built and maintained by Kishan Savaliya (kishansavaliya.com), a Top Rated Plus Magento developer on Upwork with 10+ years of eCommerce experience.

Panth Infotech is a Magento 2 development agency that builds high quality, security focused extensions and themes for both Hyva and Luma storefronts. The extension suite covers SEO, performance, checkout, product presentation, customer engagement, and store management, with each module built to MEQP standards and tested across Magento 2.4.4 to 2.4.8.

Browse the full extension catalog on our Magento extensions page or on Packagist.


Quick Links

Resource Link
Product Page magento-2-theme-customizer.html
Packagist mage2kishan/module-theme-customizer
GitHub mage2sk/module-theme-customizer
Website kishansavaliya.com
Free Quote kishansavaliya.com/get-quote
Upwork (Top Rated Plus) Hire Kishan Savaliya
Upwork Agency Panth Infotech
Email [email protected]
WhatsApp +91 84012 70422

Ready to configure your Hyva storefront from the admin panel?
See Theme Customizer


SEO Keywords: magento 2 theme customizer, hyva theme customizer, magento 2 google fonts, magento 2 custom css, hyva sticky header, free shipping progress bar magento, magento 2 header configuration, hyva theme builder, magento 2 admin theme editor, magento 2 topbar announcement, hyva tailwind css admin, magento 2 mini cart free shipping bar, hyva theme configuration, magento 2 custom css extension, magento 2 google fonts extension, hyva header icons, magento 2 sticky header, magento 2 free shipping bar, magento 2 header height, magento 2 hyva theme settings, panth theme customizer, mage2kishan theme customizer, magento 2.4.8 hyva, php 8.4 hyva, tailwind css magento 2, hyva 1.3 extension, magento 2 store view css, magento 2 per store font, custom css magento storefront, kishan savaliya magento, panth infotech, hire magento developer, top rated plus upwork, magento 2 hyva development, adobe commerce hyva extension


All versions of module-theme-customizer with dependencies

PHP Build Version
Package Version
Requires php Version ~8.1.0||~8.2.0||~8.3.0||~8.4.0
magento/framework Version ^103.0
magento/module-backend Version ^102.0
magento/module-config Version ^101.2
magento/module-store Version ^101.1
magento/module-theme Version ^101.1
mage2kishan/module-core Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mage2kishan/module-theme-customizer contains the following files

Loading the files please wait ...