Skip to main content

CCLEE B2B — Quote System (RFQ)

Admin path: CCLEE B2B → RFQ

RFQ Settings Overview


Form Configuration

Basic Settings

  1. Go to CCLEE B2B → RFQ
  2. Configure form title, subtitle, button text, success message

Optional Fields

FieldDescription
PhoneContact phone
CompanyCompany name
CountryCountry/Region
MessageMessage/Notes
Inquiry TypeType of inquiry

Each field can be set individually: show/hide and required/optional.

Workflow Settings

ParameterDescriptionDefault
Max Negotiation RoundsMaximum counter-offer rounds3
Quote Expiry DaysQuote validity period (days)7
Allow Guest RFQAllow guest submissionYes
Email NotificationsEmail notificationsEnabled

Frontend Form Page

Add Form

Add shortcode to page:

  • General inquiry: [cclee_rfq_form]
  • Specific product inquiry: [cclee_rfq_form product_id="123"]

RFQ Form

Fill and Submit

RFQ Form Filled


Admin Quote Management

View Quote Requests

Go to WP Admin → WooCommerce → Quote Requests

Quote Requests List

Quote Status

StatusDescription
PendingAwaiting processing
QuotedQuoted, waiting for customer response
AcceptedCustomer accepted, converted to order
RejectedCustomer rejected
ExpiredExpired
CancelledCancelled

Quote Actions

  1. Click quote to view details
  2. Fill in quote amount
  3. Select quote validity period
  4. Click Send Quote to send to customer

Email Notifications

After sending quote, system automatically emails customer.


Customer My Quotes

Add My Quotes Page

Add shortcode to page: [cclee_b2b_my_quotes]

Customer Response

After logging in, customer visits My Account → My Quotes to view all quotes and respond:

ActionDescription
AcceptAccept quote, confirm purchase
RejectReject quote
Counter-offerCounter-offer (consumes negotiation rounds)

My Quotes Page

Order Conversion

After customer accepts quote:

  1. System generates WooCommerce order
  2. Order amount is the quoted amount
  3. Customer completes payment process

FAQ

Quote expired. What to do?

Expired quote status automatically changes to Expired. Customer needs to resubmit the inquiry.

Can guests submit RFQ?

Yes. Enable Allow Guest RFQ in RFQ settings.

Can I attach products to RFQ?

Yes. Use [cclee_rfq_form product_id="123"] shortcode. Form automatically attaches specified product info.

How many counter-offer rounds maximum?

Set by Max Negotiation Rounds, default is 3 rounds. After reaching the limit, customer can only accept or reject the current quote.

How to convert RFQ to regular order?

After customer accepts quote, system automatically creates WooCommerce order. No manual operation needed.