Linux 软件免费装

Prodaxis Print Quote

开发者 prodaxis
更新时间 2026年7月23日 19:49
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

shortcode catalog materials 3d-printing

下载

1.11.0 1.5.1 1.9.0

详情介绍:

This plugin authenticates against the Prodaxis API gateway with a per-company API key and exposes the [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
  1. Every request to the gateway is sent server-side with an X-API-Key header carrying the configured key. The gateway resolves the key to its company and scopes the response accordingly.
  2. It calls GET /print/options to read the company's materials, colors and templates.
  3. The result is cached (configurable lifetime) and used to populate the quote tool's material, color and template controls.
The API key never reaches the browser — all requests happen on the WordPress server.

安装:

  1. Copy the prodaxis-print-quote folder into wp-content/plugins/.
  2. Activate "Prodaxis Print Quote" in Plugins.
  3. Go to Settings -> Print Quote and set:
  4. API Gateway base URL (e.g. http://host.docker.internal:8086 when WordPress runs in Docker; the gateway is on the host, not inside the container)
  5. API key (generate it in your company dashboard under Settings -> API; it is shown in full only once, so copy it then)
  6. Cache lifetime in seconds (default 300)
  7. SSL verification (disable only for local self-signed certificates)
  8. Language: Site default, English or Polish (Site default follows the WordPress site language)
  9. Add [prodaxis_print_quote] to any page or post.

更新日志:

1.11.0 1.10.0 1.9.1 1.9.0 1.8.2 1.8.1 1.8.0 1.7.0 1.6.0 1.5.1 1.5.0 1.4.0 1.3.0 1.2.0 1.1.1 1.1.0 1.0.0