| 开发者 | hadilenya |
|---|---|
| 更新时间 | 2026年8月3日 22:48 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[ankaquba_form] — quote basket + form[ankaquba_menu] — quote basket link with countankaquba_. 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.
anka-quote-basket-for-woocommerce folder to /wp-content/plugins/, or install the zip via Plugins → Add New → Upload.No. You can keep checkout and quotes together, or hide Add to cart for a quote-only catalog.
PHP 8.1 or higher.
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.
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].
No. Dompdf ships with the plugin for nicer PDFs. If it cannot load, a simple PDF fallback is used so quotes still send.
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.
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.
hide_add_to_cart): keep the WooCommerce add-to-cart form so variable option selectors and quantity inputs still render; only the purchase button is hidden. Buying is refused with woocommerce_add_to_cart_validation (classic cart and Store API).ankaquba prefix instead of the generic woo_quote: constants (ANKAQUBA_*), classes (Ankaquba_*), the ankaquba_settings option, the ankaquba_quote post type, _ankaquba_* meta keys, AJAX actions, nonces, CSS classes and the [ankaquba_form] / [ankaquba_menu] shortcodes.changelog.txt, bundled with the plugin.