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.
Not quote sure where to post this since I'm new to docker and haven't used Drupal in forever. I installed drupal 8 through docker and the default installation works fine. Now I'm going to start adding, updating some stuff. Adding modules inside Drupal isn't a problem, but I wanted to add a simple codesnippet plugin for CKeditor can't can't get it to work.
Using Drupal 8 where contact forms are now implemented in the core, I wonder what's the best way to implement conversion tracking, for example for google adwords?
I have a Drupal 8.6 site with a marketplace (several stores).
I want to display in the "review" step of the "Checkout Pane" a checkbox with the sales terms.
Currently if I order in 2 stores, this will create 2 shopping cart (1 per store).
The terms of sales are accessible for each store at the url :
/store/ID/terms
The code below works, but I must replace "I have read and accept the general terms and conditions of business" by the url of the terms of sale of the store where the shopping cart is.
Im building a custom module, im showing the data on tables, at this moment when the table is empty im showing a message, but i would like to hide the complete table, is there a way to do this?
This is my code:
$build01['table1'] = [
'#theme' => 'table',
'#header' => $header,
'#rows' => $rows,
'#empty' => 'Sorry, No data available.',
];
I think I have had this issue again in the past but can't remember how to fix it.
I've just installed manually a Live Demo Drupal 8 website as per the instructions found here: https://www.drupal.org/project/yg_agency.
Roughly, the instructions included the below steps: