Load subscription products for segments form
[MAILPOET-3471]
This commit is contained in:
committed by
Veljko V
parent
6a7cf8677f
commit
0728bc2e12
@ -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);
|
||||
|
Reference in New Issue
Block a user