Customize subscription Function

Topic summary

Request to replicate a customized subscription option UI in a Shopify store, referencing an example page and a project screenshot (links provided are central to context). The goal is to match a specific subscription selection design.

Key guidance: If the store uses Shopify’s native subscriptions, this customization is feasible. Subscription details can be retrieved from the Shopify product object and used to build a custom UI.

Limitations: This approach won’t work with third-party subscription platforms that manage their own widgets (e.g., ReCharge’s own subscription, Bold Subscription). Those typically don’t expose the necessary data for theme-level customization in the same way.

Technical note: The “Shopify product object” is the theme data structure that, with Shopify Subscriptions enabled, includes selling plan information needed for custom subscription UIs.

Action items: Confirm whether the store is on Shopify’s native subscriptions. If yes, implement UI using product object data; if on a third-party app, reconsider or check that app’s customization options.

Status: Direction provided; awaiting OP’s implementation details or follow-up.

Summarized with AI on February 6. AI used: gpt-5.

Hi Team, may I know how to do this “Customize subscription Option” in Shopify?

Anyone can help? Thanks! :grinning_face:

Here’s my project subscription function image:
https://postimg.cc/f3hG4cqT

Here’s the sample link:
https://drinkolipop.com/pages/subscription?fbclid=IwAR0XxG8nYAkPI5dc4qwmqTDVvMLqk1SDw3BOcCAEEDGjZ-vR63RJVzFU-Cg

1 Like

Hi @stevelim

If you are using the default Shopify subscription, you can customise the subscription option as per the sample design. You can get all the subscription details from a Shopify product object and you can create the UI.

Please make sure it only works with Shopify-based subscriptions. If you are using ReCharge’s own subscription or Bold Subscription, then this will not be possible.