ecommerce

Implement cart and checkout flows with currency-aware pricing for catalog stores.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Wahidul123/med-plus-hub --skill ecommerce-wahidul123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecommerce
Source: https://github.com/Wahidul123/med-plus-hub/tree/main/.emdash/skills/ecommerce
Command: npx skills add https://github.com/Wahidul123/med-plus-hub --skill ecommerce-wahidul123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides cart and checkout functionality for catalog-based stores, enabling seamless purchasing experiences.

Core Features & Use Cases

  • Cart & Buy Now: Add to cart, view totals, and checkout from catalog items.
  • Pricing & Currency: Fixed catalog pricing with dynamic currency formatting.
  • Product Detail & Checkout Flow: End-to-end flow from product pages to order placement.

Quick Start

Add to cart from a catalog item to begin the checkout process.

Frequently Asked Questions about ecommerce

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add cart and checkout functionality to a product catalog?

Cart and checkout functionality is provided for catalog-based stores by defining catalog data, managing cart state, and applying currency-aware pricing across product cards, detail pages, headers, and checkout flows.

How do I implement dynamic currency formatting for fixed catalog pricing?

Dynamic currency formatting applies to fixed catalog pricing by formatting totals and item prices based on the active currency, ensuring consistent display across product detail pages and checkout interfaces.

What is the best way to manage cart state for an ecommerce checkout flow?

Cart state management handles add-to-cart actions and total calculations by maintaining the active session items, which integrates directly with the checkout flow to support order placement.

Does this cart and checkout approach work with custom product detail pages?

Custom product detail pages are supported by guiding developers on where to implement UI components and server logic, ensuring add-to-cart and buy-now buttons integrate with the underlying catalog data and cart state.

Why does my catalog pricing not display the correct currency format?

Catalog pricing requires currency-aware formatting rules to be applied to the interface components, ensuring that product cards and checkout totals reflect the correct dynamic currency format.