Installation and Setup of Ready-Made Solutions from 1C-Bitrix Marketplace
Ready-made solutions on the 1C-Bitrix marketplace are website templates, functionality extension modules, and demo content. Installation through the marketplace is technically simple, but often runs into version conflicts, custom code changes, and hosting-specific issues.
What actually happens during installation
Installing a ready-made solution through the marketplace runs several operations: download the archive to the server, unpack files to the correct directories, run the module's install.php script, create database tables, write data to b_option. If an error occurs at any step (no write permissions, insufficient disk space, file conflicts), installation stops with incomplete status.
Typical installation problems:
- Namespace conflict: the new module uses a class or function already defined in the project's custom code
- Insufficient write permissions to
/bitrix/modules/or/upload/ - PHP version or extension requirements not met on the hosting
- Solution designed for clean Bitrix, but the project has a custom template — visual components conflict
Post-installation setup
Most ready-made solutions require additional setup after installation. It's performed through the standard admin interface: /bitrix/admin/ → module section or through settings in the public part.
For website templates additionally needed:
- Bind the template to required site sections in site settings (
b_lang) - Configure menu for existing catalog structure
- Configure CSS color variables (if template supports theming)
- Test all components on real data
For functional modules (payment, delivery, CRM integrations):
- Enter API keys and credentials for external services
- Configure data mapping (warehouses, statuses, delivery types)
- Test in test mode before enabling on production
Timelines
Clean installation of a ready-made solution without conflicts — 2–4 hours. If there are conflicts with custom code or adaptation for project specifics needed — 1–3 working days. Complex integration of a ready-made solution into a non-standard environment (custom template, non-standard infoblock structure) — up to 1–2 weeks.







