You are not authorized to access this content.
Qt
Quotation Builder
iYour business details (shown on the quotation)
PNG or JPG, ideally square, under 500KB works best.
iConnect your WooCommerce store
If products don't load, your site is blocking the request (CORS). Ask whoever manages your site to add this snippet via a plugin like WPCode, or in
functions.php:
add_action('rest_api_init', function(){ remove_filter('rest_pre_serve_request','rest_send_cors_headers'); add_filter('rest_pre_serve_request', function($v){ header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Methods: GET'); return $v; }); }, 15);
Since the key is read-only, this is safe to allow broadly.
1Customer details
2Add products
Connect your store above, then tap "Fetch products".
3Selected items & discounts
| Product | Qty | Price | Discount | Line total |
|---|
No products added yet.
4Overall discount & surcharges
Applied after item-wise discounts, on the remaining subtotal.
✓Saved quotes
No saved quotes yet.
Fill in customer details and add products to see the quotation here.
After generating, the PDF downloads to your device. WhatsApp/Email will open ready to send — attach the downloaded file in one tap.