Is this possible to add Woocommerce Product Default Description for All Products page. That should be image or Note text. And I want It will be put in above or bottom of the description text.
Thanks in advance
Is this possible to add Woocommerce Product Default Description for All Products page. That should be image or Note text. And I want It will be put in above or bottom of the description text.
Thanks in advance
you can use hooks like
or woocommerce_after_single_product_summary
or woocommerce_before_single_product_summary
or you may also change direct on woo-commerce files.