E-commerce
July 1, 2026
"The advisor prepared a cart for me, but I didn't receive the link." "The price at checkout doesn't match what they told me in the store." "My advisor cart has expired, how do I retrieve it?" Three tickets where a poorly tracked assisted advisor cart blocks post-visit conversion.
The e-commerce advisor-created cart support covers missing link, cart content, checkout price, TTL expiration, and finalization guidance. Distinct from advice without a cart (#981): here, it is a draft cart or cart link prepared by a store sales representative.
This guide #983 deploys policy ADVCRT-SUP, flow AC-1 to AC-8, and matrix ADVCRT-MAP. Customer service pair of the future: advisor cart bot (#984).
Summary
Why do advisor baskets generate tickets?
In store, the advisor builds a Shopify POS cart or sends a draft cart link to the customer via email or SMS. The customer returns home: link is missing, item removed due to stockout, price is different, or cart expired. Without ADVCRT-MAP, the agent cannot find the cart_token, invents the content, or promises an unregistered price.
Five typical advisor cart frictions
Missing cart link: Email/SMS not received
Vague content: Customer does not understand prepared items
Checkout price mismatch: Total ≠ advisor's announced price
Expired cart: Draft cart beyond validity TTL
Locked modification: Customer wants to adjust prepared items
Luxury beauty retail example
DTC luxury beauty 38 stores send-cart active, 9 advcrt_/month tickets. After ADVCRT-MAP: advcrt_resolution_rate 86%, advcrt_cart_to_order_rate +33% in 5 weeks.
ADVCRT #983 vs STOREADV #981, saved cart, shared cart, expired cart and bot #984
Seven omnichannel cart contents, seven distinct angles.
Quick matrix
#983 ADVCRT: store advisor prepared cart link content price checkout
STOREADV #981: store advisor recommendation without created cart distinct draft cart sent
SAVED #saved: online customer saved cart distinct boutique advisor cart
SHARED #shared: shared cart social link distinct store advisor send-cart
EXPIRED #expired: general expired web cart distinct advisor draft TTL
LOSTCART #751: lost cart device switch distinct advisor link
#981 = recommendation without cart. #983 = draft cart link already prepared by advisor.
Promise #983
Policy ADVCRT-SUP, Tree ADVCRT-GATE, 8 macros, advisor cart registry, KPI advcrt_cart_to_order_rate.
Which advcrt_* typologies should be classified?
Action-oriented classifier: link ≠ content ≠ price ≠ expiration ≠ modification.
Eight ADVCRT-MAP typologies
advcrt_link_missing: cart SMS email link not received
advcrt_link_expired: draft cart TTL exceeded
advcrt_content_explain: explain advisor cart items
advcrt_price_mismatch: checkout total ≠ shop display price
advcrt_item_removed: item removed out of stock cart
advcrt_modify_ask: customer wants to modify prepared cart
advcrt_checkout_guide: how to finalize checkout advisor link
advcrt_ops_flag: retail signal program send-cart sync
Tags: advcrt, advisor_cart, send_cart, draft_order. ADVCRT-MAP-GROUNDED: cart_line_copy cart_url from registry only.
Policy ADVCRT-SUP: agent rules and advisor cart registry
The ADVCRT-SUP policy sets advisor cart responses without invented content outside of the map.
Six ADVCRT-SUP rules
CART-REGISTRY-FIRST: verify ADVCRT-MAP before cart response
CONTENT-GROUNDED: cite cart_line_copy cart_skus map
PRICE-VERIFY: lookup draft_order_id Shopify before explaining delta
NO-PRICE-INVENT: no promised price outside of cart_total_ref map
LINK-RESEND-VERIFY: verify sending before blaming customer
Handoff #984: briefcase advisor cart bot widget
Minimum advisor cart registry
advcrt_id: advisor cart line identifier
advisor_id_ref store_location_ref: advisor store map
cart_url cart_token_ref draft_order_id: Shopify cart link
cart_skus cart_line_copy: items content text agents
cart_total_ref price_at_creation: total at cart creation map
cart_offer_code cart_ttl_days: cart offer draft validity
advisor_note_copy modify_policy_copy: advisor note modification rules
staff_brief_url: shared retail send-cart brief
Flow AC-1 to AC-8: advisor cart ticket processing
Eight steps: intake lookup verify classify respond resend guide modify log close.
Flow AC-1 to AC-8
AC-1 Intake: advcrt_* intent + store email cart_url order_ref
AC-2 Cart lookup: CART-REGISTRY cart_token draft_order_id
AC-3 Shopify verify: cart_skus cart_total live stock
AC-4 Classify: link content price expired modify checkout
AC-5 Respond: macro ADVCRT grounded cart_line_copy
AC-6 Resend guide: cart_url resend checkout steps
AC-7 Modify cc: modify_policy_copy or ops flag retail
AC-8 Log: KPI advcrt + brief correction register
SLA: advcrt_link_missing verified sent with resend cart_url in one interaction.
Eight ready-to-paste ADVCRT-* macros
Advisor cart macros without invented price out of register.
ADVCRT-* Library
ADVCRT-LINK-01: "Advisor cart {{store_location_ref}}: {{cart_url map}}. Ref. {{advcrt_id}}."
ADVCRT-CONTENT-01: "Cart content: {{cart_line_copy map}}. SKUs: {{cart_skus map}}."
ADVCRT-PRICE-01: "Total creation: {{cart_total_ref map}}. Current checkout total: {{total live Shopify}}. Variance: {{delta expliqué}}."
ADVCRT-EXPIRED-01: "Expired cart {{cart_ttl_days}} days. New cart: {{procédure map}}."
ADVCRT-OOS-01: "Out of stock item removed: {{sku retiré}}. Alternative: {{alt map}}."
ADVCRT-MODIFY-01: "Cart modification: {{modify_policy_copy map}}."
ADVCRT-CHECKOUT-01: "Finalize: open {{cart_url}}, code {{cart_offer_code map}}, validate payment."
ADVCRT-DONE: "Ticket summary {{id}}. Resolution: {{résolution}}."
ADVCRT-GATE tree and retail POS coordination
Decision tree before recreating ad hoc cart or honoring verbal price outside map.
ADVCRT-GATE
Link or store mentioned? → lookup AC-2 Shopify verify
Missing link? → LINK-01 resend cart_url verify sending
Cart content? → CONTENT-01 cart_line_copy cart_skus
Different price? → PRICE-01 cart_total_ref live delta
Expired cart? → EXPIRED-01 cart_ttl_days procedure
Modify items? → MODIFY-01 modify_policy_copy
Advice without cart? → reroute STOREADV #981
Cart calculation error? → reroute cart calculation
Send-cart Day-0 launch ritual
Retail publishes ADVCRT-MAP: cart_ttl_days validated, modify_policy_copy shared, cart_offer tested POS. Bot #984 sync go-live.
KPI, QA and handoff to bot #984
Measuring ADVCRT detects send-cart without a resend link and undocumented recommended prices.
Five ADVCRT KPIs
advcrt_resolution_rate: tickets resolved without ad hoc invented prices
advcrt_cart_to_order_rate: orders from cart_url / sent carts
advcrt_link_resend_success: resent links / advcrt_link_missing
advcrt_price_delta_rate: % PRICE-01 tickets with explained delta
advcrt_price_invent_violation: invented prices outside target map 0
Handoff #984
Export ADVCRT-MAP to bot: priority to advcrt_content_explain, advcrt_checkout_guide, advcrt_link_missing. Guardrail CONTENT-GROUNDED brief #984: bot cites cart_line_copy cart_url map only.
Edge cases: saved cart, shared cart, expired web cart, omnichannel POS
Four cases outside the standard advisor cart flow.
Online customer saved cart
SAVED reroute saved cart if cart created by customer, not seller send-cart.
Social link shared cart
SHARED alignment shared cart if friend share link, not advisor.
General web cart expiration
EXPIRED reroute expired cart if outside send-cart map program.
POS order already placed in store
OMNI POS omnichannel support if purchase finalized in store, not link checkout.
Agent training: 20 minutes ADVCRT
Module: CART-REGISTRY, distinguish STOREADV #981 SAVED shared expired bot #984.
Exercises
Ticket A: missing cart link → LINK-01 resend cart_url
Ticket B: unclear cart content → CONTENT-01 cart_line_copy
Ticket C: checkout price different → PRICE-01 cart_total_ref delta
Ticket D: expired cart → EXPIRED-01 cart_ttl_days procedure
How Qstomy structures ADVCRT in your stack
Qstomy on Shopify: advcrt_* route, advisor cart registry sync, LINK CONTENT PRICE CHECKOUT macros, and handoff #984 content grounded gate.
Three building blocks
Routing: intent advisor_cart vs saved_cart vs shared_cart
Advisor cart registry: cart_url skus total ttl modify
Bot #984: tier 1 content price checkout widget
Scenario: DTC luxury beauty 38 stores send-cart. Registry D-0. advcrt_resolution_rate 86%, cart_to_order_rate +33%.
Explore AI support and request a demo.
FAQ and deployment checklist for ADVCRT
FAQ
Honor advertised price from advisor outside of map?
No. NO-PRICE-INVENT. PRICE-01 cites cart_total_ref and active delta explained.
Difference STOREADV #981?
#981 = recommendation advice without created cart. #983 = draft cart link sent.
Difference saved cart?
Saved = online customer cart. #983 = cart prepared by store advisor.
Difference shared cart?
Shared = social sharing link. #983 = send-cart POS advisor.
Difference #984?
#983 = agents verify resend price ops modify. #984 = bot tier 1 widget content.
ADVCRT Deployment Checklist (8 steps)
ADVCRT-SUP + ADVCRT-MAP: advisor cart log template
cart_url cart_token_ref: tested on each POS send-cart
cart_line_copy cart_skus: validated upon cart creation
cart_total_ref cart_ttl_days: Shopify draft order sync
modify_policy_copy: retail shared modification rules
cart_offer_code: verify mobile checkout test
Sync bot #984: CONTENT-GROUNDED
20-minute Training: exercises in section 10
Linking

Enzo
July 1, 2026





