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

How to create an invitation system by email ?

Hi, I want to make a very simple custom module for users to send email invitations with templates.

Here is a module that I started :

https://git.drupalcode.org/sandbox/zenimagine-3170712/-/tree/main

Currently this module creates a blank page /user/ID/invitation

How to create an "Email address" field and a template selector ?

The "Email address" field must not keep the addresses in the database.

How to display the rendered entity of a store in a code ?

Hi, I have created a small module to display an "Agree to Terms" link in the Drupal Commerce shopping tunnel.
This link displays the store's condition page.
I want to display the rendered store entity instead of the conditions page. How to do this ?
I created in my type of store, a display named "Terms and conditions". I want to make this display in a modal window when the user clicks on the link.

Here is my code :

https://git.drupalcode.org/sandbox/zenimagine-3082137

Drupal8 Commerce 2.x Commerce Checkout Progress

Hi,

Drupal 8 Commerce 2.x Commerce Checkout Progress the block is created but the configure page are not able to see in block.

i am using Drupal version 8.9.3 and commerce version 2.20 PHP version 7.2.29

in block configure page i am not able to see the pages which i can enable the page for checkout progress.

In the block setting page (admin/structure/block/manage/commerce_checkout_progress/indication/configure), it can be configured to show this block only in some checkout pages. 

not able to see the indication configure page

Problem with php 5.3 switching to 5.6

Dear Drupal Community,

I'm new here and greet all Drupal users.

Need help for Drupal 7 due to php changeover of my hoster from 5. 3 to 5. 6. As far as Drupal programming is concerned, I am virtually inexperienced, but given the current situation, I am prepared to do something on my own in hitherto untested areas of the scripting world.

Requirement for creating a Drupal Module for displaying a "Dynamic Compatibility Matrix"

Hello Members,

We are planning to implement Drupal for hosting our product documentation.

We have a specific need to build a custom Drupal Module that should give following functionality on Drupal:

1. Store the product compatibility information in Drupal database

2. Provide a query interface, where customers can submit the release where they need the compatibility information for.

3. Upon submitting the query, the results (compatibility information for a specific product/release combination) is displayed.

Product translation not working with Drupal commerce

Hi, 

I'm new in Drupal and I inheritate to a custom module to do a checkout with Drupal commerce. The website has two languages, french and german and when I check my basket in the checkout page the product name is only in french (the default language)

The checkout is initialized like that: 

Pages

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