Skip to main content

Dealers Site

The Dealers Site (repository: dealersscottsdale) is a wholesale WooCommerce portal built for authorised precious-metals dealers. It allows dealers to browse live-priced products, place orders in bulk, manage sub-accounts for their sales teams, generate PDF invoices, track shipments, and run custom analytics reports.


What Makes the Dealers Site Different from Retail?

FeatureRetail SiteDealers Site
AudienceGeneral public consumersApproved wholesale dealers
PricingPublic retail pricingDealer-specific wholesale + volume pricing
Pricing EngineNFusion via WooCommerce syncNFusion → Algolia (live) + WooCommerce sync
AccountsIndividual consumer accountsCompany accounts with sub-users
OrdersStandard checkoutQuote workflow + custom order statuses
ReportsNoneCustom KoolReports analytics
eSignatureNoYes — agreement signing on account creation
Address BookStandard WooCommerceMulti-address book (Woo Address Book plugin)
PDF InvoicesNoYes

Technology Stack

ComponentTechnology
CMS / EcommerceWordPress + WooCommerce
ThemeCustom Suma Elementor theme (child of Hello Elementor)
Page BuilderElementor Pro
HostingWP Engine (production + staging)
Pricing SearchAlgolia (WP Search with Algolia plugin)
FormsGravity Forms
MarketingKlaviyo
SecurityWP Simple Firewall + 2FA

Repository Structure

dealersscottsdale/
├── wp-content/
│ ├── themes/
│ │ └── suma-elementor/ ← Custom theme (all bespoke logic here)
│ │ ├── inc/ ← PHP class modules
│ │ ├── assets/ ← Compiled CSS/JS
│ │ └── woocommerce/ ← WooCommerce template overrides
│ └── plugins/
│ ├── subaccounts-multiuser-accounts/
│ ├── e-signature/
│ ├── suma-koolreports/
│ ├── woo-address-book/
│ ├── woocommerce-pdf-invoices-packing-slips/
│ ├── woocommerce-shipment-tracking/
│ ├── woocommerce-shipstation-integration/
│ ├── wp-search-with-algolia/
│ ├── user-switching/
│ └── ... (full list in Plugins section)
└── wp-config.php

Quick Navigation