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

TMGMT doBatchSubmit doesnt work if I logged in as translation manager

If I log in as admin everything work well with doBatchSubmit , this method is within joibCheckout manager

Why is this happening and how could I fix it.

any ideas?

Create a block that displays form or message.

I would like to create a block in a custom module and have the block display a form or some text but not both. How would I determine if the form was submitted successfully so the code could either return the form or the text? 

How can I prevent one template from displaying cached values ?

I have a site with Drupal 8.9 and Twig Tweak.

I created 7 view blocks to set up a task list in stores. I want to display a task counter for my current user on my home page.

The tasks checks :

Need help creating a custom payment type module

Hello,

I'm using Commerce on a Drupal 7 site.

I currently offer paypal and cash/check payment options.

I would like to add another, Common Good Card. Here are the specs from their website:

Required parameters

company: Seller’s Common Good account ID.

SQLite Query: Drupal redirects to /core/install.php

Drupal redirects to /core/install.php when I try to open page including a SQLite query

I have a Drupal site on a web server. On one page of the site, I want to print out information from a sqlite database. But if I enter the url to the page, I get redirected to /core/install.php

I integrated the database into the /sites/defualt/settings.php with the following code:

$databases['external']['default'] = [
'driver' => 'sqlite',
'database' => '/gesamtausgabe_2019.sqlite',
];

Listen for a module function

Pages

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