@extends('layouts.admin') @section('title', 'Wholesale Settings') @section('page-title', 'Wholesale Settings') @section('content')
{{-- Header --}}

Wholesale Settings

Configure wholesale pricing, ordering, and buyer rules

@if(session('success'))
{{ session('success') }}
@endif {{-- Section Navigation --}}
@csrf {{-- General Settings --}}

General Settings

Enable or disable wholesale functionality

Enable Wholesale

Allow wholesale ordering on your store. When disabled, wholesale features will be hidden from all users.

{{-- Pricing Rules --}}

Pricing Rules

Configure wholesale pricing tiers and discounts

The default minimum quantity required for a wholesale order

units

Base discount applied to wholesale orders automatically

%

Pricing Tiers

Set custom pricing tiers per product. The default discount above applies when no tier-specific pricing is configured.

Example Pricing Tiers

Quantity Range Discount Price per Unit
10 – 49 units 10% $9.00
50 – 99 units 15% $8.50
100+ units 20% $8.00
{{-- Buyer Rules --}}

Buyer Rules

Control who can place wholesale orders

Require Approval

New wholesale buyers must be approved by an admin before they can place orders.

Set an upper limit per wholesale order. Leave blank for unlimited.

units

Maximum number of active wholesale orders per customer

orders

Verified Buyers Only

Only allow verified or registered business accounts to access wholesale pricing.

{{-- Notifications --}}

Notifications

Configure alerts for wholesale activities

Email Notifications

Send email alerts for new wholesale orders and buyer approval requests.

Low Stock Alerts

Notify when wholesale product stock falls below the minimum threshold.

Order Confirmation to Buyer

Automatically send order confirmation emails to wholesale buyers.

{{-- Action Buttons --}}
Cancel
@endsection