Repository › Forums › Support › WooCommerce Pricing Rules PRO › short codes › Reply To: short codes
September 4, 2017 at 2:06 pm
#1885
Soft79
Keymaster
What is the post-type of the product? Is it possible that it is not a normal WooCommerce ‘product’?
You can run this query to find out the post type:
SELECT post_type FROM wp_posts WHERE post_id = 57;