I am a Drupal developer, I am facing a challenge in the "Commerce Smart Import-Module". Importing category and subcategory with same name of subcategory we need to use that time we try to import it's not supported, even with category we specified also.
Hello,
I need help I am new in Drupal 9 Ajax development. I have developed a piece of code but it doesn't work.
To sumarise, I want to display an entity form in a popup. The popup is built dynamically with jQuery, I use Ajax to fill the popup and the form is built with in an ajax command. \Drupal::service('entity.form_builder')->getForm($livraison, 'edit');
Sorry if this has been posted before but cannot find an answer. I am using the Stripe Commerce Payment Gateway with Drupal 9. The payment system works fine, payments go through, shipping address is shared onto the Stripe order.
What i was hoping for is the order number and the product titles to be shared into Stripe so the order would be easily cross referenced with the Drupal Commerce. I have seen some posts that suggest the Description field in Stripe could be used for the order number and the product titles but they have tailed off.