Thanks for all.
It fixed?!
Please Commerce Recurring Billing can user Commerce paypal?!
"I do not agree with the patch. Why can't an anonymous user subscribe on PayPal?
Suggestion: Load the user if they exist. If not, allow an anonymous donation.
I don't think the 'name' value from the user is strictly required. We should make it dependent on whether the user is logged in. If they are logged in, get the name; if not, use 'Anonymous' as the default."
'SUBSCRIBERNAME' => $account->get('name')->value,
In my donation charity for girl, it used for anonymous users....
https://hopeforelika.com/donate
Fixed
Thanks. Solved.
Then will released on library?
PavelCulacov → created an issue.
How to filter only two bundles ? json api filtering not working.
+1 Confirm worked.
Thanks.
Have similar issue.
#5 it the same, money is on hold. Did you receive money after 21 days?
Some news or changes?
Utilvideo → created an issue.
+1
+1
My Tabs still missing.
Not always loading ...
Confirm patch working.
#10 I have also problem also with other situation where i not use View. For exemple block local_task.
How to reproduse other situation.
I have a node with custom field (structure: value, value_old, target_type, target_id)
Attached this field to node and add 150 row.
Page get some time to load but 3-5s, but the block: block-local-tasks-block is not loading at all.
<span data-big-pipe-placeholder-id="callback=Drupal%5Cblock%5CBlockViewBuilder%3A%3AlazyBuilder&args%5B0%5D=adminimal_theme_primary_local_tasks&args%5B1%5D=full&args%5B2%5D&token=3w6tD5gBLvpMvrRJQu4RJQdcYxhi3Ol7JBsSTj7VCMQ"></span>
Module bigpipe and big_pipe_sessionless enabled. (ID disable big_pipe_sessionless, no changes.)
Same error.
Use paragraph type > Reference View > Need to display all entities(more then 1000).
Showing only this
<span data-big-pipe-placeholder-id="callback=Drupal%5Cviewsreference%5CPlugin%5CField%5CFieldFormatter%5CViewsReferenceFieldFormatter%3A%3AlazyBuilder&args%5B0%5D=10_foot_club&args%5B1%5D=stats&args%5B2%5D=a%3A5%3A%7Bs%3A5%3A%22pager%22%3BN%3Bs%3A8%3A%22argument%22%3BN%3Bs%3A6%3A%22offset%22%3BN%3Bs%3A5%3A%22title%22%3BN%3Bs%3A5%3A%22limit%22%3BN%3B%7D&args%5B3%5D=a%3A0%3A%7B%7D&args%5B4%5D=1&args%5B5%5D=paragraph&args%5B6%5D=15913&args%5B7%5D=field_reference_view&token=oeycRco-pkt2qUgNdMJ9n-NfJQO3ZDlqgl2v0GMJnlE">
No errors, no loading, nothing
1+ Agree.
+ 1 Problem persist.
Not always description exists in creator_roles.
$form['creator_roles']['#description'] .= "
$description";
Utilvideo → created an issue.
Hello, It better to integrate with Commerce Recurring ?
https://www.drupal.org/project/commerce_recurring →
need integrate here ARB with commerce recurring? Somebody have code for sandbox or some example?
@gausarts only make custom plugin for new version of splide without Jquery.
Here template mail body, bcc is missed.
Content-Type: multipart/alternative; boundary=YZTJEKJq
Date: Tue, 02 May 2023 06:21:13 +0000
From: Drush Site-Install <admin@example.com>
MIME-Version: 1.0
Message-ID: <d4246f9dc7d9339154377432d35d8dc6@example.com>
Received: from [127.0.0.1] by mailhog.example (MailHog)
id VQu6rJ6QM4ebI2y3ul4d99d4bkBA8obcTUw0pOvXzCw=@mailhog.example; Tue, 02 May 2023 06:21:13 +0000
Return-Path: <admin@example.com>
Sender: Drush Site-Install <admin@example.com>
Subject: Order #6 confirmed
To: admin@example.com
X-Mailer: Drupal
--YZTJEKJq
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
attach dd for your debug.
#28 Commerce file send bcc order Receipt is here
web/modules/contrib/commerce/modules/order/src/Mail/OrderReceiptMail.php
Part of code. I also replace bcc with email for testing. See that bcc exists but in emails not contains.
$params = [
'id' => 'order_receipt',
'from' => $order->getStore()->getEmailFromHeader(),
'bcc' => $bcc,
'order' => $order,
'resend' => $resend,
];
$customer = $order->getCustomer();
if ($customer->isAuthenticated()) {
$params['langcode'] = $customer->getPreferredLangcode();
}
return $this->mailHandler->sendMail($to, $subject, $body, $params);
All started from commerce 2 Bcc OrderConfirm. Also tested in WebForm BCC added. Not working all without SMTP.
With smtp not tested. But always worked with swiftmailer but after migrated to symfony_mailer. Bcc not receiving and not exits in Mail Template at all.
Reproduse:
1) Install/Enable Drupal Symfony Mailer
2) Go to https://drupalcommerce.ddev.site/admin/config/system/mailer/test
3) Add Bcc element for "Test email"
4) Send email for test.
In my MailHog dont have two email only one.
If review the structure of mail bcc not persist.
Bcc email, see in attach file.
Mail Body
Content-Type: multipart/alternative; boundary=76xs_vsk
Date: Tue, 25 Apr 2023 07:34:10 +0000
From: Drush Site-Install <admin@example.com>
MIME-Version: 1.0
Message-ID: <cf478a414d6e51fec59fa1b1f50c0f4d@example.com>
Received: from [127.0.0.1] by mailhog.example (MailHog)
id HE0uk4_cFIFGMiPQfH8vUouDOK2hYuG5znKVVb09AwU=@mailhog.example; Tue, 25 Apr 2023 07:34:10 +0000
Return-Path: <admin@example.com>
Sender: Drush Site-Install <admin@example.com>
Subject: Test email from Drush Site-Install
To: some@example.com
X-Mailer: Drupal
--76xs_vsk
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
This is a test email from Drush Site-Install
[https://drupalcommerce.ddev=
.site/].
--76xs_vsk
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<html>
<body>
<div class=3D"email-type-symfony-mailer email-sub-type=
-test">
<table width=3D"100%" cellpadding=3D"0" cellspacing=3D"0">
=
<tr>
<td>
<div style=3D"padding: 0px 0px 0px 0px;" clas=
s=3D"clearfix">
=20
<p>This is a test email from <a href=3D"http=
s://drupalcommerce.ddev.site/">Drush Site-Install</a>.</p>
</d=
iv>
</td>
</tr>
</table>
</div>
</body>
</html>
--76xs_vsk--
Some problem, with Symfony Mailer Test make added custom bcc. in own MailHog not see two mail, only single.
But in mail structure not exists bcc information
I think, this changes must be in core.
Thanks.
Changes will be integrate in Drupal Core?
@anup.sinha. Thanks working like i needed.
function imberia_user_user_mail_language_alter(AccountInterface $account, &$language) {
if( Drupal::currentUser()->isAnonymous()){
$language = Drupal::languageManager()->getCurrentLanguage()->getId();
}
}
Thank you again. And you are welcome to own social network.Imberia