Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm new in Drupal and I inheritate to a custom module to do a checkout with Drupal commerce. The website has two languages, french and german and when I check my basket in the checkout page the product name is only in french (the default language)
I found an answer to this for Drupal 7 dated July 2015. It should have worked in Drupal, but I certainly can't get it to work.
What I am trying to do is create a view on my front page that is a gallery (grid) of images. I am using Commerce2 and I would like to use images from a particular product type in the grid. When someone click the image, I want another view with a gallery of particular category to appear. Obviously, if I set the image link to Content, the visitor will be directed to the Product page - not the gallery view.
I have a Drupal 8 project that was created with composer create-project drupal/recommended-project web when drupal/core version 8.8.3 was the latest version. Updates has been managed with composer ever since (composer update 'drupal/*' --with-dependencies).
I assume that the whole idea behind using composer to manage a project is that it is supposed to automatically keep all dependencies in sync.
Is it possible to schedule an alert after a node is saved. For example, a user creates a node and completes fields requesting an email or SMS alert on X date at Y time. I was hoping to use rules scheduler like there was in D7 but I cannot find it in D8. Any help appreciated.