- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
I see where the Stripe description is comprised of the Order number.
$description = t('Order Number: @order_number', array('@order_number' => $order->order_number));
Is there way to change this to include a list of titles of the ordered product/s, or even better, field value from the ordered product/s?
I can see how that might be problematic if an order contains more than one product.
Is something similar possible in the metadata section? If so, how would one access a product title or product field?
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.