I have Square, Paypal checkout and a few offline payment options as the payment gateways. All payment options show properly on the customer's checkout page. However on the admin's page, when the admin goes to an order, then click the payment tab, and click "Add payment", all other payment options are displayed , except for Paypal Checkout. Paypal Checkout is simply missing from this view. Anyone else experience this? The reason I need Paypal checkout to show on admin's add payment view is because some of the customers selected "Pay later" first because they have payment terms.
I'm moving from Drupal 7 to 10, so I've installed Drupal 10 on a directory of the root website /d10/...
On Drupal 7 I have the variable $base_url to manage subdirectory. Where is the equivalent setting in D10?
I've seen that is declared as global on core/globals.api.php, but where I can set it?
I have a date field in a content type and in a paragraph. So a normal date in the future, at this time a document must be submitted. Now I would like to provide this date with a reminder mail, for example 4 weeks before the date occurs, a reminder mail is sent again with the title and some more information from the node of the content type or the node with the respective paragraph. Title etc.
I have already researched modules that might be suitable for this:
I once used Elementor in a Wordpress project, and it worked especially well for building landing pages quickly, but it looks like Elementor for Drupal has stalled.
I'm new on drupal, I installed Drupal 10 and I want to use drupal as a front end to upload a excel file and make a POST to a local API that process this excel file and return it with data trasnformation.
I was searching and i could find that i can aconplish this with a form on Drupal. I downloaded webfrom, but in Drupal 10 i couldn't find the "file upload" element.