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

How to split results from view by taxonomy term?

Hello. I have a view with several elements and a panel with filters. Each element is associated with a taxonomy term (and only one). I want to make a view where items are grouped into categories. It should look like a heading and elements below it. About the same as done in VISA (https://developer.visa.com/apibrowser). How can i do this? I realized that I couldn't just copy views with different categories, because then the filters would stop working.

Custom content type not available in Simpletest

Hi all,

I have been trying to develop tests for a custom module of mine using the Simpletest module (Drupal 7.73 installation). I can't seem to access a custom content type I have created within my module.

How to display the rendered entity of a store in the purchase funnel ?

I created a link that displays the "Terms and Conditions" of the store to which the shopping cart relates in a modal window.

This link a page in a modal window.

I want to replace the page rendered by the store's rendered entity with the cgv display mode (this is the machine name of the display mode in my store type).

What should I change in my code ?

my_module/src/Plugin/Commerce/CheckoutPane/MarketplaceTermsAndConditions.php :

Getting incorrect Current Path after redirecting from Form after submission

I'm receiving an incorrect Current Path after I return from a submit function in a form and not sure why. Here's the details.

I have a custom route /picture-game that renders the PictureGameForm and the route is loaded in an Ajax Dialog Modal.

How do you flag stores when they are updated with a specific input method ?

I installed the following module on my site :

https://www.drupal.org/project/form_mode_manager

I have created an "Input Modes" in "Display Modes" for the store type with the machine name commerce_store.shipping_methods

/admin/structure/display-modes/form

I created a custom module to automatically flag stores that are updating.

block some 3rd party cookie

Is there a way to block some 3rd party cookie in a website?

Pages

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