Hi danielamontecinos,
At the moment, the Shortcode does not support to show the products that you have selected is Featured in each category.
In this case, you can use the following shortcode to show the product that you want to show.
Displaying specific products only
So you’ve got some pretty special products that you want everyone to see? Just set News Show Pro to display the specific items, just like we did with our specific posts earlier in this article. To display only products that you specify, change the attribute from:
data_source_type="wp_woocommerce-wooc_latest"
to:
data_source_type="wp_woocommerce-wooc_post"
This tells NSP to use specific product articles as the source, but as with our specific posts, does not actually tell NSP which products to display. To do this, we’ll need to add the data_source attribute again:
data_source="sku-code1,sku-code2"
Where the ’sku-code’ is the SKU code for the product(s) in WooCommerce.
NOTE: Find more the shortcode here: https://www.gavick.com/blog/news-show-pro-plugin-shortcode
Hope this helps!