Configuring buyer profiles in 1C-Bitrix involves setting up payer types and order properties for auto-fill; our expert setup ensures smooth checkout.
Buyer Profiles: Eliminating Repeated Data Entry for Your Customers
Imagine a customer entering the same data—address, phone, company details—every time they place an order. It's annoying, increases checkout time, and raises the risk of errors. By configuring buyer profiles in 1C-Bitrix, we solve this: after the first order, all data is saved and automatically filled in. The result? Up to 40% reduction in time for repeat purchases, and a 50% reduction in order errors. For a store with 500 orders per month, this saves 20 hours of manual data entry, equivalent to $400 at $20/hour. Over 5+ years, we have completed more than 100 projects setting up catalogs and orders—here's our experience.
Typical Problems with Profiles
Confusion in buyer types. If you show legal entity fields to an individual, the bounce rate increases. You need to clearly separate b_sale_person_type and configure properties for each. In one project for an electronics online store, we defined 4 buyer types: individual, legal entity, sole proprietor, and self-employed. Each had its own set of required fields and tax logic (VAT, UTII). This reduced order errors by 25%.
Data loss during auto-fill. The sale.order.ajax component does not pull up a profile if the SAVE_USER_DATA parameter is disabled or properties are not flagged with USER_PROPS. As a result, the customer enters everything again—conversion drops. We check these settings on every project.
Lack of custom fields. B2B stores need fields like "Contract Number", "Contact Person", or "Consignee". Without them, business processes slow down. For a wholesale building materials supplier, we added a "Warehouse Code" field and automatic city insertion from the profile—this cut checkout time in half.
How We Solve These Tasks
We utilize Bitrix's standard functionality and the bitrix:sale.personal.profile component. Example from a project: for a retailer with 15 warehouses, we added a "Warehouse Code" field to the legal entity profile and automatically inserted it into the order. This reduced manual entry by 30%. According to 1C-Bitrix documentation, to enable auto-fill, the SAVE_USER_DATA parameter must be set to Y.
Adding a Custom Field to a Profile
- Create an order property in the admin panel:
Shop → Settings → Order properties. - Specify a code (e.g.,
UF_CONTRACT), name, and field type (string/list/date). - Bind it to a payer type ("Legal entity").
- Enable the option "Save in profile" (
USER_PROPS = Y). - In the
sale.personal.profilecomponent template, add output for the new field.
After that, the field appears in the personal account and is automatically filled in during checkout.
Comparison of Buyer Types
| Type | Required Fields | Peculiarities |
|---|---|---|
| Individual | Full name, phone, email | Minimal set, suitable for retail |
| Legal entity | Company name, TIN, KPP, legal address | Requires EGRUL verification, 54-FZ fiscalization |
| Sole proprietor | Full name, TIN, OGRNIP | Similar to legal entity but without KPP |
| Self-employed | Full name, TIN, phone | Special tax regime |
Auto-filling profiles reduces checkout time by 3 times compared to manual entry. This is especially noticeable on B2B platforms with regular orders.
Reasons Profiles Are Not Saved
Main reasons:
-
SAVE_USER_DATAnot set toYin thesale.order.ajaxparameters. - Properties do not have the
USER_PROPSflag. - In
b_sale_order_user_props, there is no record with the requiredPERSON_TYPE_ID.
Check these three points—in 90% of cases, the problem is solved without code. If not, customization of the component or adding an OnSaleOrderUserPropsSave event handler may be required. We often use this approach for complex validations.
Troubleshooting Profile Display in Personal Account
Make sure that the bitrix:sale.personal.profile component has the correct PERSON_TYPE_ID specified. If the payer type does not match the profile type, data will not show. Also check that the "Show profiles" option is enabled in the component settings.
Work Process
| Stage | Duration | What We Do |
|---|---|---|
| Analysis and requirements | 1–2 hours | Identify buyer types, field list, business rules |
| Design | 1 hour | Payer type scheme, property mapping |
| Implementation | 2–4 hours | Configure types, properties, components; add custom fields |
| Testing | 1–2 hours | Check auto-fill, validation, scenarios |
| Deployment and documentation | 1 hour | Instructions for adding new fields, admin memo |
Timelines and Cost
Basic profile setup (types + auto-fill) takes 2 to 4 hours. Extending with custom fields takes 2 to 3 hours. Exact timelines depend on the number of types and integration complexity. We calculate them individually after auditing your store. Contact us for a consultation and preliminary estimate in 30 minutes. Our optimized profile setup is 2x faster than default configuration, cutting setup time from 6 hours to 3 hours.
What's Included
- Configuration of all buyer types (individuals, legal entities, sole proprietors, etc.)
- Creation and binding of properties (standard and custom)
- Setup and customization of the
bitrix:sale.personal.profilecomponent - Configuration of order form auto-fill
- Fiscalization check (54-FZ) for legal entities—correct transmission of details to receipt
- Documentation for profile management
- Warranty: 6 months of free support
Useful Links
- Official documentation on payer types
- Description of the sale.personal.profile component
- CommerceML 2.10 standard for 1C exchange (if integration needed)
Order buyer profile setup—save your customers' time and reduce order errors. Contact us to discuss your case. Our certified specialists have 5+ years of experience and a warranty on all work.







