Tlloancy Step Configurator for WooCommerce

Descripció

Tlloancy Step Configurator for WooCommerce lets customers assemble a customizable product through a mobile-first wizard, with live pricing and WooCommerce cart integration.

  • Reusable generic engine (steps, options, variants)
  • Data-driven flows (config.flow, step.applies_to, option.unlock_flow, limit_rules)
  • CSV / XML nomenclature import
  • Sequential wizard with slide-in menu and progress bar
  • Base price plus supplements, with mandatory server-side revalidation
  • WooCommerce integration via cart_item_data
  • Gutenberg block tlsc/wizard
  • Shortcode [tlsc_wizard]
  • Demo seed isolated in /seed-data

Captures

Blocs

Aquesta extensió proporciona 1 bloc.

  • Tlloancy Step Configurator Wizard Interactive step-by-step product configurator.

Instal·lació

  1. Copy the tlloancy-step-configurator-for-woocommerce folder to wp-content/plugins/
  2. Activate the plugin
  3. WooCommerce must be installed and active
  4. Insert the Tlloancy Step Configurator Wizard block or shortcode on a page

PMF

How do I customize the steps?

Use Tlloancy Configurator > Steps, Options and Configs in the WordPress admin.

How do I import a BOM / nomenclature?

BOM means Bill of Materials. Use Tlloancy Configurator > Import CSV / XML, or see docs/USER-GUIDE.md (English), docs/MODE-DEMPLOI.md (French), and seed-data/examples/.

Where is the documentation?

  • English: docs/USER-GUIDE.md
  • French: docs/MODE-DEMPLOI.md

How do I change the demo data?

Edit or replace the file in seed-data/ before the first activation, or reseed / import afterwards.

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«Tlloancy Step Configurator for WooCommerce» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

1.2.5

  • Wizard palette setting: Default (coral), Salade (herb green), Muka (concrete & steel)
  • Presets inject CSS variables on the wizard only; factory coral remains the default

1.2.4

  • Same screen: group steps that share a same_screen code on one wizard screen
  • Optional steps: clearer hints + Next becomes Skip when nothing is selected
  • Safer required casting from DB (string «0» no longer treated as true)
  • Optional single-select: re-click to deselect
  • Updated fr_FR translations; wizard CSS cache-bust via filemtime

1.2.3

  • Plugin Check: drop load_plugin_textdomain, WP 6.0-safe list check, prefixed view variables
  • Import notices via user transient (no unsanitized error query args)

1.2.2

  • Extensibility hooks for addons: tlsc_cart_item_data, tlsc_pre_add_to_cart, tlsc_add_to_cart_request
  • JS events tlsc:beforeAddToCart and tlsc:stepShown

1.2.1

  • Configurable first-step label (Settings Formula / Pack / Configuration…)
  • Dynamic step hints from effective min/max/required (including limit_rules)

1.2.0

  • Data-driven flows: config.flow, step.applies_to (comma-separated), option.unlock_flow
  • Per-config limit_rules JSON on steps
  • CSV / XML nomenclature import (admin + TLSC_Importer + tlsc_import_payload filter)
  • Generic demo seed (no client branding)
  • English UI source strings + languages/*.pot and fr_FR translation
  • Bilingual docs: USER-GUIDE.md (EN) + MODE-DEMPLOI.md (FR)
  • Sample industrial-style CSV/XML under seed-data/examples/

1.1.0

  • Step scope applies_to
  • Wizard + pricing filter applicable steps
  • TLSC_Activator::reseed()

1.0.0

  • Initial release