Optimize Cache Size
vendic/module-optimize-cache-sizeReduces cache keys by removing product/category specific layout handles. Improves performance by decreasing cache size and average Redis TTL.
Google Address Autocomplete
vendic/magento2-google-address-autocompleteAdds Google Autocomplete to customer street address fields. Improves address entry and accuracy during checkout.
Clean Cron Schedule
vendic/magento2-clean-cron-scheduleAutomatically removes stale rows from the cron_schedule table once a day, preventing it from growing huge and causing slow cron runs and heavy CPU usage.
Hyva Checkout Google Address Autocomplete
vendic/hyva-checkout-google-address-autocompleteIntegrates Google Address Autocomplete into the Hyvä Checkout. Provides address suggestions for billing and shipping forms, improving user experience.
Oh Dear Health Monitoring
vendic/magento2-oh-dear-checksAdds application health monitoring via Oh Dear, shipping with built-in checks for disk space, CPU load, database connections and PHP-FPM, plus a framework for writing custom checks.
Hyva Checkout Hide Business Fields
vendic/hyva-checkout-hide-business-fieldsAdds a customer type field to the checkout and hides business fields when "consumer" is selected. Configurable via di.xml, it also allows adding custom customer type options.
Hyva Checkout Newsletter Subscribe
vendic/hyva-checkout-newsletter-subscribeAdds a newsletter subscription checkbox to the Hyvä Checkout. Allows configuring the checkbox to be checked by default.
Hyva Checkout Geissweb Euvat
vendic/hyva-checkout-geissweb-euvatAdds EU VAT number validation to Hyvä Checkout using Geissweb EUVAT. Integrates via Hyvä Checkout form modifiers, leaving the original VAT ID template untouched.
Admin Restriction (IP Whitelist + 2FA)
vendic/magento2-adminrestrictionRestricts Magento backend access by IP address or CIDR range and integrates with Magento's two-factor authentication, letting whitelisted IPs skip 2FA while others are challenged. Includes CLI commands for emergency access recovery.
Oh Dear Monitoring for Elasticsuite (Magento 2)
vendic/magento2-oh-dear-elasticsuiteIntegrates Elasticsuite with Oh Dear application health monitoring, sending alerts when the search index becomes unusable or broken.
Hyva Checkout Create Account
vendic/hyva-checkout-create-accountAdds a "create account" checkbox to Hyva Checkout. Automatically creates an account, assigns the order, and sends a password reset email when checked.
Hyva Checkout Dutch Postcode Format Validator
vendic/hyva-checkout-postcode-nl-formatValidates that Dutch postcodes are entered in the correct format during Hyva checkout using a regular expression, showing an error when the format is wrong.
Extra Order Grid
vendic/module-extraordergridAdds extra filtered order grids to the Magento 2 admin that show only orders with a particular status, useful for workflows like pre-orders, backorders, or pay-by-invoice.
Vendic Admin Password Policy
vendic/magento2-admin-password-policyEnforces stronger admin password rules (forbidden words, upper/lowercase and special-character requirements) and automatically deactivates admin users who have not logged in for 90 days.
Regenerate Missing URL Keys
vendic/magento2-regenurlkeysAdds a regenerate:product:urlkeys CLI command that finds Magento 2 products missing a URL key and regenerates them based on the product name.
Checkoutonly
vendic/magento2-checkoutonlyLimits frontend access to only the checkout pages. Useful for PWA setups where Magento 2 is solely used for checkout functionality.