Blog

As ever-evolving Drupal developers, we've been in the process of moving towards a Composer-based workflow for managing our Drupal project code bases. While it is (usually) an easy leap to move from "drush dl" to "composer require" for Drupal contributed modules and themes, there is another significant opportunity for us...
Read more
In news that nobody expected (I don't know if anyone expects this news or not) it turns out that Drupal 7 will continue to be supported in security updates for one more year, until 2022. What is the reason? Apparently to give more time to those who have Drupal 7...
Read more
Doing this for a particular order is pretty straightforward. All you need to have is the ID of the coupon code: // This is the ID of the coupon code you want to add to the order. $coupon_id = 1; /** @var \Drupal\commerce_order\Entity\OrderInterface $order */ $order = \Drupal\commerce_order\Entity\Order::load(1); $order->get('coupons')->appendItem($coupon_id); $order->save()...
Read more
You can add users to more than one group in Linux, allowing you to assign permissions to files per group. For example, to be able to use administrative programs in Ubuntu a user must be part of the sudo group. CREATING A NEW GROUP If you want to create a...
Read more
One of the steps in basic SEO health is to ensure that your website is free of any technical issues that may be preventing your site from being crawled. As a disclaimer, I'm going to refer to Google since it's the biggest search engine right now. But everything I say...
Read more
What is your audience? The audience is your target audience, the people you want to reach on your website and make a certain action on it. For example, in e-commerce, the main audience is people looking to buy. If that same e-commerce has a blog where product reviews are made...
Read more
Google, as it often does, has made changes to its search algorithms that determine the order of search results: Time on pageBounce rate Time on page is exactly what you think: it's the amount of time a visitor spends on your website. Bounce rate is the percentage of visitors who...
Read more

Have Any Project in Mind?

If you want to do something in Drupal maybe you can hire me.

Either for consulting, development or maintenance of Drupal websites.