@extends('storefront.layout') @section('title', 'How to Order') @section('description', 'See how to browse current wholesale prices, build a $150 minimum order, check out, and track delivery with Vida Mansa.') @section('content')

Simple wholesale ordering

From catalog to checkout in a few straightforward steps.

Browse the full Vida Mansa line with current wholesale pricing and availability. No account is required to explore products or begin building an order.

@foreach ([ [ '01', 'Browse current prices', 'Explore products, compare models and colors, and see current wholesale pricing and availability without logging in.', '', ], [ '02', 'Build your order', 'Choose quantities and add products to your cart. The minimum product subtotal is $150.', '', ], [ '03', 'Check out in minutes', 'Enter your full name, email, shipping address, and payment method. Pay by ACH transfer, wire transfer, or credit card.', '', ], [ '04', 'Track every update', 'Your order email includes the details and a secure path to follow payment, fulfillment, and delivery status.', '', ], ] as $step)
{{ $step[0] }}

{{ $step[1] }}

{{ $step[2] }}

@endforeach

Flexible ways to pay

Choose what works for this order.

@foreach (['ACH Transfer', 'Wire Transfer', 'Credit Card'] as $method)
{{ $method }}
@endforeach

Need payment terms? Complete a separate credit application. Payment terms and credit limits are subject to review and approval; applying does not guarantee approval.

Ready to build your Vida Mansa order?

See current pricing, find the right products for your shelves, and get started today.

Shop Now
@endsection