Hide form on special pages
-
It would be nice if there would be an option to hide the form on special pages like front page, or if there are less than the minimum products on page. I changed line 81 in class-wppp-front-end.php from ‘if ( ! woocommerce_products_will_display() ) :’ to ‘if ( is_front_page() || ! woocommerce_products_will_display() ) :’ because there are only 6 products to show.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hide form on special pages’ is closed to new replies.