artesanik/sylius-extended-checkout-plugin

Sylius Extended Checkout Plugin.

Maintainers

Package info

github.com/joenilson/SyliusExtendedCheckoutPlugin

Issues

Type:sylius-plugin

pkg:composer/artesanik/sylius-extended-checkout-plugin

Transparency log

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 0

This package is auto-updated.

Last update: 2026-06-29 01:52:51 UTC


README

Sylius Extended Checkout Plugin

Documentation

This Sylius plugin enables the phoneNumber required in the Addressing Checkout Form.

It do three verifications

  • NotBlank
  • Range between 10 and 11 phone numbers
  • Pattern to only allow numbers

Quickstart Installation

  1. Install using composer
composer require artesanik/sylius-extended-checkout-plugin
  1. Clear cache
bin/console cache:clear

TODO Tasks

  • Add a config file to load phone variables from config.yaml or env vars
  • Add envvars for the phone pattern regex
  • Add envvars for the phone min/max lenght
  • Enable other phone patterns