Skip to main content

Subtotal Connect for Shopify

The Subtotal Connect Shopify app adds account-linking to your store so customers can connect their retailer accounts (e.g., Amazon, Walmart, Sephora) and share verified purchases with you. Install the app from the Shopify App Store, then add one or both of the components below to your store.

Components

The app includes two components. Use one or both depending on your theme and whether you use the new Shopify customer accounts experience.

Theme app block

A block you add in the Shopify theme editor—typically on the Account page or another customer-facing page. It shows a list of supported retailers so customers can link, disconnect, or reauthenticate accounts. The theme app block is fully customizable: you can change copy and colors in the theme editor, and use custom CSS for advanced styling (see Customizing the theme app block below). shopify-block-default

Profile UI extension

An extension that works with the newer Shopify customer accounts. When enabled, customers can manage their linked retailer accounts from their profile without needing the theme app block on a specific page. The profile extension uses Shopify’s default styling for the customer account area. shopify-profile-extension

Customizing the theme app block

The following sections apply only to the theme app block. They do not apply to the profile UI extension.

Quick Start

  1. In your Shopify admin, go to Online Store > Themes
  2. Click Customize on your active theme
  3. Navigate to the page where Subtotal Connect is placed (typically the Account page)
  4. Click on the Subtotal Connect block in the sidebar
  5. Adjust settings to match your brand
  6. Click Save to apply changes

Theme editor settings

The following settings are available for the theme app block in the Shopify theme editor:
SettingDescriptionDefault
HeadingMain title displayed above the retailer list”Link your retailer accounts”
DescriptionSubtitle text explaining the feature”Connect your accounts to earn points when you shop in-store.”
Background colorApp block container background#ffffff
Text colorPrimary text color for headings and retailer names#000000
Accent colorUsed for buttons, loading animation, and hover effects#000000
Custom CSSAdvanced CSS overrides using CSS variablesEmpty
shopify-app-block-settings

CSS Variables Reference

For advanced customization, use the Custom CSS field in the theme app block settings to override any style. All styles are controlled through CSS custom properties that you can override.

Color Variables

Button Variables

Typography Variables

Spacing Variables

Border Radius Variables

Effect Variables


Premade CSS Themes

Copy and paste these themes into the Custom CSS field (theme app block settings) for instant styling. Each theme is designed to work as a complete style override.

Clean Minimal

A clean, borderless design with subtle shadows and refined spacing. shopify-clean-minimal

Modern Gradient

A contemporary theme with a gradient header accent and modern styling. shopify-modern-gradient

Dark Mode

A striking dark theme perfect for stores with dark aesthetics. shopify-dark-mode

Soft & Rounded (Warm)

A friendly, approachable design with soft colors and generous rounding. shopify-soft-and-rounded

Professional Blue

A corporate, trustworthy design with blue accents. shopify-professional-blue

Elegant Card

A sophisticated design with a prominent left border accent. shopify-elegant-card

Playful Pop

A fun, eye-catching design with bold shadows and vibrant colors. shopify-playful-pop

Nature Green

An earthy, eco-friendly design with natural green tones. shopify-nature-green

Advanced Customization Examples

Custom Fonts

Import and apply custom fonts from Google Fonts:

Custom Entrance Animation

Replace the default fade-in with a custom animation:

Staggered Card Animation

Add staggered animations to cards as they appear:

Glassmorphism Effect

Create a modern frosted glass appearance:

Center-Aligned Header

Change the header alignment to centered:

Adjust Typography Sizes

Make the app block more compact or larger:

Remove Card Shadows and Borders

For a flatter, more minimal look:

Add Container Border

Wrap the app block in a border:

Custom Mobile Breakpoint Styles

Fine-tune the app block for mobile devices:

Key Elements Reference

Use these class names to target specific elements in your Custom CSS for the theme app block:
ElementClassDescription
Container.subtotal-connectMain app block wrapper
Inner Container.subtotal-connect__containerFlex container for layout
Header.subtotal-connect__headerContains heading and description
Heading.subtotal-connect__headingMain title (h1)
Description.subtotal-connect__descriptionSubtitle paragraph
Retailers Grid.subtotal-connect__retailers-listGrid container for cards
Loading Animation.subtotal-connect__loadingLoading dots container
Loading Dot.subtotal-connect__dotIndividual loading dot
Card.retailer-cardIndividual retailer card
Card Info.retailer-card__infoLogo and text container
Logo Container.retailer-card__logo-containerLogo wrapper
Logo.retailer-card__logoRetailer logo image
Name/Status.retailer-card__name-statusText container
Retailer Name.retailer-card__nameRetailer name (h3)
Status.retailer-card__statusConnection status text
Button.retailer-card__buttonAction button
Primary Button.retailer-card__button--primaryConnect button
Secondary Button.retailer-card__button--secondarySign in/Disconnect button

Troubleshooting (theme app block)

CSS Changes Not Appearing

  1. Make sure you clicked Save after adding custom CSS
  2. Clear your browser cache and hard refresh (Cmd/Ctrl + Shift + R)
  3. Check for CSS syntax errors (missing semicolons, brackets)
  4. Use !important if your styles are being overridden by theme CSS

App Block Not Displaying

  1. Ensure you’re logged in as a customer when viewing the account page
  2. Check that the Subtotal app is properly configured
  3. Verify the block is added to the correct page template

Styles Conflicting with Theme

If your Shopify theme’s CSS conflicts with the app block:

Custom CSS Field Too Small

The Custom CSS textarea in Shopify’s theme editor is small. For complex themes:
  1. Write your CSS in a separate code editor
  2. Copy and paste into the Custom CSS field
  3. Keep a backup of your custom CSS locally

Need Help?

If you need assistance with custom designs or have questions about the theme app block:
  • Contact our support team at [email protected]
  • Include screenshots of your current setup and desired outcome
  • Provide your store URL for faster troubleshooting