Articles on: WordPress & WooCommerce

Developers

API

Check if post/product has the product designer enabled.

global $post;
if( is_fancy_product($post->ID) ) { 
  echo "This is a fancy product."; 
}


CSS classes


Classes added to the body of a post/product with the product designer enabled.


.fancy-product


This helps you to assign custom CSS code only to product pages with Fancy Products.

Updated on: 12/08/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!