Actions
Feature proposal #8921
closedImplement basket render item trigger
Description
This will allow adding additional information to line items in a basket (and invoice).
Actions
Added by krileon almost 3 years ago. Updated over 1 year ago.
Description
This will allow adding additional information to line items in a basket (and invoice).
Already implemented during a Stripe MR.
$_PLUGINS->trigger( 'onCPayRenderBasketItem', [ $this, $this->_paymentItems[$key], &$column, $variable, $output ] );