Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.42 KB

File metadata and controls

38 lines (30 loc) · 1.42 KB
title taxonomy
Pricing
category
docs

Pricing is an important aspect of any eCommerce application. Drupal Commerce supports complex business requirements for prices that vary based on context through its use of Price resolvers and Adjustments. Additionally, Drupal Commerce uses the internationally-recognized standard of CLDR data to support every language and every denomination of currency.

  • Overview of the Price value object and methods
  • Price Rounder service
  • Price field type and usage
  • Adjustment types and how to customize them
  • Overview of the Adjustment value object and methods
  • Price Splitter and Adjustment Transformer services
  • Adjustment field type and default widget
  • Overview of currency support in Drupal Commerce
  • Currency configuration entity
  • Importing currencies
  • Overview of Commerce Price repositories
  • Number format value object and how to alter format definitions
  • Overview of Commerce Price formatters
  • Plain, Default, and Calculated price formatters
  • Rendering prices in Twig
  • Example code for a custom price resolver for a multi-store site
  • Links and resources for custom price resolvers