Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 628 Bytes

CoreChanges.md

File metadata and controls

14 lines (8 loc) · 628 Bytes

Core Changes

Here are the subclasses, and extensions of standard Sapphire components for the shop module.

  • ShopCurrency - provides ability to customise currency formatting.

  • ShopPayment - provides some additional functionality that should eventually move to Payment itself.

  • ProductBulkLoader - extends CSVBulkLoader to provide shop-specific loading. See Bulk Loading for more.

  • ShopDevelopmentAdminDecorator - extends DevelopmentAdmin so that we can call mysite/dev/shop

  • OptionalConfirmedPasswordField - requires entering a password twice to ensure it is correct.

  • I18nDatetime