1. Shopify Bundle Builder

    Mit einem Bundle Builder haben Verkäufer:innen jetzt die Möglichkeit geschickt mit vordefinierten Paketen und Rabatten zu arbeiten, um den durchschnittlichen Bestellwert ihrer Kund:innen zu erhöhen.

  2. Wagtail Instagram Thumbnail Url Max Length

    Facebook recently started having thumbnail_urls that are longer than the limit enforced by Wagtail (255 characters). In this post we will explore how to work (or "hack") around this limitation.

  3. Wagtail Instagram New oEmbed API

    Facebook recently deprecated the (now) legacy Instagram oEmbed API. This breaks embedding of Instagram posts in Wagtail. Here's how to work around this until the Wagtail Core Team can get to it.

  4. Neon Mode: Building a new Dark UI

    We recently added a darkmode to our website. It's not just white text on a black background though - this one has a few extra tricks up its sleeve. Here's how we built it.

  5. Wagtail multi-language and internationalization

    Websites often have an international audience. The process of serving translated content is referred to as "internationalization" or "multi-language" support. Here's how we're approaching that in our web projects using Wagtail.

  6. How to build a language switcher in Wagtail / Django

    A switcher enables users to seamlessly transition between different languages. But how can we achieve this functionality in a Wagtail project? We need a way to link pages together.