Customizing Subscription Manager Sections on Shopify
Ordergroove's Subscription Manager, the self service portal for customers, is split up 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 for all of their subscriptions.
If your store uses Shopify, you can customize these sections with CSS classes:
og-smi-section
applies to both sectionsog-left
applies to the Main Body sectionog-right
applies to the Payment Update section
You can add CSS to your Shopify theme, modifying the classes above to change the formatting of these sections on the Subscription Manager. For example, if you wanted to change the color of the Payment Update section, you can add CSS applying a color change to the og-right class.
Updated 9 months ago