drupal/cwo_demo

Initial configuration for Commerce Webform Order

1.0.0 2024-11-18 09:42 UTC

This package is auto-updated.

Last update: 2024-11-22 09:38:08 UTC


README

  • Introduction
  • Requirements
  • Application
  • Maintainers

INTRODUCTION

This recipe installs a series of webforms that connect with Commerce and Webform to be able to control donations, one off payments, and subscriptions.

The following sample forms are available:

  • CWO Donation (cwo/donation): A basic donation form that allows selecting an amount.
  • CWO Donation/Subscription (cwo/donation-type): A donation form that allows selecting the donation type.
  • CWO Subscription (cwo/subscription): A subscription form, that allows selecting an amount, periodicity and payment details.

APPLICATION

  • Configure your project for Recipes. Visit https://www.drupal.org/project/distributions_recipes for further information.
  • Require this recipe package using composer composer require drupal/cwo_demo:^1
  • To apply the recipe, run the following command from your web root: php core/scripts/drupal recipe recipes/contrib/cwo_demo Or if you're using Drush 13+ drush recipe recipes/contrib/cwo_demo

REQUIREMENTS

This recipe requires Commerce Webform Order (https://www.drupal.org/project/commerce_webform_order) and all its dependencies. It also requires Webform Entity Handler to ease the processing of entities (https://www.drupal.org/project/webform_entity_handler).

MAINTAINERS