Load subscription products for segments form

[MAILPOET-3471]
This commit is contained in:
Rostislav Wolny
2021-04-07 17:43:39 +02:00
committed by Veljko V
parent 6a7cf8677f
commit 0728bc2e12
3 changed files with 14 additions and 0 deletions

View File

@ -81,6 +81,7 @@ class Segments {
$data['product_categories'] = $this->wpPostListLoader->getWooCommerceCategories();
$data['products'] = $this->wpPostListLoader->getProducts();
$data['subscription_products'] = $this->wpPostListLoader->getSubscriptionProducts();
$data['is_woocommerce_active'] = $this->woocommerceHelper->isWooCommerceActive();
$this->pageRenderer->displayPage('segments.html', $data);