Home › Forums › Plugins › Wholesale Pricing › Support › [Resolved] Hide products from subscribers › Reply To: Hide products from subscribers
July 9, 2012 at 11:02 am
#9663
Support Team
Participant
Hi finifinito, to enable the Product visibility feature of this Plugin you need to add a conditional template tag explained in the Plugin’s readme.txt.
< ?php if( wpsc_wp_is_product_visible() ) : ?>
[…]
< ?php endif; ?>