How do I customize the appearance and branding of the points system?

Customizing how points are displayed on your store creates a cohesive brand experience.

Customization Options:

1. Points Name/Terminology

Navigate to AI Copilot → Settings → Display → Points Name

Default: “Points”

Custom Examples:

Singular vs Plural:

2. Points Display Locations

Control where points appear on your site:

Product Pages:

Cart Page:

Checkout Page:

Account Page:

Header/Top Bar:

3. Visual Styling

Colors:

Icons:

Typography:

4. Message Templates

Customize messages shown to customers:

Points Earned Message:

Redemption Message:

Insufficient Points Message:

CSS Customization (Advanced):

Navigate to AI Copilot → Settings → Display → Custom CSS

/* Custom points badge styling */
.wupsales-points-badge {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  padding: 5px 15px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

/* Points balance in header */
.wupsales-points-header {
  font-size: 14px;
  color: #667eea;
}

/* Redemption widget styling */
.wupsales-redemption-widget {
  border: 2px solid #667eea;
  border-radius: 10px;
  padding: 20px;
  background: #f8f9ff;
}

Mobile Responsiveness:

Translation & Multilingual:

For multi-language stores:

Best Practices:

  1. Clarity Over Cleverness: Make sure customers understand points value
  2. Consistency: Use same terminology everywhere
  3. Prominence: Don’t hide points – they’re a selling feature!
  4. Mobile-First: Most customers shop on mobile
  5. Performance: Don’t overload pages with too many dynamic elements

Pro Tip: Use A/B testing to determine which points display locations drive the most engagement and redemptions!