Using Drupal's view (which is now in core) to build a list of activities for members to register.
We just completed upgraded our site from Drupal 6 using Ubercart to Drupal commerce. The project involves custom migration of data from drupal 6, enhancing the reservation modules of corporate passes and facilities. It also include custom modules for the purchase of tickets (Kidzania and Sentosa passes), registrations for the annual OLive Run, Dinner & Dance,
Most payment gateway do not allow order id to be re-used. i.e. order ids cannot be duplicated when being submitted to payment gateway for processing. For our case, we were migrating from Drupal 6 to Drupal 8 for one of our clients and we decided to re-start our order ids from 40001, having already used up to over 30,000 in the old site.
alter table commerce_order auto_increment = 40001;
- Read more about Drupal Commerce Order ID
- Log in to post comments
drupal debug:plugin field.widget
drupal debug:plugin field.field_type
drupal debug:plugin field.formatter
Learn all the fundamentals of the Rust programming language in this crash course.
The intent of Lightning is to enable developers to create great authoring experiences and empower editorial teams. We do this by providing a lightweight framework, documentation and best practice examples for building working solutions in Drupal.
MOE celebrated the 50th anniversary by giving away free tickets to the Gardens by the Bay to their pioneers and seniors. The website was built in Drupal 7, customising the webform module for the registration process.
Drupal is the leading open-source CMS for ambitious digital experiences that reach your audience across multiple channels. Because we all have different needs, Drupal allows you to create a unique space in a world of cookie-cutter solutions.
The facility reservation system allows members to reserve and print out the reservation letter in pdf. This module was developed in Drupal 8 integrating the HTML 5 Javascript Component running along side VueJs.