| 开发者 | prodaxis |
|---|---|
| 更新时间 | 2026年7月23日 19:49 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[prodaxis_print_quote] shortcode, which lets a visitor upload an
STL model, choose a material, color and template, and get an estimated print
price, time and filament length.
Because the gateway derives the company from the API key, one WordPress site
quotes against exactly one company's print options: whichever key you configure
under Settings -> Print Quote.
How it works
X-API-Key header
carrying the configured key. The gateway resolves the key to its company and
scopes the response accordingly.prodaxis-print-quote folder into wp-content/plugins/.[prodaxis_print_quote] to any page or post.{fdm, sla, sls} options shape, tags SLS
materials with their method, and sends methodType=SLS on calculate.{fdm, sla} options shape and lists SLA (resin) materials next to
FDM ones, each tagged with its print method. The old flat FDM-only shape is
still accepted.languages/ (with a
POT template for further translations).GET /payment/mode) instead of separate provider and Stripe-account
lookups; the effective now/later decision is made server-side by the
Prodaxis payment service.prodprqu_
prefix, avoiding collisions with other plugins. Re-enter the API key under
Settings -> Print Quote after updating.X-API-Key header)
instead of a service-account e-mail and password. Removes the server-side
login step and token caching. Configure the key under Settings -> Print
Quote; generate it in your company dashboard (Settings -> API).[company_print_catalog] catalog shortcode and its assets. The
plugin now focuses solely on the [prodaxis_print_quote] tool. The print
options are still fetched from /print/options to populate the quote controls.[prodaxis_print_quote] widget: a single card with a drag-and-drop
upload zone, a custom material picker, color swatches, quality-template cards
and an animated price result. New optional shortcode attributes accent,
template_style and powered_by.[prodaxis_print_quote] shortcode: upload an STL, pick a material,
color and template, and get an asynchronous price calculation. Files and
selections are proxied server-side (POST /slicer/upload, POST
/print/calculate/async) and the result is polled (GET /calculation/{id}) until
it completes or fails. Requests are protected with a WordPress nonce.