Is there a simple webform module?

Hi, i just wanted something like the old webform module. Not a ton of files, features and settings, keeping me up all night with a ton of errors. Or were these modules (and drupal in between) built to keep up the work for high educated software developers?

drupal 8 upgrade core version => problems !!!! => solution

composer update drupal/core --with-dependencies

*****************************
After running composer update drupal/core --with-dependencies, if you got the following error

Package "drupal/core" listed for update is not installed. Ignoring.

make sure that the require section of your composer.json contains

"drupal/core": "~8.2"    !!!! # put de correct current version #

and is not included in the replace section

********************

DO

=> in composer.json

Question about entity_insert hook.


function modname_entity_insert(EntityInterface $entity) {

    $modConfig = Drupal::service('config.factory')->getEditable('modname.config');

    $bundle = $entity->bundle();

    $contentType = $modnameConfig->get('content_type');


    ...

        $messageField = $modConfig->get('message_field');

        .......

    

}

Hello,

I want to customize the "Add to Cart" button of the "Online" store products

On my site, I have several types of store.

I want to customize the "Add to Cart" button of the "Online" store products.

I created a custom module for Drupal 8.6 and Drupal Commerce 2.11

Currently there are errors in my code. All products in any type of store are personalized.

How to limit the code only to the current store of type "online" ?

https://docs.drupalcommerce.org/commerce2/developer-guide/stores/create-...

Drupal 8 eCommerce gift cards/gift certificates

I've recently picked up a project which call for eCommerce functionality. The client wants to be able to sell product, and also gift certificates. The site is a Drupal 8 site. I looked, and found that both Drupal Commerce and Ubercart have Drupal 8 versions available. However, as I look further, neither of them seem to support Gift Certificates/Gift Cards. DC has a Gift Card Module, but it is a Drupal 7 Module. I'm not able to find anything for Drupal 8. Ubercart is worse, only seems to have such a module for Drupal 6.

Content type or entities for invoices CRM based Drupal 8 project

Hi all,

I am building a Drupal 8 based CRM application for invoicing and reporting.

What would you recommend to use: Content-Type "Invoice" or an entity?

What's faster and better when building different reports?

Thank you,

Jakub

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x