solved Subscription Browser Help

Dazed
Dazed
@dazed
11 years ago
1,022 posts
Any way to remove Free Accounts from this page?

http://www.site.com/foxycart/subscription_browser

Thanks!!
updated by @dazed: 03/10/14 02:28:33AM
michael
@michael
11 years ago
7,772 posts
Turnining off the subscription will remove them from that page.

Otherwise creating a new page with just the subscriptions you want to show is the way to go.
Dazed
Dazed
@dazed
11 years ago
1,022 posts
Hey Michael! Yeah the allow subs are not on for these quotas in foxycart. I have a sub page with features but the upgrade I have through foxy-cart browser. It would be better if I put it on one page but for now I would just like to remove the non-sub ones for now.
michael
@michael
11 years ago
7,772 posts
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.
Dazed
Dazed
@dazed
11 years ago
1,022 posts
Thanks Michael - What I really wanted was the subscription browser to only show true subscriptions. It did not make sense to have subscribe next to quotas that were not subscription enabled.

Appreciate the help Michael. I will look for some time to rebuild the template and I would like to reserve the right to bug you again on this lol :)
brian
@brian
11 years ago
10,148 posts
Dazed:
Thanks Michael - What I really wanted was the subscription browser to only show true subscriptions. It did not make sense to have subscribe next to quotas that were not subscription enabled.

This is how JR handles "unsubscribing" - i.e. it shows ALL available quotas the user can move it, so if they are on a paid quota and want to no longer pay, and instead move to a free quota, that's why you see them.

If you hide them, then your users will not be able to unsubscribe.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Dazed
Dazed
@dazed
11 years ago
1,022 posts
That makes sense Brian. Appreciate the help guys!