Request a B2B Quote

{%- comment -%} Body content for /pages/request-quote (Page GID 757336539217). Replaces previous body. Posts to Shopify's built-in contact handler. Brief is prefilled from request.params.sku / name when arriving from product-card "Add to Quote" CTA. DPDP-compliant: links to /policies/privacy-policy in consent line. {%- endcomment -%}

Request a B2B Quote

Tell us what you need. Our procurement team will reply within 24 hours with a sized quote, GST invoice details, and delivery timeline.

Quote in 24 hoursFrom a procurement specialist
GST-compliant invoicingITC-eligible on every order
Net 30 / 60 creditAvailable for qualified buyers
{%- if form.posted_successfully? -%}
Thanks — we’ll reply within 24 hours with a sized quote.
{%- endif -%} {%- form 'contact', id: 'request-quote-form', return_to: '/pages/request-quote?submitted=1' -%} {%- if form.errors -%} {%- endif -%} {%- assign prefill_sku = request.params.sku | default: '' -%} {%- assign prefill_name = request.params.name | default: '' -%} {%- capture prefill_brief -%} {%- if prefill_name != blank or prefill_sku != blank -%} Item of interest: {{ prefill_name }}{% if prefill_sku != blank %} (SKU: {{ prefill_sku }}){% endif %} Quantity required: Delivery location: Timeline: Notes: {%- endif -%} {%- endcapture -%} {%- if prefill_sku != blank -%}{%- endif -%} {%- if prefill_name != blank -%}{%- endif -%}
{%- endform -%}