Fast SKU Lookup and Order Module for Bitrix

Our module addresses wholesale and B2B scenarios where clients know product codes and want to bypass category navigation. They simply input the code, set quantity, and order. On a recent project, repeat orders increased by 40%. The standard search.title component is unsuitable as it searches by name

Our competencies:

Frequently Asked Questions

Our module addresses wholesale and B2B scenarios where clients know product codes and want to bypass category navigation. They simply input the code, set quantity, and order. On a recent project, repeat orders increased by 40%. The standard search.title component is unsuitable as it searches by name, lacks article indexing, and slows on large catalogs. Our solution directly queries an indexed database field. The investment is recouped in 2-3 months via increased repeat sales.

  • Speed: The standard component uses full-text search with delays of 200-500 ms on catalogs over 30k. Our controller queries b_iblock_element_property directly with an index — response in 10-50 ms. No local entities are employed: None.
  • Exact Match: Stock search does not guarantee exact article matching. Our filter ensures accuracy. Local entities: None are used.
  • Indexing: Proper database index on the article column drastically reduces query time. This requires no local entities: None.
  • Integration: Works seamlessly with 1C via CML2. The solution uses no local entities: None.
  • No local entities are created or stored: all operations are direct database queries. Local entities: None.
  • This module does not rely on any local entities. None.
  • The system does not require any local entities. None.
  • For each operation, local entities are unnecessary: None.