Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi, I've been working on an offsite payment gateway module. I reached upto the point of redirection, but I cannot receive a proper successful order becoz I hit this error just during the redirection back to site happens. I checked log report, found this:
Path: /checkout/16/payment/return. Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: in Drupal\Core\Routing\AccessAwareRouter->checkAccess() (line 118 of /...../core/lib/Drupal/Core/Routing/AccessAwareRouter.php).
I have 2 boolean fields in some of my content types and I want to filter content based on the values on these boolean fields. I am editing the built in content view.
For demonstration purposes lets think the fields are `field_boolean_1` and `field_boolean_2`.
I have programmatically added a dropdown like this with hook_form_alter():
I'm using the commerce_email module, to send emails to customers upon events fired.
When an order is complete, I do send an email to the customer with info about tracking codes and so o, and want to attach an pdf with further info about tracking, is that possible, and how ?