Subscription Browser Help
Installation and Configuration
If im understanding correctly, you want a page that shows all the subscriptions that are paid for subscriptions but not the subscriptions that are free.
You want to have the free subscriptions but just not show that they are there. correct?
If so, the /subscription_browser isn't going to work.
You could use the site.com/foxycart/subscriptions location as that is template driven.
Then over-ride the current template found at:
/modules/jrFoxyCart/templates/subscriptions.tpl
using the normal over-ride system:
"Altering a Modules Template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template
Then put in a check to make sure the subscription has a price set before allowing it to be displayed.
well done.