=== BulCommerce ===
Contributors: wpsupporting
Tags: woocommerce, invoice, shipping, cash-on-delivery, bulgaria
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.3.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

NRA Ordinance H-18 fiscal documents, Econt and Speedy waybills and a compact checkout for Bulgarian WooCommerce stores.

== Description ==

BulCommerce extends WooCommerce with what a Bulgarian store needs to work under the local rules — from fiscal reporting to courier delivery and customer risk checks.

**Documents and compliance**

*   Audit XML file per NRA Ordinance H-18, ready to submit to the revenue agency.
*   Order document, invoice and credit note on refund — generated automatically when the order is placed.
*   Export of invoices and credit notes in Microinvest Delta format.
*   Company billing fields (company name, UIC/EIK, MOL, VAT number) on the checkout.
*   VAT number validation against the European VIES system.
*   Automatic company-details lookup by UIC/EIK.

**Courier delivery**

Separate methods for address and for office/locker delivery, with real-time search against each carrier's official API:

*   [Econt](https://www.econt.com/)
*   [Speedy](https://speedy.bg/)

**Checkout and pricing**

*   A more compact checkout: the country, region, postcode and address fields are hidden and replaced by a single locality search field that loads cities directly from the courier API. The country field can be restored if you also sell abroad.
*   Classic and Modern layouts for the shipping method selector.
*   Automatic order status updates based on the waybill status.
*   Show prices in both BGN and EUR at the same time.

**Customer risk checks**

*   Check the customer against the nepostop.com database (with your own API key) and optionally block cash on delivery for a flagged phone number, with a notice or a popup, plus a customer-status column in the orders list.

**Cash on delivery**

*   A cash-on-delivery module and a dashboard summary of orders and amounts.

== Installation ==

1.  Upload the `bulcommerce` folder to `wp-content/plugins/`, or install the ZIP via **Plugins > Add New > Upload**.
2.  Activate BulCommerce from the **Plugins** menu.
3.  Open the plugin settings and fill in the company details and document numbering.
4.  Enable Econt and/or Speedy from the main settings. After saving and reloading, each enabled courier gets its own settings tab.
5.  Add the shipping methods with the built-in Setup Wizard, or from the **Shipping Methods** tab's "Manage zones" button — both create the Bulgaria shipping zone and add the courier methods for you, no manual digging in WooCommerce's own shipping-zone screens required.
6.  For customer checks, enable the option in the main settings and enter your own nepostop.com API key in the tab that appears.

If you are unsure about an accounting field, consult your accountant.

== Frequently Asked Questions ==

= Do I need a contract with the couriers? =

Yes. Waybills are created through the official Econt and Speedy APIs, so you need an active client account / API access with the carrier, which you enter in its settings tab.

= Does it work with High-Performance Order Storage (HPOS)? =

Yes. The admin screens and order columns support both the classic storage and HPOS.

= What language are the strings in and can I translate them? =

The source strings are in English and follow the standard WordPress translation mechanism, so the plugin can be localized. A Bulgarian translation is bundled.

= When are the documents generated? =

The order document and the invoice are created when the order is placed; the credit note is created on a return/refund.

= Is there a paid version? =

Yes. The paid version adds more couriers (BOX NOW, Sameday, Pigeon, euShipments), a shared customer-risk network, extra checkout templates and more modules. The free version is a fully functional standalone plugin without it.

== Screenshots ==

1. Shipping Methods — enable Econt and/or Speedy, each with its own WooCommerce shipping zones and instance count at a glance.
2. Shipping Methods — a courier fully configured and active, ready to take orders.
3. Checkout design — customize the courier logo buttons (colors, borders, sizes) with a live preview.
4. Addons — turn on invoices & H-18 documents, dual BGN/EUR pricing, the nepostop.com risk check and other optional modules.
5. Checkout — the customer picks an Econt office with a live city/office search, right at checkout.

== External services ==

To automate delivery and order checks, BulCommerce connects to external services. The list below shows each service, the endpoints it contacts, and what data is sent.

Courier services — creating and managing waybills, loading offices/lockers and tracking links. A connection happens only when you enable the courier and enter its credentials:

*   Econt ( [terms](https://www.econt.com/econt-express/terms-of-use) ) — https://www.econt.com/, http://ee.econt.com/, http://demo.econt.com/, https://delivery.econt.com/
*   Speedy ( [terms](https://api.speedy.bg/api/docs/#href-terms) ) — https://www.speedy.bg/, https://api.speedy.bg/

Customer risk checks (optional, only with your own API key):

*   nepostop.com ( [terms](https://nepostop.com/terms), [privacy policy](https://nepostop.com/gdpr) ) — https://nepostop.com/api/v1/phone-check, https://nepostop.com/api/v1/shipments

VAT number validation (optional, when the VIES check is enabled):

*   European VIES system — https://ec.europa.eu/taxation_customs/vies/

The couriers and nepostop.com may receive the data needed for delivery and checks: recipient name and address, phone, email, order value and cash-on-delivery amount. Data leaves the store only to process and deliver the order, or to assess the risk of abuse. The plugin sends no telemetry.

== Credits ==

Bundled third-party libraries:

*   nra-audit-generator (modified) — https://github.com/escapeboy/nra-audit-generator
*   php-qrcode — https://github.com/chillerlan/php-qrcode
*   vatin — https://github.com/ddeboer/vatin

== Changelog ==

= 1.3.2 =
Fix: several Bulgarian translation strings that were missing on the "Own delivery / Pickup" settings and the Accountant addon's digest-day field.
Improved: the Installation instructions now describe the automated Setup Wizard / "Manage zones" shipping setup instead of the older manual steps.

= 1.3.1 =
Fix: checkout could fail with a fatal error when "Hide delivery line from documents" (NRA / Fiscal settings) was enabled — a leftover call from the 1.3 refund-shipping fix was missing an argument. If you use that setting, update as soon as possible.

= 1.3 =
New: an explicit "who pays the courier?" setting for Speedy, decoupled from whether pricing is fixed or live.
New: option to show the order number instead of the product list in the Speedy waybill content field.
Fix: Speedy orders now correctly fold the shipping cost into cash-on-delivery in every pricing mode, not just fixed-price.
Fix: cash-on-delivery on Speedy orders is now taken from the order's real payment method instead of a checkout-time cookie, so it can no longer go out uncollected (or stay demanded) if the customer changes payment method after choosing a shipping option.
Fix: a credit note / refund document no longer loses its shipping line item when generated for a fully refunded, cash-on-delivery courier order.
Fix: the Setup Wizard's "buyer risk check" step now links directly to a free nepostop.com signup and explains that a nepostop.com API key still needs to be entered under Risk checks to activate it.
Fix: several Setup Wizard screens that were showing English text even when the site language was set to Bulgarian.

= 1.2 =
First release on WordPress.org.

Fiscal documents: audit XML per NRA Ordinance H-18, order document, invoice and credit note generated from the order, and a Microinvest Delta export. Company billing fields (name, UIC/EIK, MOL, VAT number) with VIES validation and automatic company lookup by UIC/EIK.

Courier delivery: Econt and Speedy, to address and to office/locker, with live rates from each carrier's API, office and street search, waybill creation and printing, and automatic order status updates from the waybill.

Checkout: a compact layout that replaces country/region/postcode/address with a single locality search fed by the courier's own city database, Classic and Modern shipping-method layouts, and prices shown in both BGN and EUR.

Own delivery / Pickup: run deliveries yourself with no courier account — home delivery and/or pickup from one of your own locations, with a flat price per mode and an optional free-shipping threshold.

Customer risk checks (optional): check the buyer's phone against nepostop.com with your own API key, with an orders-list column and the option to withhold cash on delivery from a flagged number.

Cash on delivery: a dedicated module with a dashboard summary of orders and amounts.
