Hello @abhijayesh17,
In the settings under Location Rules, select Posts. Then, in the Post dropdown, you’ll find the product you created listed under the Product post type.
How to show on the front-end not on back-end without using elementor Can you please help me in this
Hello @abhijayesh17,
You can use any WooCommerce hook for the single product page like woocommerce_single_product_summary to add your custom field to the front end. For example, try using get_post_meta($post->ID, 'your_custom_field_name', true); to fetch the value of your custom field and display it on the front end.