Scary Web Development Stories to Tell in the Dark

[ad_1] A group of Lullabots get together to swap scary stories from their professional pasts. Sometimes computers are hard and result in some scary situations. We’re pretty sure that ghosts and goblins weren’t ever to blame, but we can’t be too sure. Happy Halloween! [ad_2] Source link

Read More

Commerce Core 2.32 released October 19, 2022

[ad_1] Commerce Core 2.32 is a maintenance release providing PHP 8.1 compatibility fixes, a requirements bump to Drupal 9.3, and a handful of test fixes. A dozen folks contributed code and patch review to make it happen, with maintainer Jonathan Sacksick (jsacksick) landing a variety of UI improvements during the course of Centarro’s development sprint at DrupalCon Prague. One notable addition is the definition of an entity label for draft

Read More

How to plan and perform a content migration from a legacy/outdated website

[ad_1] What is legacy website migration? Legacy website migration is the process of moving content and functionality from an old or outdated platform/CMS to a new and modern platform with better capabilities. But let’s take a closer look: Legacy website. The term “legacy website” usually means that the website still uses frameworks and/or techniques that have been superseded by newer code and methods in modern sites. They are not supported

Read More

Access to this page has been denied.

[ad_1] You have been blocked because we believe you are using automation tools to browse the website. This may happen as a result of the following: Javascript is disabled or blocked by an extension (ad blockers for example) Your browser does not support cookies If you think you have been blocked by mistake, please contact [email protected] with the reference ID below. Reference ID: #2aa1f828-4e9a-11ed-ac90-58787245704d [ad_2] Source link

Read More

Drupal 9: Altering Routes With The Route Subscriber Service

[ad_1] Creating services that listen events in Drupal is pretty straightforward; you just need to create and register a service class and let Drupal know what event you want to trigger on. Altering routes in a Drupal site is also done through an event trigger, but in this case the implementation is slightly different. This is because Drupal takes care of the trigger setup and allows you to create an

Read More

Create a shipping method with Drupal commerce 2

[ad_1] Drupal commerce provides several standard shipping methods that we can package according to different criteria (order amount, customer profile, order type, order weight, product type, etc.). For specific needs, we can add a customised shipping method which can then perform the necessary calculations to determine the delivery cost. To do this, simply create a Commerce Plugin of type CommerceShippingMethod provided by the Commerce shipping module. Let’s take an example,

Read More

Host and Build a Blog using Drupal and Cloudways

[ad_1] This page contains affiliate links, meaning we get a commission if you decide to make a purchase through our links, at no cost to you. Please read our disclosure for more info. Don’t forget to subscribe to our YouTube channel to stay up-to-date. In this video, you’ll learn how to build a Drupal site from start to finish. We start by setting up hosting for the site on Cloudways and pointing

Read More

DrupalCon Prague 2022 – Top recommendations by Ramsalt! | Drupal | Ledende leverandør

[ad_1] After two years, it was finally time to continue Ramsalt’s one of the most exciting traditions and meet the Drupal community in person again at DrupalCon Prague 2022. Ramsalt had 11 of its team members joining the event in Prague and just as many were attending it virtually. Based on our team’s experience, we have picked out our top recommendations for you from this year’s big event. Pavlina shared

Read More

Debugging inconsistent return values from the Drupal migration_lookup plugin

[ad_1] I recently ran into an issue while working on a Drupal 7 to Drupal 9 migration where the migration_lookup process plugin — when configured to use multiple source migrations — would sometimes return an array (e.g. array [0 => “123”, 1 => “und”]), and sometimes return a string (e.g. string(3) “123”). This resulted in PHP errors being thrown while executing the migration, and all the rows failing to import,

Read More

How to configure promotions in Drupal Commerce 2.x

[ad_1] Commerce Core includes a Promotion module that supports various types of offers, conditions, and coupon configurations – with both limited use coupons and bulk coupon code generation. Any user role can be granted access to configure new promotions, disable old promotions, or add coupons to existing promotions. The promotion architecture shown in the form above consists of four primary parts: Promotion metadata: the high level details of a promotion,

Read More