1. Firstly locate and edit your theme’s .info.yml file Let’s call our region “My Custom Region” and declare it in our THEMENAME.info.yml file. Each region is declared as a subkey of the regions element as you can see below: 2. Edit your theme’s page.html.twig file to add the following where it suits you When you declare a Continue Reading
Stripe integration to Drupal 8
Instructions and guidelines to stripe module integration to existing drupal site. First you will need to download and install stripe to your drupal website either manually or by composer : composer require “drupal/stripe” Manual download : https://www.drupal.org/project/stripeDon’t forget to enable to module. Then navigate to the module settings page to enter your stripe account details Continue Reading