Home › Forums › Support › Custom fields and WooCommerce › Reply To: Custom fields and WooCommerce
September 28, 2016 at 12:02 pm
#230142
Lead Developer
Lead Developer
You can use GP Hooks, this would only show on WooCommerce templates for example:
<?php if ( function_exists( 'is_woocommerce' ) ) :
if ( is_woocommerce() ) { ?>
Text here will only show on WooCommerce pages
<?php }
endif; ?>
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development