qtatech.com blog: Challenges and Concerns Holding Back Drupal 9 Websites from Upgrading to Drupal 10

Challenges and Concerns Holding Back Drupal 9 Websites from Upgrading to Drupal 10 kanapatrick Mon, 07/03/2023 - 06:59

In the dynamic and ever-changing realm of web development, Drupal has cemented its reputation as a dependable and formidable content management system (CMS), serving as the backbone for numerous websites across diverse industries.

Image removed.

Peoples Blog: Why is Drupal the Best Choice for Non-Profit Websites?

Drupal is often considered a great choice for non-profit websites due to several key factors that align with the unique needs and goals of non-profit organizations. Here are some reasons why Drupal is a popular choice for non-profit websites: Cost-Effectiveness: Drupal is an open-source platform, which means it is free to use and distribute. This can be particularly advantageous for non-profit o

mandclu: Dynamic Entity Query Based on Moderation State

Fri, 06/30/2023 - 13:43

Dynamic Entity Query Based on Moderation State

As part of my ongoing work on the Event Platform modules for organizing DrupalCamps and similar events, I wanted to add to the recently introduced Scheduler interface, by allowing a site builder to specify a list of workflow (content moderation) states that would be used to restrict which sessions (or other content types) to list. After, it wouldn't make sense to ask an editor to have to pick through the rejected sessions as part of the scheduling interface.

Tags

Acquia Developer Portal Blog: Deciding between Acquia Site Studio and Drupal's Layout Builder

Image removed.

Speed to market is often critical for applications especially when rolling out new sites, features for an offering, or need to create campaign pages, landing pages, and other one off content that doesn't necessarily need to follow a strict template. 

The tool you use to achieve this could make or break this goal depending on your needs as well as how it is used. 

In this tutorial we aim to give you the questions you need to ask yourself when trying to decide whether using Drupal Core's Layout Builder or Acquia's Site Studio offering for your next project.

  1. Cost (both upfront and maintenance)

    Acquia Site Studio is a proprietary tool provided by Acquia to our Acquia hosted customers. One license is included

Lisa Streeter: Setting Order Number before Payment Transaction

The Goal

In Drupal Commerce, carts do not have order numbers. Order numbers are not set until checkout completion, when the order is placed. If the order type has been configured with a number pattern, that pattern is used to generate the order number; otherwise the order entity ID is used. As a result, when a credit card payment is added during checkout, the cart/order may not have its final Order Number yet. For some payment gateways, this is fine--only the order entity ID is needed.