← all publishers

GetStoreConnect

@getstoreconnect source repo

26 published skills

  1. Storeconnect Forms 2 · getstoreconnect bundle
    StoreConnect storefront forms — the Liquid form tag, registered form names and usable fields (login, register, account, add-to-cart, cart, the four checkout steps, vouchers, promo codes, account credit, saved payment methods, subscriptions, bookings, privacy, geolocation, custom forms), the form and field Drop API, validation and error handling, safe generated-field handling, and form accessibility. Load before writing any form name or field name into a StoreConnect template, whenever a template must accept customer input, and when a form will not submit, validate, or show its errors.
    0
    installs
  2. Storeconnect Liquid 2 · getstoreconnect bundle
    Write StoreConnect Liquid template logic and read record data — Drops and their exact attributes, the {% query %} tag, {% cache %}, {% component %}, {% paginate %}, {% update %}, search pages, store-relative links, and escaping. Use when authoring or editing a .liquid template, page or article body, content-block template, snippet, or layout, and when querying, filtering, or updating records. For a form or field name use storeconnect-forms; for theme structure and styling use storeconnect-theme-development; to instrument a blank or slow page use storeconnect-debug-performance.
    0
    installs
  3. Storeconnect Platform 2 · getstoreconnect bundle
    Entry point for all StoreConnect work — the Salesforce-native commerce, POS, CMS, and website platform. Covers asynchronous synchronization, connecting StoreConnect tools for a store, the tool-preference order, the human-approval gate on publishing, what only Salesforce tooling can do, canonical documentation, and which of the twelve specialist StoreConnect skills to load next. Load first whenever a request involves StoreConnect, a StoreConnect store, storefront, Liquid theme, product catalog, checkout, point of sale, or an `s_c__` Salesforce object.
    0
    installs
  4. Storeconnect Pos Setup 2 · getstoreconnect bundle
    Configure and troubleshoot StoreConnect POS outcomes — outlet and register readiness, staff access, product availability and pricing, payment and fulfillment setup, supported Store Variable settings, synchronization, recovery, and hardware. Use when standing up POS, adding or repairing an outlet or register, or diagnosing why a product, payment method, register, or configuration change is missing at the terminal. For POS layouts, views, actions, or print-template markup, use storeconnect-pos-customization instead.
    0
    installs
  5. Storeconnect Components 2 · getstoreconnect bundle
    StoreConnect reloadable Liquid components and storefront interactivity — the {% component %} tag and its reload events, {% context %} state that survives a reload, lazy and deferred rendering, remote {% form %} wiring, the JSON page-response API, and HTMX/Alpine integration. Use when part of a StoreConnect page must update without a full page load (live cart, cart badge, cart drawer, quick view, live filters, vouchers, shipping rates, stock), when wiring JavaScript into a theme so it survives a component reload, or when choosing a frontend architecture for a theme.
    0
    installs
  6. Storeconnect Controllers 2 · getstoreconnect bundle
    Run server-side logic around a StoreConnect page request using Liquid controller templates — the before/after/final phases, the registered controller/action key rule, action tags (params, variables, redirect, respond, update, action, api), form-submission interception, and the safety rules for controller-driven writes. Use when storefront behavior must run on the server without Apex — access gating and redirects, capturing extra form fields, cart automation, injecting data for the render, or calling an external service during a render.
    0
    installs
  7. Storeconnect Sync Deploy 2 · getstoreconnect bundle
    Safely deploy changes to a StoreConnect store with connected StoreConnect tools, storeconnect-cli, or an explicitly approved Salesforce workflow. Covers target confirmation, rollback baselines, validation, preview, human approval, supported cache refresh, verification, and cleanup. Load before pushing or publishing any theme file, CSS, content block, translation, or store configuration, and before taking a store live.
    0
    installs
  8. Storeconnect Theme Review 2 · getstoreconnect bundle
    Read-only quality audit of a StoreConnect Liquid theme or storefront — layout integrity, SEO and structured data, accessibility, responsive images, caching and performance, form correctness, and translations. Produces a severity-ranked report with before/after code and user-facing impact, plus optional CMS content-completeness and Lighthouse passes. Use when asked to review, audit, health-check, or "find problems in" a StoreConnect theme, storefront, or specific template and you will change nothing, or when asked why a store scores badly on SEO, accessibility, or Core Web Vitals. To instrument or fix one slow or broken template use storeconnect-debug-performance.
    0
    installs
  9. Storeconnect Salesforce Data 2 · getstoreconnect bundle
    Create, query, relate, and delete StoreConnect Salesforce records - stores, pages, content blocks, menus, articles, categories, themes, junction objects, Custom Data Mappings, and merchant custom objects. Covers exact s_c__* object and field API names, required creation order, delete and cascade semantics, store scoping, and how a Salesforce field or custom object becomes visible to Liquid. Use when a task needs a record created or changed in Salesforce rather than in a theme file, when a Liquid template needs a custom Salesforce field or object it cannot currently see, or when you need a verified s_c__* API name.
    0
    installs
  10. Storeconnect Apex Integration 2 · getstoreconnect bundle
    Customer-owned Apex and other Salesforce-side patterns around a StoreConnect storefront — deciding whether a requirement needs Apex, using supported records and automation, safely generating storefront content ahead of render, and applying Apex deployment conventions. Load before writing, reviewing, or deploying any Apex, trigger, Flow-invoked class, or approved Salesforce callout for a store, and to choose between Apex, a Liquid controller, and a form.
    0
    installs
  11. Storeconnect Debug Performance 2 · getstoreconnect bundle
    Instrument and speed up StoreConnect Liquid — the web Console, the debug and timer tags, drop and record introspection, cache key design and invalidation, collection and pagination cost, per-item hot paths, asset weight, and client-side batching. Use when you need to instrument a template that renders blank or wrong, cache a fragment, or cut queries on a slow page, when cached output is stale or reaches the wrong visitor, and before adding any debug, timer, or cache tag. For an audit that changes nothing use storeconnect-theme-review.
    0
    installs
  12. Storeconnect Pos Customization 2 · getstoreconnect bundle
    Customize StoreConnect POS through supported layouts, filters, views, actions, scripts, styles, and print templates. Use when changing what a POS screen, list, cart, button, menu, modal, receipt, docket, or label shows or does, or when reviewing a POS customization for safety, performance, offline behavior, testing, and rollout.
    0
    installs
  13. Storeconnect Theme Development 2 · getstoreconnect bundle
    Change how a StoreConnect storefront looks or is structured — override base-theme templates by key (pages/blocks/snippets/layouts/components/helpers), ship brand CSS through theme-supplement.css or the store's custom styles, author custom content-block templates, and set theme variables. Use for storefront styling, header/footer/layout work, new block templates, theme assets and packs, starting a theme from scratch, or diagnosing an override that silently does not apply. For template logic and record data inside a file use storeconnect-liquid.
    0
    installs
  14. Storeconnect Components · getstoreconnect bundle
    StoreConnect reloadable Liquid components and storefront interactivity — the {% component %} tag and its reload events, {% context %} state that survives a reload, lazy and deferred rendering, remote {% form %} wiring, the JSON page-response API, and HTMX/Alpine integration. Use when part of a StoreConnect page must update without a full page load (live cart, cart badge, cart drawer, quick view, live filters, vouchers, shipping rates, stock), when wiring JavaScript into a theme so it survives a component reload, or when choosing a frontend architecture for a theme.
    0
    installs
  15. Storeconnect Controllers · getstoreconnect bundle
    Run server-side logic around a StoreConnect page request using Liquid controller templates — the before/after/final phases, the registered controller/action key rule, action tags (params, variables, redirect, respond, update, action, api), form-submission interception, and the safety rules for controller-driven writes. Use when storefront behavior must run on the server without Apex — access gating and redirects, capturing extra form fields, cart automation, injecting data for the render, or calling an external service during a render.
    0
    installs
  16. Storeconnect Sync Deploy · getstoreconnect bundle
    Safely deploy changes to a StoreConnect store with connected StoreConnect tools, storeconnect-cli, or an explicitly approved Salesforce workflow. Covers target confirmation, rollback baselines, validation, preview, human approval, supported cache refresh, verification, and cleanup. Load before pushing or publishing any theme file, CSS, content block, translation, or store configuration, and before taking a store live.
    0
    installs
  17. Storeconnect Theme Review · getstoreconnect bundle
    Read-only quality audit of a StoreConnect Liquid theme or storefront — layout integrity, SEO and structured data, accessibility, responsive images, caching and performance, form correctness, and translations. Produces a severity-ranked report with before/after code and user-facing impact, plus optional CMS content-completeness and Lighthouse passes. Use when asked to review, audit, health-check, or "find problems in" a StoreConnect theme, storefront, or specific template and you will change nothing, or when asked why a store scores badly on SEO, accessibility, or Core Web Vitals. To instrument or fix one slow or broken template use storeconnect-debug-performance.
    0
    installs
  18. Storeconnect Salesforce Data · getstoreconnect bundle
    Create, query, relate, and delete StoreConnect Salesforce records - stores, pages, content blocks, menus, articles, categories, themes, junction objects, Custom Data Mappings, and merchant custom objects. Covers exact s_c__* object and field API names, required creation order, delete and cascade semantics, store scoping, and how a Salesforce field or custom object becomes visible to Liquid. Use when a task needs a record created or changed in Salesforce rather than in a theme file, when a Liquid template needs a custom Salesforce field or object it cannot currently see, or when you need a verified s_c__* API name.
    0
    installs
  19. Storeconnect Apex Integration · getstoreconnect bundle
    Customer-owned Apex and other Salesforce-side patterns around a StoreConnect storefront — deciding whether a requirement needs Apex, using supported records and automation, safely generating storefront content ahead of render, and applying Apex deployment conventions. Load before writing, reviewing, or deploying any Apex, trigger, Flow-invoked class, or approved Salesforce callout for a store, and to choose between Apex, a Liquid controller, and a form.
    0
    installs
  20. Storeconnect Debug Performance · getstoreconnect bundle
    Instrument and speed up StoreConnect Liquid — the web Console, the debug and timer tags, drop and record introspection, cache key design and invalidation, collection and pagination cost, per-item hot paths, asset weight, and client-side batching. Use when you need to instrument a template that renders blank or wrong, cache a fragment, or cut queries on a slow page, when cached output is stale or reaches the wrong visitor, and before adding any debug, timer, or cache tag. For an audit that changes nothing use storeconnect-theme-review.
    0
    installs
  21. Storeconnect Pos Customization · getstoreconnect bundle
    Customize StoreConnect POS through supported layouts, filters, views, actions, scripts, styles, and print templates. Use when changing what a POS screen, list, cart, button, menu, modal, receipt, docket, or label shows or does, or when reviewing a POS customization for safety, performance, offline behavior, testing, and rollout.
    0
    installs
  22. Storeconnect Theme Development · getstoreconnect bundle
    Change how a StoreConnect storefront looks or is structured — override base-theme templates by key (pages/blocks/snippets/layouts/components/helpers), ship brand CSS through theme-supplement.css or the store's custom styles, author custom content-block templates, and set theme variables. Use for storefront styling, header/footer/layout work, new block templates, theme assets and packs, starting a theme from scratch, or diagnosing an override that silently does not apply. For template logic and record data inside a file use storeconnect-liquid.
    0
    installs
  23. Storeconnect Forms · getstoreconnect bundle
    StoreConnect storefront forms — the Liquid form tag, registered form names and usable fields (login, register, account, add-to-cart, cart, the four checkout steps, vouchers, promo codes, account credit, saved payment methods, subscriptions, bookings, privacy, geolocation, custom forms), the form and field Drop API, validation and error handling, safe generated-field handling, and form accessibility. Load before writing any form name or field name into a StoreConnect template, whenever a template must accept customer input, and when a form will not submit, validate, or show its errors.
    0
    installs
  24. Storeconnect Liquid · getstoreconnect bundle
    Write StoreConnect Liquid template logic and read record data — Drops and their exact attributes, the {% query %} tag, {% cache %}, {% component %}, {% paginate %}, {% update %}, search pages, store-relative links, and escaping. Use when authoring or editing a .liquid template, page or article body, content-block template, snippet, or layout, and when querying, filtering, or updating records. For a form or field name use storeconnect-forms; for theme structure and styling use storeconnect-theme-development; to instrument a blank or slow page use storeconnect-debug-performance.
    0
    installs
  25. Storeconnect Platform · getstoreconnect bundle
    Entry point for all StoreConnect work — the Salesforce-native commerce, POS, CMS, and website platform. Covers asynchronous synchronization, connecting StoreConnect tools for a store, the tool-preference order, the human-approval gate on publishing, what only Salesforce tooling can do, canonical documentation, and which of the twelve specialist StoreConnect skills to load next. Load first whenever a request involves StoreConnect, a StoreConnect store, storefront, Liquid theme, product catalog, checkout, point of sale, or an `s_c__` Salesforce object.
    0
    installs
  26. Storeconnect Pos Setup · getstoreconnect bundle
    Configure and troubleshoot StoreConnect POS outcomes — outlet and register readiness, staff access, product availability and pricing, payment and fulfillment setup, supported Store Variable settings, synchronization, recovery, and hardware. Use when standing up POS, adding or repairing an outlet or register, or diagnosing why a product, payment method, register, or configuration change is missing at the terminal. For POS layouts, views, actions, or print-template markup, use storeconnect-pos-customization instead.
    0
    installs