← Learn home

Product & upsell setup

Structure.ai, Inc. (C Corp · EIN 92-3888418) · brand: Structure Business Solutions · Digistore24

Portable handoff Copy docs/ + assets/ + campaign HTML folders to any static host. Full relocate steps and lessons learned are in the Markdown guide.
Full guide (Markdown) PRODUCT-UPSELL-SETUP.md — products, freeflow, lessons, relocate checklist
Agent manifest (JSON) agent-manifest.json — entity, products, pages, assets, freeflow, lessons
All images (ZIP) campaign-assets.zip — downloadable for other agents
Assets catalog /assets/ · MANIFEST.json

Legal entity

Legal nameStructure.ai, Inc.
Entity typeC Corporation (C Corp)
EIN92-3888418
Brand on pagesStructure Business Solutions
Public legal page/legal-information/

Quick reference — products

FunnelRoleIDPriceOrder form
P&LMain719738$27checkout
P&LBump719748$17checkout
P&LOTO1 AI719745$47checkout
P&LOTO2 Case720646$497checkout
CollectionsMain719749$27checkout
CollectionsBump719750$17checkout
CollectionsOTO1 AI719751$47checkout
CollectionsOTO2 Case720647$497checkout

Upsell trees (Conversion Cockpit)

P&L (719738): y → 719745 · yy/yn → 720646

Collections (719749): y → 719751 · yy/yn → 720647

UI may label positions J / JJ / JN (Ja). One-click uses /answer/yes|no + digistore.js, not bare product URLs.

Freeflow one-liner

Session param: digistore_upsell_session_id
Script: https://www.checkout-ds24.com/service/digistore.js → digistoreUpsell()
YES/NO: https://www.checkout-ds24.com/answer/yes|no
Rewritten to: /answer/{session}/yes|no

Lessons learned (summary)

Full tables and relocate checklist → PRODUCT-UPSELL-SETUP.md §5–§0.

Agent: download everything

# Bulk images
curl -fsSL 'https://learn.structure-business-solutions.com/docs/campaign-assets.zip' -o campaign-assets.zip

# Full structured context (entity + products + lessons)
curl -fsSL 'https://learn.structure-business-solutions.com/docs/agent-manifest.json' -o agent-manifest.json

# Portable Markdown guide
curl -fsSL 'https://learn.structure-business-solutions.com/docs/PRODUCT-UPSELL-SETUP.md' -o PRODUCT-UPSELL-SETUP.md

# Per-file image list + hashes
curl -fsSL 'https://learn.structure-business-solutions.com/assets/MANIFEST.json' -o assets-manifest.json

On the same server: copy docs/ and assets/ directories as-is — no rebuild required.

Related