This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

In checkout page, when user get register he should get the email messages.

Hi,

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.

Ckeditor Style does'nt work

Hello,

I have installed drupal with a subtheme for mayo. Now i try to implement style for ckeditor but it doesn't work :

In /admin/config/content/formats/manage/, I configured the button style and wrote this in the dropdown :

p.opaque-misc-link | test

In my css subtheme :

p.opaque-misc-link {
     opacity: 0.35;
    text-align: right;
}

When i create a new content, i can see my new style named 'test' but i can't apply it.

My configuration :

- Drupal 8.9.7

- Python/2.7.5

- PHP/7.4.7

Create multiple nodes from multiple value entity reference field on saving a node

Hi,

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):

creation api commerce with authentication with public key and secret key

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?

.env and security on Production site

I'm building a new Drupal 8 site using https://github.com/drupal-composer/drupal-project and in the project page it says:

Creates environment variables based on your .env file. See .env.example.

I'm using .env for development as it's great. Though I'm wondering about using it on a production site.

1) Has anyone used this on a Production site and is it recommended?

D8 populate the role field on the user add form

Hi,

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 :
 

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions