---
title: "How can I display subscription prices on collection page in my theme?"
description: "Displaying this price on your collection pages can be done by our app only if you also have the add to cart button there and the HTML form..."
source_url: "https://www.sealsubscriptions.com/articles/frequently-asked-questions/how-can-i-display-subscription-prices-on-collection-page-in-my-theme-bq"
---

# How can I display subscription prices on collection page in my theme?

Displaying this price on your collection pages can be done by our app only if you also have the add to cart button there and the HTML form element. Without that, you can simply ask your theme developer to adjust the theme in a way that the theme will show the lowest subscription price in there. Shopify has a great documentation on how to access the subscription prices from product here: [https://shopify.dev/docs/storefronts/themes/pricing-payments/subscriptions/add-subscriptions-to-your-theme](https://shopify.dev/docs/storefronts/themes/pricing-payments/subscriptions/add-subscriptions-to-your-theme)
The thing is that the subscription prices from our app are available on the product object in your theme, so that your theme can use it and display it on it's own.

## Related Questions

- [How do I remove the "one-time purchase" option from my auto-charging widget?](https://www.sealsubscriptions.com/articles/frequently-asked-questions/how-do-i-remove-the-onetime-purchase-option-from-my-autocharging-widget-6d)
- [Can I set the subscription option as option, selected by default in auto-charging widgets?](https://www.sealsubscriptions.com/articles/frequently-asked-questions/can-i-set-the-subscription-option-as-option-selected-by-default-in-autocharging-widgets-7p)
- [Where can I control which option will be selected by default in auto-charging widgets?](https://www.sealsubscriptions.com/articles/frequently-asked-questions/where-can-i-control-which-option-will-be-selected-by-default-in-autocharging-widgets-8p)
- [How can I reorder (change the order) the subscription options in the subscription widget?](https://www.sealsubscriptions.com/articles/frequently-asked-questions/how-can-i-reorder-change-the-order-the-subscription-options-in-the-subscription-widget-99)
- [How can I customize the widget?](https://www.sealsubscriptions.com/articles/frequently-asked-questions/how-can-i-customize-the-widget-a5)
- [How can I show the subscription widget on the cart page?](https://www.sealsubscriptions.com/articles/frequently-asked-questions/how-can-i-show-the-subscription-widget-on-the-cart-page-by)
- [How can I change the position of the widget?](https://www.sealsubscriptions.com/articles/frequently-asked-questions/how-can-i-change-the-position-of-the-widget-bz)
- [How can I display prices on the widget?](https://www.sealsubscriptions.com/articles/frequently-asked-questions/how-can-i-display-prices-on-the-widget-ce)
- [Where can i custom code the widget?](https://www.sealsubscriptions.com/articles/frequently-asked-questions/where-can-i-custom-code-the-widget-cj)
- [How can I hide the price of the subscription from hte widget?](https://www.sealsubscriptions.com/articles/frequently-asked-questions/how-can-i-hide-the-price-of-the-subscription-from-hte-widget-cy)
