Linux 软件免费装
Banner图

Anka Quote Basket for WooCommerce

开发者 hadilenya
更新时间 2026年8月3日 22:48
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce quote rfq b2b request-for-quote

下载

4.3.0 4.3.1

详情介绍:

Ideal for businesses that use WooCommerce as a product catalog instead of an online store. Turn WooCommerce into a quotation catalog by replacing online purchasing with a quote basket workflow. Customers add multiple products to a quote basket, complete a quotation form and submit a single RFQ for project-based or custom-priced products. Suitable for: What customers do What you get Shortcodes Place the form shortcode on a page, then select that page under Quote Requests → Settings. Both tags use the plugin prefix ankaquba_. Older tags (woo_quote_*, anka_quote_basket_*, product_quote_list_*, quote_requests_*) are no longer registered. Upgrading rewrites [woo_quote_form] and [woo_quote_menu] in your existing pages automatically; anything it cannot reach is listed in an admin notice so you can update it by hand.

安装:

  1. Upload the anka-quote-basket-for-woocommerce folder to /wp-content/plugins/, or install the zip via Plugins → Add New → Upload.
  2. Activate the plugin (WooCommerce must be active).
  3. Open Quote Requests → Settings.
  4. Confirm the quote page, recipient email, labels, and email templates.
  5. (Optional) Turn on the floating menu button and/or hide Add to cart.

屏幕截图:

  • Quote list page with contact form
  • Admin — incoming quote request
  • Settings — email template live preview
  • Floating quote list button

升级注意事项:

4.3.1 Catalog-mode fix for variable products and quantities, plus a cache-safe nonce refresh on quote submit. 4.3.0 All internal names moved to the ankaquba prefix. Settings, quotes and page shortcodes migrate automatically on the first load; check the admin notice if a page is listed as needing a manual edit. Custom CSS targeting .woo-quote- classes needs renaming to .ankaquba-.

常见问题:

Does this replace WooCommerce checkout?

No. You can keep checkout and quotes together, or hide Add to cart for a quote-only catalog.

What PHP version is required?

PHP 8.1 or higher.

Can I customize the emails?

Yes. Under Settings → Email you can edit subjects and HTML bodies. Leave a body empty to use the built-in template. A live preview shows sample data.

I used an older folder name

Activate Anka Quote Basket for WooCommerce. Settings and stored quotes keep working. Remove any old folder such as hadilenya-quote-basket-for-woocommerce, product-quote-list-for-woocommerce, quote-requests-for-woocommerce, or woo-quote after activating this one. Your quotes, settings and pages are carried over on the first load after upgrading. If a page still shows a raw shortcode, change it to [ankaquba_form] or [ankaquba_menu].

Is Dompdf required?

No. Dompdf ships with the plugin for nicer PDFs. If it cannot load, a simple PDF fallback is used so quotes still send.

Does the plugin send data anywhere?

No. It makes no external requests: there is no tracking, no licence check and no remote asset. Quote requests are stored in your own database and sent with wp_mail() to the address you configure. Dompdf runs locally with remote fetching switched off.

How do I build the plugin from source?

The plugin ships ready to run; nothing is minified or obfuscated. The only build step is Composer, which produces the bundled vendor/ directory (Dompdf and its dependencies): composer install --no-dev --optimize-autoloader composer.json and composer.lock are included so the exact dependency versions can be reproduced.

更新日志:

4.3.1 4.3.0