Hello guys
I need to output a comma separated array of the IDs of the products in the placed order, on the Order Confirmation Page, for Facebook Remarketing.
My current code in OrderConfirmationController.php is:
public function initContent()
{
parent::initContent();
$order = new...