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 checkout page, when user get register he should get the email messages. i try with drupal register page email are going but when i am trying with checkout register page email is not going. in both the register page only difference is username field is replace with email id.
when user order the product, he get the email but register in checkout he not get the email.
I would like to create multiple "versions" of a node automatically on saving based upon a user's selection in an entity reference field. For example, it would be like having a content type Article which has entity reference field Article Type. On the Article node add form, the user would select which Article Types they want to create (say, "short", "medium", or "long"). Then on save, a separate node for each Article Type would be created. Code thus far (but still only results in saving a single node):
Hello, I am using drupal 8 e commerce 2 I need to create an api that imports the products from the supplier but I cannot understand how I can create ecosystem, in practice I have activated the web modules servive of the core + rest ui and json api extra but not I can create the importer, among other things I need authentication with public key and secret key I activated aut and key but they do not solve the problem, I also tried to install the commerce api module but it gives me an error already during the installation, how could I solve?
I am trying to access Header and Footer of my custom views-view-fields.view-machine-name.html.twig file, I am able to access the fields of view but I don't know how to access Header & Footer of view there.
I can see that there is view variable available in the .twig file, But, I don't know how access the Footer & Header areas there. I tried debug this using Devel Kint, Kint breaks the page execution.