Customizing Subscription Manager Sections on Shopify

Use CSS classes to style the Main Body and Payment Update sections of the Subscription Manager
View as Markdown

Ordergroove’s Subscription Manager — the self-service portal for customers — is split into two main sections:

  • Main Body — Where customers see their orders, billing, and payment information
  • Payment Update — Where customers can send an email to update their payment across all subscriptions

If your store uses Shopify, you can customize these sections with CSS classes:

  • og-smi-section — applies to both sections
  • og-left — applies to the Main Body section
  • og-right — applies to the Payment Update section

You can add CSS to your Shopify theme targeting these classes to change the formatting of each section. For example, to change the background color of the Payment Update section, add CSS applying a color change to the og-right class.