Skip to content

Commit

Permalink
content & icon for no-suggestions state in product edit metabox
Browse files Browse the repository at this point in the history
  • Loading branch information
haszari committed Mar 13, 2019
1 parent 5bc3dbd commit a6ab021
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -17,4 +17,12 @@
WC_Marketplace_Suggestions::render_suggestions_container( 'product-edit-meta-tab-body' );
WC_Marketplace_Suggestions::render_suggestions_container( 'product-edit-meta-tab-footer' );
?>
<div class="marketplace-suggestions-metabox-nosuggestions-placeholder hidden">
<img src="https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/get_more_options.svg" class="marketplace-suggestion-icon">
<div class="marketplace-suggestion-placeholder-content">
<h4>Enhance your products</h4>
<p>Extensions can add new functionality to your product pages that make your store stand out</p>
</div>
<a href="https://woocommerce.com/product-category/woocommerce-extensions/?utm_source=editproduct&amp;utm_campaign=marketplacesuggestions&amp;utm_medium=product" target="blank" class="button">Browse the Marketplace</a>
</div>
</div>

0 comments on commit a6ab021

Please sign in to comment.