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 need to prepopulate the role field on the user add form depending on the current user role.
I already tested the populate module on D8, but the checkbox field can't be prepopulated...
I have tried to hook the user_insert function with this :