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.
In sites/default/settings.php we can read (lines 495)
A different value from the domain used by Drupal to be used for accessing
* public files. This can be used for a simple CDN integration, or to improve
* security by serving user-uploaded files from a different domain or subdomain
* pointing to the same server.
Running Drupal 10.1.5 and drush 11.6.0 on my development machine as well as on my own server. I have created a sites.yml file on my workstation and can remotely use commands on the server, e.g. drush @staging cr and similar, they work fine.
It's a Drupal 8 Commerce site, and we just changed the shipping rate from 2,90 to 3,5€
Although the shipping rate appears just fine on the checkout/####/review page, On the checkout/####/order_information page appears the old shipping title and rate. The calculation on the cart is just fine. The wording is off though.
Let me share 2 pictures of the phenomenon. Here is the /review page: Review Page
I'm searching a piece of advice for following business case. It is not an issue as such but more a request for hints on where to start with.
I would need to create a content type with each several ( but not always same number) of variants based on same content item. Each of them (item <-> variant couple) would need to have registered users being able to tag them as "I own it".
Is there a built in way, or modules or do I have to start building own tools ?